![]() |
Bin file question - Printable Version +- Mirage Source (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: Source Code Development (https://mirage-engine.uk/forums/forumdisplay.php?fid=51) +----- Forum: Mirage Source 4 (Visual Basic 6) (https://mirage-engine.uk/forums/forumdisplay.php?fid=44) +----- Thread: Bin file question (/showthread.php?tid=2468) |
Bin file question - Nean - 03-01-2009 How would I put and get vars from them? I know Bin files are faster, but a little less convenient for editing. Re: Bin file question - Matt - 03-01-2009 Binary? Look at how the maps are saved and loaded. Re: Bin file question - Anthony - 03-01-2009 Isn't MS4 completely using binary now? Re: Bin file question - Nean - 03-01-2009 Anthony Wrote:Isn't MS4 completely using binary now? I believe so. Re: Bin file question - GIAKEN - 03-01-2009 Instead you'd have to use an array (like TempPlayer is used for player variables that aren't saved) so instead of Call PutVar(PlayerQuest1whatever) you'd do TempPlayer.quest or whatever and if you absolutely have to you can just make an INI to use. Re: Bin file question - skillzalot - 26-01-2009 is there a toll that allows you to edit .bin files for the accounts. That way you can set the chars access level. Cause i had to delete the accounts to add the quest thing and now i can make my guy an admin again Re: Bin file question - Coke - 26-01-2009 Someone change his name to failgay. Re: Bin file question - deathknight - 26-01-2009 Take out the checks on the set access command, then change your access that way. Don't forget to put them back in though, before you release anything. Re: Bin file question - Nean - 26-01-2009 OR you could right click on the player from the server and click "Make Admin".... Re: Bin file question - Matt - 26-01-2009 Nean Wrote:OR you could right click on the player from the server and click "Make Admin".... QFT. |