TentaRJ / GameJolt-FNF-Integration

Add trophies, track player's play time and sessions, and connect to GameJolt with this project!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wont work

jmxamongusmodder opened this issue · 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

commented

Could you maybe send the code?

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');

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

i need to see your Main.hx file