I Wanna Community

Fangames => Game Design => Programming Questions => Topic started by: Junior Nintendista on April 05, 2015, 02:05:34 PM

Title: Error opening binary file.
Post by: Junior Nintendista on April 05, 2015, 02:05:34 PM
This useless error is ridiculous, how to fix this? has nothing, already checked everything, but has no error.

(https://i.imgur.com/QRtN0yj.png)

(https://i.imgur.com/x9DTWyY.png)
Title: Re: Error opening binary file.
Post by: kilgour22 on April 05, 2015, 07:54:24 PM
Are you placing the player object in the room or the playerStart object in the room?
Title: Re: Error opening binary file.
Post by: Junior Nintendista on April 05, 2015, 08:32:45 PM
playerStart
Title: Re: Error opening binary file.
Post by: Anon70000 on April 07, 2015, 06:26:27 PM
First of all, why do you even put saveGame in player creation object.

Secondly, saveGame script automaticly checks for existing file, so you don't have writing it twice,
Title: Re: Error opening binary file.
Post by: lemonxreaper on April 08, 2015, 10:51:25 PM
First of all, why do you even put saveGame in player creation object.

Secondly, saveGame script automaticly checks for existing file, so you don't have writing it twice,

its there to make sure there is a save file to load should the player presses R before saving the first time or w/e. or else your game will just crash.