Skip to content

Commit 99195bd

Browse files
committed
all the small things
wow its been three months (because my head is full of unfused hardly lit tiny range effective dynamite and procrastination and tiredness), half stuff unpublished from then MAJOR (minor) UPS (for me) (a day ago), REMOVED CHECK IN AWL FOR A REGISTRY KEY AND REMOVED THE MASSIVE AD CLIENT (makes venues crash though, cheaply nulled functions used with massive funcs) magically fixed some random error for midi loading on another computer no fail switch added back, with hud difference when activated detect multiple chart files in a song package, prompt user for which one to play more efficient FSB building, multitrack encoding is asynchronous and not track by track removed unused dbgq and how it mandatorily loads logger stuff, patched internal broken debug key printer with new function and parsing dbg.pak to get keys, also forgot to mention for GH3+ repo, a new function to print qbstructs when called in scripts, implemented how i thought it wouldve been installer sound effect that i wanted to implement forever (lol) FOUND OUT HOW TO SET TEXTURE ANIMATIONS (kind of) (not taken advantage of yet) found exile snuck in IDBs as new as september 2017 in a mediafire folder linked in an older video, so there's full examination of the game minus a months worth i guess (luckily i saved a little something from him from that time) just learned that there's a repo for the first tony hawk underground game's source code, now i wonder how that could be used in GH3+ progress (though 4 years of progress missing) added fret sparks back in, which were hidden because of vsync stuff and starpower j#$? almost was able to optimize guitar startup script 0.8 style, somehow removed loading perm_anims in doing so, which apparently cant be done normally with a not heavily modified startup script, and found out that the game was crashing when starting just because of what i did to this back then (most likely because of removing heap calls) updated own gh3+ repo and added it here as a submodule found a problem with a rock band DLC midi (@.raphaelgoulart) todo: make qb settings more portable MASSIVE(literally) NEXT TODO: DETECT KEYBOARD AUTOMATICALLY so much more i wanted to write and didnt draft and let github close two/three times, and stuff i delayed for another time, and all stuff i forgot i held off sharing anything since october (when i got my PC back) because im afraid im missing something and that something will happen on another computer that doesnt on mine, but here i am sharing it now, without doing full checks again, as if i did anything like that before before uploading also did some charts and had thoughts of a bunch of specific songs to chart coming up, and a certain project for that
1 parent f528385 commit 99195bd

187 files changed

Lines changed: 1749 additions & 18256 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
JUNK
2-
./TOOLS/
2+
JUNK3
3+
/TOOLS
4+
/TOOLS/*
35
* - Copy*
46
* (*)*
57
*.bak
@@ -24,7 +26,7 @@ PLUGINS/_log.txt
2426
.suo
2527
*.opensdf
2628
*.sdf
27-
__FINAL/
29+
__FINAL*/
2830
__FINAL.zip
2931
__build.bat
3032
__BUILDS
@@ -36,3 +38,11 @@ currentsong.txt
3638
SOURCE/QbScripts/syntaxref/*.qbscript
3739
Debug/
3840
output.txt
41+
__REDIST
42+
__TEXTEST
43+
.useless
44+
*.id*
45+
*.nam
46+
*.til
47+
_FGH3 TOOLS.lnk
48+
DATA/PAK/tmp.pak.xen

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "SOURCE\\GH3Plus"]
2+
path = SOURCE\\GH3Plus
3+
url = https://github.com/donnaken15/GH3-Plus

AWL.dll

0 Bytes
Binary file not shown.

DATA/MUSIC/TOOLS/fsbbuildnoenc.bat

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
@echo off
3+
4+
rem arguments: filename
5+
6+
set argC=0
7+
for %%x in (%*) do Set /A argC+=1
8+
9+
if %argC% NEQ 1 echo Invalid number of arguments && exit /b
10+
11+
del %1 /Q > nul
12+
13+
"%~dp0fsbext" -d "%~dp0fsbtmp" -s "%~dp0template.dat" -r "%~dp0.tmp.fsb"
14+
"%~dp0fsbenc" "%~dp0.tmp.fsb" %1
15+
16+
del "%~dp0.tmp.fsb"
17+
del "%~dp0fsbtmp" /S/Q
18+
rmdir "%~dp0fsbtmp"

DATA/PAK/dbg.pak.xen

-992 Bytes
Binary file not shown.

DATA/PAK/dbgq.pab.xen

-4 KB
Binary file not shown.

DATA/PAK/dbgq.pak.xen

-4 KB
Binary file not shown.

DATA/PAK/engine_params.qb.xen

960 Bytes
Binary file not shown.

DATA/PAK/perm_anims.pak.xen

-4.72 KB
Binary file not shown.

DATA/PAK/qb.pab.xen

18.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)