GameJolt-FNF-Integration icon indicating copy to clipboard operation
GameJolt-FNF-Integration copied to clipboard

wont work

Open jmxamongusmodder opened this issue 2 years ago • 3 comments

it wont work on psych engine latest build commit help i tried renaming gamejolt to gamejoltlogin so i get these errors source/Main.hx:33: characters 17-25 : Unknown identifier : addChild source/GameJoltLogin.hx:433: characters 76-81 : Too many arguments

jmxamongusmodder avatar Apr 10 '22 16:04 jmxamongusmodder

Could you maybe send the code?

LEON-BROTHER avatar Apr 15 '22 19:04 LEON-BROTHER

for source/GameJoltLogin.hx:433: characters 76-81 : Too many arguments:

go to GameJolt.hx(or whatever the hell you named the file) and go to line 433

now you will find:

charBop.frames = Paths.getSparrowAtlas('characters/BOYFRIEND', 'shared', false);

and change that to:

charBop.frames = Paths.getSparrowAtlas('characters/BOYFRIEND');

Bacon69000 avatar Apr 23 '22 03:04 Bacon69000

for source/Main.hx:33: characters 17-25 : Unknown identifier : addChild

i need to see your Main.hx file

Bacon69000 avatar Apr 23 '22 03:04 Bacon69000