Skip to content

Commit 29aa197

Browse files
committed
Update buildscript, readme and sample database
1 parent cc03b1c commit 29aa197

3 files changed

Lines changed: 9 additions & 86 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Code Manager Reborn
22
A revamped version of the Ocarina Code Manager
33

4-
# Required Modules
4+
# Source
5+
To run from source, these modules are required:
56
* chardet
67
* lxml
78
* PyQt5
89

9-
# Credits
10-
* Seeky and tZ for bearing with me through the entirety of development
10+
# Special Thanks
11+
* Seeky, tZ and Brawlboxgaming for bearing with me through the entirety of development
1112
* Cryoma for the icon

build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pyinstaller main.py --noconsole -i icon.ico --clean -D -n "Code Manager Reborn" --exclude-module PyQt5.QtBluetooth --exclude-module PyQt5.QtDBus --exclude-module PyQt5.QtDesigner --exclude-module PyQt5.QtLocation --exclude-module PyQt5.QtMultimediaWidgets --exclude-module PyQt5.QtNetworkAuth --exclude-module PyQt5.QtNfc --exclude-module PyQt5.QtPositioning --exclude-module PyQt5.QtQuick3D --exclude-module PyQt5.QtRemoteObjects --exclude-module PyQt5.QtWebChannel --exclude-module PyQt5.QtWebSockets --exclude-module PyQt5.QtWinExtras --exclude-module PyQt5.QtXmlPatterns --exclude-module PyQt5.QtHelp --exclude-module PyQt5.QtMultimedia --exclude-module PyQt5.QtNetwork --exclude-module PyQt5.QtOpenGL --exclude-module PyQt5.QtPrintSupport --exclude-module PyQt5.QtQml --exclude-module PyQt5.QtQuick --exclude-module PyQt5.QtQuickWidgets --exclude-module PyQt5.QtSensors --exclude-module PyQt5.QtSerialPort --exclude-module PyQt5.QtSql --exclude-module PyQt5.QtSvg --exclude-module PyQt5.QtTest --exclude-module PyQt5.QtXml
1+
pyinstaller main.py --noconsole -i icon.ico --clean -F -n "Code Manager Reborn" --exclude-module PyQt5.QtBluetooth --exclude-module PyQt5.QtDBus --exclude-module PyQt5.QtDesigner --exclude-module PyQt5.QtLocation --exclude-module PyQt5.QtMultimediaWidgets --exclude-module PyQt5.QtNetworkAuth --exclude-module PyQt5.QtNfc --exclude-module PyQt5.QtPositioning --exclude-module PyQt5.QtQuick3D --exclude-module PyQt5.QtRemoteObjects --exclude-module PyQt5.QtWebChannel --exclude-module PyQt5.QtWebSockets --exclude-module PyQt5.QtWinExtras --exclude-module PyQt5.QtXmlPatterns --exclude-module PyQt5.QtHelp --exclude-module PyQt5.QtMultimedia --exclude-module PyQt5.QtNetwork --exclude-module PyQt5.QtOpenGL --exclude-module PyQt5.QtPrintSupport --exclude-module PyQt5.QtQml --exclude-module PyQt5.QtQuick --exclude-module PyQt5.QtQuickWidgets --exclude-module PyQt5.QtSensors --exclude-module PyQt5.QtSerialPort --exclude-module PyQt5.QtSql --exclude-module PyQt5.QtSvg --exclude-module PyQt5.QtTest --exclude-module PyQt5.QtXml

database.xml

