Where is the @shutdown verb in moo?

2020-12-05 Thread AudioGames . net ForumDevelopers room : kingzombie via Audiogames-reflector


  


Where is the @shutdown verb in moo?

What the title says.

URL: https://forum.audiogames.net/post/595836/#p595836




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


Toaststunt Problem

2020-05-14 Thread AudioGames . net ForumDevelopers room : kingzombie via Audiogames-reflector


  


Toaststunt Problem

Hello developers,I recently started up a toaststunt server and I have one critical problem. Whenever I try to make a new player or to make a password on the wizard I get an error. I have pasted the error below any help will be greatly appreciated.#10:encrypt_password (this == #10), line 3:  Unknown built-in function                                                  ... called from #6:@password, line 26                                                                                   (End of traceback)

URL: https://forum.audiogames.net/post/529210/#p529210




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


Question For Audiogame Developers Using Node.js

2020-04-14 Thread AudioGames . net ForumDevelopers room : kingzombie via Audiogames-reflector


  


Question For Audiogame Developers Using Node.js

To any of you such as talon or oriol and others. Could you provide the best resources in your oppinion for learning node.js? There are many all over the web of course but I'd like to have the right set of resources to learn from so I can dive right into audiogame development. I have programming experience so I won't need something that's for a complete programming newbie. My goal is to develop a game that's cross platform and working on ios, android, and pc and I think node.js would be the best programming language to do this in as you can just load up the game in your browser and start playing provided the controls for your platform are coded. Any pointers in the right direction would be grately appreciated.

URL: https://forum.audiogames.net/post/519443/#p519443




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


Secure way to pack sounds in python?

2019-11-21 Thread AudioGames . net ForumDevelopers room : kingzombie via Audiogames-reflector


  


Secure way to pack sounds in python?

Hello everyone.So in the past I've seen a few topics about python pack file libraries, but they seem to have some security problems acording to posts in their topic. I was wondering, is there a way to securely store sounds in python?

URL: https://forum.audiogames.net/post/478742/#p478742




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


Re: Howto: Run BGT Servers Under Wine In Linux VPS

2019-09-27 Thread AudioGames . net ForumDevelopers room : kingzombie via Audiogames-reflector


  


Re: Howto: Run BGT Servers Under Wine In Linux VPS

Oh and make sure your compilinh your server. The actual bgt won't run on it.

URL: https://forum.audiogames.net/post/464708/#p464708




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


Re: lifesim for windows

2019-09-15 Thread AudioGames . net ForumDevelopers room : kingzombie via Audiogames-reflector


  


Re: lifesim for windows

You could always just rewrite the internal design if you don't like that while keeping everything else intact.

URL: https://forum.audiogames.net/post/462163/#p462163




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


Re: lifesim for windows

2019-09-09 Thread AudioGames . net ForumDevelopers room : kingzombie via Audiogames-reflector


  


Re: lifesim for windows

I know. Was just surprised he actually included that in this simulator. I mean, its something s realistic but I've never heard of it in other sims before.

URL: https://forum.audiogames.net/post/460745/#p460745




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


Re: lifesim for windows

2019-09-09 Thread AudioGames . net ForumDevelopers room : kingzombie via Audiogames-reflector


  


Re: lifesim for windows

Yes, i, as a baby did this? you died dew to severe depression which caused you to take a fatal drug overdose.

URL: https://forum.audiogames.net/post/460676/#p460676




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


Re: AudioGame Collaboration: Should We Do It?

2019-08-02 Thread AudioGames . net ForumDevelopers room : kingzombie via Audiogames-reflector


  


Re: AudioGame Collaboration: Should We Do It?

I'd definetly be willing to participate in this project. I think if this is done right a great game or set of games can come out from this and make a great advancement in audiogames.

URL: https://forum.audiogames.net/post/452783/#p452783




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


Re: Best way to make a timer in python?

2019-06-08 Thread AudioGames . net ForumDevelopers room : kingzombie via Audiogames-reflector


  


