TentaRJ / GameJolt-FNF-Integration

Add trophies, track player's play time and sessions, and connect to GameJolt with this project!
49 stars 17 forks source link

wont work #30

Open jmxamongusmodder opened 2 years ago

jmxamongusmodder commented 2 years ago

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

LEON-BROTHER commented 2 years ago

Could you maybe send the code?

Bacon69000 commented 2 years ago

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 commented 2 years ago

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

i need to see your Main.hx file