Lines changed: 4 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<codelist>
22
<id>RMCP01</id>
33
<update version="1">https://raw.githubusercontent.com/H1dd3nM1nd/CodeManager2/master/database.xml</update>
4-
<!--<plugin>mkw.py</plugin>-->
54
<category name="Item Behaviour">
65
<code name="All Items Can Land" author="MrBean" comment="This code lets every item (with the exception of the Thundercloud) land on the floor when dropped, and they can be activated by driving over them.">
76
<rawcode>
@@ -43,91 +42,14 @@
4342
048B550C 80001628
4443
</rawcode>
4544
</code>
46-
<code name="Max Item Limit Modifier Online" author="Bully" comment="TEST">
47-
<rawcode>
45+
<category name="Item Behaviour - Limits">
46+
<code name="Max Item Limit Modifier Online" author="Bully" comment="This code lets you have more items in play.">
47+
<rawcode>
4848
C2790E94 00000002
4949
3A600010 92640004
5050
60000000 00000000
51-
</rawcode>
52-
</code>
53-
<category name="Item Behaviour - Bullet Bill">
54-
<code name="Bullet Bill Speed Modifier" author="davidevgen" comment="This code lets you change the Bullet Bill's speed to a desired value.">
55-
<rawcode>
56-
048B59F8 XXXXXXXX
5751
</rawcode>
58-
<placeholder letter="X" type="2" comment="The Bullet Bill's new speed" args="0" />
5952
</code>
6053
</category>
6154
</category>
62-
<category name="Timer Codes">
63-
<code name="Kill-o-Meter" author="XeR" comment="TEST">
64-
<rawcode>
65-
C25918D8 00000003
66-
3D808053 3D603800
67-
7D6B0214 916C5CBC
68-
90040008 00000000
69-
</rawcode>
70-
</code>
71-
</category>
72-
<code name="Max Item Limit Modifier Online" author="Bully" comment="TEST">
73-
<rawcode>
74-
C2790E94 00000002
75-
3A600010 92640004
76-
60000000 00000000
77-
</rawcode>
78-
</code>
79-
<code name="Change Starting Position (HOST Only)" author="Vega" comment="This code lets you set your starting position regardless of what position you finished in the previous race. NOTE: If you use this code while not host, it will only take effect in the 1st Race of a Room GP. If you apply an invalid value (such as 5th place in a 2 player room), the code won't take effect in the 1st Race of a Room GP. For all other races, you will simply start in last.">
80-
<rawcode>
81-
C26603CC 00000002
82-
386000XX 987F0019
83-
7FE3FB78 00000000
84-
</rawcode>
85-
<placeholder letter="X" type="1" comment="The chosen starting position" args="1,0,1,12" />
86-
</code>
87-
<code name="Change User Record Game ID" author="Vega" comment="This code lets you set a spoofed Game ID on your user records. If someone is reading them, they will not know the true MKW Disc/ISO that you are on. It's also useful to show your custom line color to the people running Show Everyone's True Region ID.">
88-
<rawcode>
89-
04663164 380000XX
90-
</rawcode>
91-
<placeholder letter="X" type="3" comment="Last letter of Game ID" args=",1," />
92-
</code>
93-
<code name="ISFS Delete" author="Vega" comment="This code lets you delete any file/directory from your NAND. Press your activator whenever you want to delete the file/directory (you may notice a small lag spike when this happens, this is normal). CAUTION: Deleting the wrong files may result in a brick.">
94-
<rawcode>
95-
04009634 88030051
96-
2834XXXX YYYYZZZZ
97-
C2009634 0000000B
98-
9421FF80 BC610008
99-
48000029 RRRRRRRR
100-
RRRRRRRR RRRRRRRR
101-
RRRRRRRR RRRRRRRR
102-
RRRRRRRR RRRRRRRR
103-
RRRRRRRR RRRRRRRR
104-
7C6802A6 3D808016
105-
618CA78C 7D8803A6
106-
4E800021 B8610008
107-
38210080 88030051
108-
60000000 00000000
109-
E0000000 80008000
110-
</rawcode>
111-
<placeholder letter="R" type="3" comment="The path to the file or directory you want want to delete. Make sure it starts with '/'" args=",36," />
112-
</code>
113-
<code name="Text Color Fill Modifier" author="Spaghetti Noppers" comment="This code lets you change the color of the text in game plus its background fill, which turns characters into colorful blocks.">
114-
<rawcode>
115-
045E7B40 38A000WW
116-
045E7B68 38A000XX
117-
045E7B90 38A000YY
118-
045E7BB8 388000ZZ
119-
</rawcode>
120-
<placeholder letter="W" type="4" comment="The fill color." args="1" />
121-
</code>
122-
<code name="MAC Address Spoofer" author="mdmwii" comment="This code lets you spoof your Wii's MAC address.">
123-
<rawcode>
124-
C21D0E50 00000004
125-
3D80XXXX 618CXXXX
126-
91840000 3D80XXXX
127-
558C843E B1840004
128-
38A00006 00000000
129-
</rawcode>
130-
<placeholder letter="X" type="5" comment="The spoofed MAC address." args="" />
131-
</code>
132-
</codelist>
133-
55+
</codelist>

0 commit comments

Comments
 (0)