File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ """
2+
3+ Visual HSP -> Headers, headers.py
4+ Copyright (C) 2025 CalaMityX
5+
6+ This program is free software: you can redistribute it and/or modify
7+ it under the terms of the GNU General Public License as published by
8+ the Free Software Foundation, either version 3 of the License, or
9+ (at your option) any later version.
10+
11+ This program is distributed in the hope that it will be useful,
12+ but WITHOUT ANY WARRANTY; without even the implied warranty of
13+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+ GNU General Public License for more details.
15+
16+ You should have received a copy of the GNU General Public License
17+ along with this program. If not, see <https://gnu.ac.cn/licenses/>.
18+
19+
20+ """
21+
22+
123hsp_header = """; Generated by HSPVisual By CalaMity
224#packopt hide 1
325#packopt upx 1
Original file line number Diff line number Diff line change 22 @Author: CalaMity-X
33"""
44
5+ """
6+
7+ Visual HSP -> main.py
8+ Copyright (C) 2025 CalaMityX
9+
10+ This program is free software: you can redistribute it and/or modify
11+ it under the terms of the GNU General Public License as published by
12+ the Free Software Foundation, either version 3 of the License, or
13+ (at your option) any later version.
14+
15+ This program is distributed in the hope that it will be useful,
16+ but WITHOUT ANY WARRANTY; without even the implied warranty of
17+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+ GNU General Public License for more details.
19+
20+ You should have received a copy of the GNU General Public License
21+ along with this program. If not, see <https://gnu.ac.cn/licenses/>.
22+
23+
24+ """
25+
526import _thread
627import sys
728
Original file line number Diff line number Diff line change 55# in conjunction with Tcl version 8.6
66# Oct 02, 2025 12:18:32 AM CST platform: Windows NT
77
8+ """
9+
10+ Visual HSP -> Segment Editor, seg_edit.py
11+ Copyright (C) 2025 CalaMityX
12+
13+ This program is free software: you can redistribute it and/or modify
14+ it under the terms of the GNU General Public License as published by
15+ the Free Software Foundation, either version 3 of the License, or
16+ (at your option) any later version.
17+
18+ This program is distributed in the hope that it will be useful,
19+ but WITHOUT ANY WARRANTY; without even the implied warranty of
20+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21+ GNU General Public License for more details.
22+
23+ You should have received a copy of the GNU General Public License
24+ along with this program. If not, see <https://gnu.ac.cn/licenses/>.
25+
26+
27+ """
28+
829import sys
930import tkinter as tk
1031import tkinter .ttk as ttk
Original file line number Diff line number Diff line change 44# Support module generated by PAGE version 8.0
55# in conjunction with Tcl version 8.6
66# Oct 02, 2025 12:14:37 AM CST platform: Windows NT
7+ """
78
9+ Visual HSP -> Segment Editor, seg_edit_support.py
10+ Copyright (C) 2025 CalaMityX
11+
12+ This program is free software: you can redistribute it and/or modify
13+ it under the terms of the GNU General Public License as published by
14+ the Free Software Foundation, either version 3 of the License, or
15+ (at your option) any later version.
16+
17+ This program is distributed in the hope that it will be useful,
18+ but WITHOUT ANY WARRANTY; without even the implied warranty of
19+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20+ GNU General Public License for more details.
21+
22+ You should have received a copy of the GNU General Public License
23+ along with this program. If not, see <https://gnu.ac.cn/licenses/>.
24+
25+
26+ """
827import sys
928import tkinter as tk
1029import tkinter .ttk as ttk
Original file line number Diff line number Diff line change 44# GUI module generated by PAGE version 8.0
55# in conjunction with Tcl version 8.6
66# Sep 30, 2025 03:10:41 PM CST platform: Windows NT
7+ """
78
9+ Visual HSP -> Variables Editor, var_editor.py
10+ Copyright (C) 2025 CalaMityX
11+
12+ This program is free software: you can redistribute it and/or modify
13+ it under the terms of the GNU General Public License as published by
14+ the Free Software Foundation, either version 3 of the License, or
15+ (at your option) any later version.
16+
17+ This program is distributed in the hope that it will be useful,
18+ but WITHOUT ANY WARRANTY; without even the implied warranty of
19+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20+ GNU General Public License for more details.
21+
22+ You should have received a copy of the GNU General Public License
23+ along with this program. If not, see <https://gnu.ac.cn/licenses/>.
24+
25+
26+ """
827import sys
928import tkinter as tk
1029import tkinter .ttk as ttk
Original file line number Diff line number Diff line change 99# Sep 30, 2025 03:03:58 PM CST platform: Windows NT
1010# Sep 30, 2025 03:04:51 PM CST platform: Windows NT
1111
12+ """
13+
14+ Visual HSP -> Variables Editor, var_editor_support.py
15+ Copyright (C) 2025 CalaMityX
16+
17+ This program is free software: you can redistribute it and/or modify
18+ it under the terms of the GNU General Public License as published by
19+ the Free Software Foundation, either version 3 of the License, or
20+ (at your option) any later version.
21+
22+ This program is distributed in the hope that it will be useful,
23+ but WITHOUT ANY WARRANTY; without even the implied warranty of
24+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25+ GNU General Public License for more details.
26+
27+ You should have received a copy of the GNU General Public License
28+ along with this program. If not, see <https://gnu.ac.cn/licenses/>.
29+
30+
31+ """
32+
1233import sys
1334import tkinter as tk
1435import easygui
You can’t perform that action at this time.
0 commit comments