TheZoroForce240 / FNF-Modcharting-Tools

Apache License 2.0
51 stars 23 forks source link

not a bug but where do i put the codes at? #52

Closed lolfuy22 closed 1 year ago

lolfuy22 commented 1 year ago

I'm trying to make this work but where in what lines do I put the additional codes at?

EdwhakKB commented 1 year ago

The readme, in the readme is all of the tutorial about how to add the modcharting tools code, usually this version works only in 0.6.3 so if you need 0.7.x use my fork instead

lolfuy22 commented 1 year ago

ill try it

EdwhakKB commented 1 year ago

you can tell me any issue at this discord @edwhak_kb im online almost 24/7

lolfuy22 commented 1 year ago

source/states/PlayState.hx:957: characters 4-16 : Bool should be Void source/states/PlayState.hx:988: characters 5-16 : Bool should be Void source/states/PlayState.hx:993: characters 5-16 : Bool should be Void source/states/PlayState.hx:1056: characters 3-14 : Bool should be Void source/modcharting/ModchartFuncs.hx:45: characters 13-19 : Unknown identifier : funkin source/modcharting/ModchartFuncs.hx:47: characters 37-43 : Unknown identifier : funkin source/modcharting/ModchartFuncs.hx:47: characters 37-43 : ... For function argument 'l' source/modcharting/ModchartFuncs.hx:52: characters 37-43 : Unknown identifier : funkin source/modcharting/ModchartFuncs.hx:52: characters 37-43 : ... For function argument 'l' source/modcharting/ModchartFuncs.hx:55: characters 37-43 : Unknown identifier : funkin source/modcharting/ModchartFuncs.hx:55: characters 37-43 : ... For function argument 'l' source/modcharting/ModchartFuncs.hx:58: characters 37-43 : Unknown identifier : funkin source/modcharting/ModchartFuncs.hx:58: characters 37-43 : ... For function argument 'l' source/modcharting/ModchartFuncs.hx:61: characters 37-43 : Unknown identifier : funkin source/modcharting/ModchartFuncs.hx:61: characters 37-43 : ... For function argument 'l' source/modcharting/ModchartFuncs.hx:64: characters 37-43 : Unknown identifier : funkin source/modcharting/ModchartFuncs.hx:64: characters 37-43 : ... For function argument 'l' source/modcharting/ModchartFuncs.hx:67: characters 37-43 : Unknown identifier : funkin source/modcharting/ModchartFuncs.hx:67: characters 37-43 : ... For function argument 'l' source/modcharting/ModchartFuncs.hx:70: characters 37-43 : Unknown identifier : funkin source/modcharting/ModchartFuncs.hx:70: characters 37-43 : ... For function argument 'l' source/modcharting/ModchartFuncs.hx:73: characters 37-43 : Unknown identifier : funkin source/modcharting/ModchartFuncs.hx:73: characters 37-43 : ... For function argument 'l' source/modcharting/ModchartFuncs.hx:76: characters 37-43 : Unknown identifier : funkin source/modcharting/ModchartFuncs.hx:76: characters 37-43 : ... For function argument 'l' source/modcharting/ModchartFuncs.hx:79: characters 37-43 : Unknown identifier : funkin source/modcharting/ModchartFuncs.hx:79: characters 37-43 : ... For function argument 'l' source/modcharting/ModchartFuncs.hx:82: characters 37-43 : Unknown identifier : funkin source/modcharting/ModchartFuncs.hx:82: characters 37-43 : ... For function argument 'l' source/modcharting/ModchartFuncs.hx:87: characters 35-41 : Unknown identifier : funkin source/modcharting/ModchartFuncs.hx:87: characters 35-41 : ... For function argument 'funkin' source/psychlua/FunkinLua.hx:1461: characters 34-38 : Too many arguments source/backend/BaseStage.hx:141: characters 93-105 : Bool should be Void

omfg

EdwhakKB commented 1 year ago

did you specify the engine ver? in project

lolfuy22 commented 1 year ago

0.7.1h

EdwhakKB commented 1 year ago

you should have put it as "PSYCHVERSION == 0.7" if it still bugs tell me

lolfuy22 commented 1 year ago

in where?

EdwhakKB commented 1 year ago

project.xml

lolfuy22 commented 1 year ago

ok i got rid of and left intact then i got source/modcharting/Modifier.hx:16: characters 8-17 : Type not found : PlayState source/modcharting/Modifier.hx:17: characters 8-12 : Type not found : Note source/modcharting/PlayfieldRenderer.hx:33: characters 8-17 : Type not found : PlayState source/modcharting/PlayfieldRenderer.hx:34: characters 8-12 : Type not found : Note source/modcharting/PlayfieldRenderer.hx:35: characters 8-17 : Type not found : StrumNote source/modcharting/NoteMovement.hx:15: characters 8-17 : Type not found : PlayState source/modcharting/NoteMovement.hx:16: characters 8-12 : Type not found : Note source/modcharting/ModchartUtil.hx:18: characters 8-17 : Type not found : PlayState source/modcharting/ModchartUtil.hx:19: characters 8-12 : Type not found : Note source/modcharting/ModchartUtil.hx:20: characters 8-17 : Type not found : StrumNote source/modcharting/SustainStrip.hx:10: characters 8-12 : Type not found : Note source/modcharting/SustainStrip.hx:29: characters 24-28 : Type not found : Note

EdwhakKB commented 1 year ago

hmmmmm did you added also "#PSYCH" ?

lolfuy22 commented 1 year ago

no where do i add it? its hard for me to know where to add it in what line

EdwhakKB commented 1 year ago

again project

lolfuy22 commented 1 year ago

at what line do i put #PSYCH at?