Skip to content

Commit 72dfb7e

Browse files
committed
restarting AGAIN the branch
making plain road for furo and ralty, im way too burnt out rn
2 parents 9d96400 + b4ca544 commit 72dfb7e

14 files changed

Lines changed: 63 additions & 19 deletions

File tree

FEATURES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ _**QOL = Quality of Life**_
7171
- Characters are located in `data/weeks/characters`.
7272
- Weeks are located in `data/weeks/weeks/`
7373
- If you need to rearrange the weeks in-game, you can use the `data/weeks/weeks.txt` file.
74-
- Editors for Charts and Characters (Stage coming soon)
74+
- Editors for Charts and Characters
7575
- Undos/Redos supported
7676
- Warning on closing unsaved work
7777
- Clean UI (for ocd freaks)
78-
- Mature Chart editor (Character editor rework soon)
78+
- Mature Chart editor
7979
- Features not found in other editors!
8080
- Every single state & substate can be modified via HScript (`data/states/StateName.hx`)
8181
- **Instances launched via `lime test windows` will automatically use assets from source.**

assets/data/config/freeplaySonglist.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# THIS FILE ISN'T NECESSARY,
2+
# BUT YOU CAN USE IT TO SORT AND WHITELIST FREEPLAY SONGS
3+
14
test
25
tutorial
36

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# THIS FILE ISN'T NECESSARY,
2+
# BUT YOU CAN USE IT TO SORT AND WHITELIST GAME MODES
3+
4+
solo
5+
opponent
6+
coop
7+
coop-switched
8+
botplay
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# THIS FILE ISN'T NECESSARY,
2-
# BUT YOU CAN USE IT TO SORT WEEKS
2+
# BUT YOU CAN USE IT TO SORT AND WHITELIST WEEKS
33

44
tutorial
55
week1

assets/data/gamemodes/botplay.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<!DOCTYPE codename-engine-game-mode>
2+
<mode name="Botplay Mode" id="codename.botplay"/>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE codename-engine-game-mode>
2+
<mode name="Co-Op Mode (Switched)" id="codename.coop-opponent">
3+
<script>coop</script>
4+
<script>opponent</script>
5+
6+
<!--
7+
just a small example of what you could do with fields!!
8+
<field name="switchStrums" type="bool" val="true"/>
9+
<field name="strumSize" type="float" val="0.6"/>
10+
-->
11+
</mode>

assets/data/gamemodes/coop.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<!DOCTYPE codename-engine-game-mode>
2+
<mode name="Co-Op Mode" id="codename.coop"/>

assets/data/gamemodes/opponent.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<!DOCTYPE codename-engine-game-mode>
2+
<mode name="Opponent Mode" id="codename.opponent"/>

assets/data/gamemodes/solo.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<!DOCTYPE codename-engine-game-mode>
2+
<mode name="Solo Mode" id="codename.solo"/>

building/libs.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<git name="hxdiscord_rpc" url="https://github.com/CodenameCrew/cne-hxdiscord_rpc" skipDeps="true" />
1919
<lib name="funkin-modchart" version="1.2.4" skipDeps="true" />
2020
<lib name="hxvlc" version="1.9.3" skipDeps="true" />
21+
<git name="bin-serializer" url="https://github.com/CodenameCrew/bin-serializer" />
2122

2223
<!-- Documentation and other features -->
2324
<git name="away3d" url="https://github.com/CodenameCrew/away3d" />

0 commit comments

Comments
 (0)