Re: Couple questions to bgt

2019-01-17 Thread AudioGames . net Forum — Developers room : rory-games via Audiogames-reflector


  


Re: Couple questions to bgt

no no, you simply need a web server, a file on it with a version such as 1.2, and then convert that to a string to number using the string_to_number() function. then you need to either tell the players its out of dateor up to date or failed to check, depending on whether  the version double of the player's program is less than, equal to, or greater than that of the latest versoin double which we got from our string to number. hope this helps!

URL: https://forum.audiogames.net/post/406006/#p406006




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Couple questions to bgt

2019-01-16 Thread AudioGames . net Forum — Developers room : ivan_soto via Audiogames-reflector


  


Re: Couple questions to bgt

Answering as many questions as I can here.1: You want to add screen reader support?You can use DFSpeech, a class written by Mason Armstrong or you can use the screen_reader_is_running function and write your own function to check.How to change options like checking for updates? You need to write some menu or whatever. This is what I would do though.if(checkforupdates==1){checkforupdates=0;}elsecheckforupdates=1;speak("Checking for updates on startup "+(checkforupdates==1?"enabled","disabled"));You want to make an updater class? You need to have some sort of HTTP server, and write a script that will get the version and compare it to a string stored in the code.I hope this post helps.

URL: https://forum.audiogames.net/post/405843/#p405843




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Couple questions to bgt

2019-01-16 Thread AudioGames . net Forum — Developers room : ivan_soto via Audiogames-reflector


  


Re: Couple questions to bgt

Answering as many questions as I can here.1: You want to add screen reader support?You can use DFSpeech, a class written by Mason Armstrong or you can use the screen_reader_is_running function and write your own function to check.How to change options like checking for updates? You need to write some menu or whatever. This is what I would do though.if(checkforupdates==1){checkforupdates=0;}elsecheckforupdates=1;speak("Checking for updates on start "+(updatecheck==1?"enabled","disabled"));You want to make an updater class? You need to have some sort of HTTP server, and write a script that will get the version and compare it to a string stored in the code.I hope this post helps.

URL: https://forum.audiogames.net/post/405843/#p405843




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector