[Help] YSI Can not read/save file -
Dylan_Madigan69 - 14.03.2013
S O L V E D
I got YSI to read the ini file for the player, but only because i manually made one in windows explorer.
Upon connection, a user without a file should have one made automaticly.Below is a part of the log file, from server start to me leaving.
Код:
[06:13:10]-------------------------------------------------------------------------------
[06:13:10] -----------------------------Madigan's Test Server-----------------------------
[06:13:10] -------------------------------------------------------------------------------
[06:13:10] Number of vehicle models: 172
[06:13:13] Filterscript: DMWS: The weather has been changed automaticly.
[06:13:32] Incoming connection: 127.0.0.1:52118
[06:13:32] [join] Dylan_Madigan has joined the server (0:127.0.0.1)
[06:13:32] *** YSI Error: INI_Open could not find or create file Users/Dylan_Madigan.ini
[06:13:42] Players: Civillian Dylan_Madigan spawned.
[06:13:52] RCON (In-Game): Player #0 (Dylan_Madigan) has logged in.
[06:13:58] Filterscript: S25: Dylan_Madigan made himself a level 3 S25 worker.
[06:14:00] [part] Dylan_Madigan has left the server (0:1)
I used admin power to give my self a members rank in Stage 25 which should be saved. After i made a folder called "Users" and put "Dylan_Madigan.ini" in it then YSI had no problems reading/writeing the file for loading, saving, and modifying. I still have this problem with other players not having files automaticly made. This is running in a filterscript, if it matters. I also did try running the server as administrator.
Includes:
YSI
Whirlpool
Plugins:
Whirlpool
Anyone know what i can do to fix this?
__________________________________________________ _______________________________________________
SOLUTION:
In this situation, i had to create the folder manually, inside script files ofcorse. After that it was creating player files on it's own.
Re: [Help] YSI Can not read/save file -
Bikken - 14.03.2013
You have to delete Dylan_Madigan.ini, and then start your server. You log in, register, and Y_INI will automatically create the file, and then you can set your admin level in your character's .ini
Re: [Help] YSI Can not read/save file -
Dylan_Madigan69 - 14.03.2013
Sorry if i wasn't clear enough, the server gives me this error for every player, but stopped giving it to me when i made the file my self. It won't make it on its own.
Re: [Help] YSI Can not read/save file -
Xeiss - 14.03.2013
Is there a folder called "Users" under the "scriptfiles" folder?
Re: [Help] YSI Can not read/save file -
Dylan_Madigan69 - 14.03.2013
First, no, and it had an error. I Thought it should be able to make it on its own like D_INI.
Second, yah, lol now with a folder alredy made, it seems to be creating other profiles just fine.