Re: Settings file in BGT

2017-05-21 Thread AudioGames . net Forum — Developers room : gabriel-schuck via Audiogames-reflector
Re: Settings file in BGT jonikster wrote:Hello!Prompt please, as in BGT to make a file of settings. For example, I have a file with the following content:Name = JohnHp = 100How in BGT to download and use these settings?P.s. The file object is signed, but I do not know how to get name

Re: Settings file in BGT

2017-04-24 Thread AudioGames . net Forum — Developers room : Guitarman via Audiogames-reflector
Re: Settings file in BGT Hi jonikster.You seem to have a lot of questions about bgt and python. You keep making a whole bunch of new topics to ask each question. Why don't you make one topic to ask your questions, it would be easier for you and for us who read them.Like I said I think your

Re: Settings file in BGT

2017-04-23 Thread AudioGames . net Forum — Developers room : cartertemm via Audiogames-reflector
Re: Settings file in BGT I've seen a couple different ways to manage settings files. First off, there's encrypting the file, or making it look like the following:john,0,3,2,8Then use string_split like:string[] values=string_split(f.read(),",",false);values[0]=usernam

Settings file in BGT

2017-04-22 Thread AudioGames . net Forum — Developers room : jonikster via Audiogames-reflector
Settings file in BGT Hello!Prompt please, as in BGT to make a file of settings. For example, I have a file with the following content:Name = JohnHp = 100How in BGT to download and use these settings?P.s. The file object is signed, but I do not know how to get name, hpThanks in advance