not a bug but where do i put the codes at?
Closed this issue · 14 comments
I'm trying to make this work but where in what lines do I put the additional codes at?
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
ill try it
you can tell me any issue at this discord
@edwhak_kb im online almost 24/7
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
did you specify the engine ver? in project
0.7.1h
you should have put it as "PSYCHVERSION == 0.7"
if it still bugs tell me
in where?
project.xml
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
hmmmmm
did you added also "#PSYCH" ?
no
where do i add it? its hard for me to know where to add it in what line
again project
at what line do i put #PSYCH at?