Re: Best way to make a timer in python?

Should've said earlier this is for a game. So if I put this as a timer class it wouldn't lag? I want to make a timer class that I can use with as less lag as possible.

URL: https://forum.audiogames.net/post/439517/#p439517




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


Best way to make a timer in python?

2019-06-07 Thread AudioGames . net ForumDevelopers room : kingzombie via Audiogames-reflector


  


Best way to make a timer in python?

I'm wondering the best way to make a timer in python that can be paused and resumed. The agk3 comes with a timer but its not able to be paused.Thanks in advance for any help.

URL: https://forum.audiogames.net/post/439451/#p439451




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


BGT question

2017-10-23 Thread AudioGames . net ForumDevelopers room : kingzombie via Audiogames-reflector


  


BGT question

HelloIs there a way to check if a sound is playing in BGT?

URL: http://forum.audiogames.net/viewtopic.php?pid=334884#p334884





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

BGT question

2017-10-23 Thread AudioGames . net ForumDevelopers room : kingzombie via Audiogames-reflector


  


BGT question

HelloIs there a way to check if a sound is playing BGT?

URL: http://forum.audiogames.net/viewtopic.php?pid=334884#p334884





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

What's the easiest way to make an RPG in BGT?

2017-08-28 Thread AudioGames . net ForumDevelopers room : kingzombie via Audiogames-reflector


  


What's the easiest way to make an RPG in BGT?

HiI was wondering how i could make an rpg in bgt, if so, what would be the easiest or most efficient way to do so?

URL: http://forum.audiogames.net/viewtopic.php?pid=326711#p326711





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

Re: questions about bgt

2017-03-18 Thread AudioGames . net ForumDevelopers room : kingzombie via Audiogames-reflector


  


Re: questions about bgt

I have another question, I was trying to play a sound looped with the sound_pool. I typed, p.play_stationary("sound.ogg",true);when I run the script the sound plays, but it sounds like it is playing more then once. How can I fix this

URL: http://forum.audiogames.net/viewtopic.php?pid=302845#p302845





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

questions about bgt

2017-03-17 Thread AudioGames . net ForumDevelopers room : kingzombie via Audiogames-reflector


  


questions about bgt

Hi, I have some questions about bgt.What is uint and how does it work?And what is i, and can I have some examples of using these?

URL: http://forum.audiogames.net/viewtopic.php?pid=302638#p302638





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

Re: Making audiogames with python where do I start?

2016-07-06 Thread AudioGames . net ForumDevelopers room : kingzombie via Audiogames-reflector


  


Re: Making audiogames with python where do I start?

And can I fix my powershell from saying letters or space space and stuff?

URL: http://forum.audiogames.net/viewtopic.php?pid=266939#p266939





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

Re: Making audiogames with python where do I start?

2016-07-05 Thread AudioGames . net ForumDevelopers room : kingzombie via Audiogames-reflector


  


Re: Making audiogames with python where do I start?

And can I fix my poweshell from saying letters or space space and stuff?

URL: http://forum.audiogames.net/viewtopic.php?pid=266939#p266939





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

Re: Making audiogames with python where do I start?

2016-07-05 Thread AudioGames . net ForumDevelopers room : kingzombie via Audiogames-reflector


  


Re: Making audiogames with python where do I start?

How do i stop pywin from putting spaces when i make a new line? and what are the best settings for it?

URL: http://forum.audiogames.net/viewtopic.php?pid=266931#p266931





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

Re: A question

2016-07-04 Thread AudioGames . net ForumDevelopers room : kingzombie via Audiogames-reflector


  


Re: A question

I just want a plain map and the ability to walk, nothing complex

URL: http://forum.audiogames.net/viewtopic.php?pid=266756#p266756





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

A question

2016-07-04 Thread AudioGames . net ForumDevelopers room : kingzombie via Audiogames-reflector


  


A question

How can I make a 2d grid map that can be walked on in bgt?

URL: http://forum.audiogames.net/viewtopic.php?pid=266754#p266754





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