Re: My guides for Python

2019-08-23 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: My guides for Python Post 15: sorry for the late response.  Check the keyboard section of my guide and compare it to yours and you’ll find your answer. URL: https://forum.audiogames.net/post/457359/#p457359 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin

Re: My guides for Python

2019-08-17 Thread AudioGames . net Forum — Developers room : cmerry via Audiogames-reflector
Re: My guides for Python @key, if you can make it work I for one would be interested. The last time I tryed to mess with AGK I ran into a hole bunch of strange issues I wasn't sure how to fix. URL: https://forum.audiogames.net/post/456118/#p456118 -- Audiogames-reflector mailing list

Re: My guides for Python

2019-08-17 Thread AudioGames . net Forum — Developers room : lav andric via Audiogames-reflector
Re: My guides for Python Hello.I have a problem in python.Basicly, when I launch my code, the windows showes for 1 second, and freezes and stops responding.Here's the code:import pygame,pygame.locals as plimport timerimport soundfrom sound_positioning import *pygame.init()screen

Re: My guides for Python

2019-08-17 Thread AudioGames . net Forum — Developers room : keyIsFull via Audiogames-reflector
Re: My guides for Python Oh man, if only I'd known about that before! I made all the python 3 modifications myself, took about 3 hours of work for me. Oops. Well no worries. I also got the sound positioning in 2d functions to work with behind pitch decreases, but I guess he already fixed

Re: My guides for Python

2019-08-17 Thread AudioGames . net Forum — Developers room : keyIsFull via Audiogames-reflector
Re: My guides for Python Oh man, if only I'd known about that before! I made all the python 3 modifications myself, took about 3 hours of work for me. Oops. Well no worries. I also got the sound positioning in 2d functions to work with behind pitch decreases, but I guess he already fixed

Re: My guides for Python

2019-08-17 Thread AudioGames . net Forum — Developers room : keyIsFull via Audiogames-reflector
Re: My guides for Python Oh man, if only I'd known about that before! I made all the python 3 modifications myself, took about 3 hours of work for me. Oops. Well no worries. URL: https://forum.audiogames.net/post/456107/#p456107 -- Audiogames-reflector mailing list Audiogames

Re: My guides for Python

2019-08-17 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: My guides for Python Ah, I knew about that one. Sorry about the confusion. URL: https://forum.audiogames.net/post/456103/#p456103 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo

Re: My guides for Python

2019-08-17 Thread AudioGames . net Forum — Developers room : cmerry via Audiogames-reflector
Re: My guides for Python Heads up, that version of AGK requires python 2.7. If you want a version that works with python 3, go tohttp://github.com/cartertemmYou'll find a mirror to agk3. URL: https://forum.audiogames.net/post/456085/#p456085 -- Audiogames-reflector mailing list

Re: My guides for Python

2019-08-17 Thread AudioGames . net Forum — Developers room : keyIsFull via Audiogames-reflector
Re: My guides for Python https://github.com/masonasons/AGKrequires a good bit of modification to actually get working, but it does work. I have yet to test out the 3d audio components though. URL: https://forum.audiogames.net/post/456081/#p456081 -- Audiogames-reflector mailing list

Re: My guides for Python

2019-08-16 Thread AudioGames . net Forum — Developers room : Socheat via Audiogames-reflector
Re: My guides for Python @10, nothing, just a question and that's it. URL: https://forum.audiogames.net/post/456028/#p456028 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames

Re: My guides for Python

2019-08-16 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: My guides for Python @8, yes. The guides are aimed at game development, though they're also good for getting started with the language. Why, what would you like to see instead?@9, Good to know. I'll edit the guide to link to the sound lib above.Where'd you find Masonasons game toolkit

Re: My guides for Python

2019-08-16 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: My guides for Python @8, yes. The guides are aimed at game development, though they're also good for getting started with the language. Why, what would you like to see instead?@9, Good to know. I'll edit the guide to link to the sound lib above.Where's you find Masonasons game toolkit

Re: My guides for Python

2019-08-16 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: My guides for Python Good to know. I'll edit the guide to link to the sound lib above.Where's you find Masonasons game toolkit? This is the first time I'm hearing about it. URL: https://forum.audiogames.net/post/455876/#p455876 -- Audiogames-reflector mailing list Audiogames

Re: My guides for Python

2019-08-16 Thread AudioGames . net Forum — Developers room : keyIsFull via Audiogames-reflector
Re: My guides for Python Thanks americranian that did solve the problem. Interestingly enough I had a similar problem when I was trying to use Masonason's Audio Game Kit, and it was trying to initialize the sound library. In the __init__.py file it had:import soundimport

Re: My guides for Python

2019-08-16 Thread AudioGames . net Forum — Developers room : keyIsFull via Audiogames-reflector
Re: My guides for Python Thanks americranian that did solve the problem. Interestingly enough I had a similar problem when I was trying to use Masonason's Audio Game Kit, and it was trying to initialize the sound library. In the __init__.py file it had:import soundimport

Re: My guides for Python

2019-08-16 Thread AudioGames . net Forum — Developers room : keyIsFull via Audiogames-reflector
Re: My guides for Python Thanks americranian that did solve the problem. Interestingly enough I had a similar problem when I was trying to use Masonason's Audio Game Kit, and it was trying to initialize the sound library. In the __init__.py file it had:import soundimport

Re: My guides for Python

2019-08-16 Thread AudioGames . net Forum — Developers room : Socheat via Audiogames-reflector
Re: My guides for Python Do you cover only game development? URL: https://forum.audiogames.net/post/455834/#p455834 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: My guides for Python

2019-08-16 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: My guides for Python Try this version of sound_lib. I think I fixed the bug when I first used it but I don't remember how I did it URL: https://forum.audiogames.net/post/455833/#p455833 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https

Re: My guides for Python

2019-08-16 Thread AudioGames . net Forum — Developers room : keyIsFull via Audiogames-reflector
Re: My guides for Python Collecting pybass  ERROR: Could not find a version that satisfies the requirement pybass (from versions: none)ERROR: No matching distribution found for pybassTraceback (most recent call last):  File "stuff.py", line 1, in     import sound  File "

Re: My guides for Python

2019-08-15 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: My guides for Python Posts two and three,  you’re welcome. Post for. Try the following: pip install pybass If it still does not work or you just feel lazy, post the entire traceback.  I want to know where exactly doesn’t crash. URL: https://forum.audiogames.net/post/455748/#p455748

Re: My guides for Python

2019-08-15 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: My guides for Python Posts two and three,  you’re welcome. Post for. Try the following: pip install pybass If it still does not work after that, post the entire traceback.  I want to know where exactly doesn’t crash. URL: https://forum.audiogames.net/post/455748/#p455748

Re: My guides for Python

2019-08-15 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: My guides for Python Post two and three,  you’re welcome. Post for. Try the following: pip install pybass If it still does not work after that, post the entire traceback.  I want to know where exactly doesn’t crash. URL: https://forum.audiogames.net/post/455748/#p455748

Re: My guides for Python

2019-08-15 Thread AudioGames . net Forum — Developers room : keyIsFull via Audiogames-reflector
Re: My guides for Python hey, I tried to follow your guide but couldn't get sound_lib working. I put sound.py into my game directory and then sound_lib folder as well, then my script has import sound. But then I get an error that says there is no module called pybass. I didn't do any

Re: My guides for Python

2019-08-15 Thread AudioGames . net Forum — Developers room : cmerry via Audiogames-reflector
Re: My guides for Python Yeah man. I wouldn't know half the stuff I do about python if it weren't for our conversations on TT and these guides. You sure did help a lot. URL: https://forum.audiogames.net/post/455681/#p455681 -- Audiogames-reflector mailing list Audiogames-reflector

Re: My guides for Python

2019-08-15 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: My guides for Python Hi, i love those guides. they helped me a lot. for example, i did not know how to fully make the menu. i got the array storing all the items added to the menu, but i did not know where to put the key presses, and i also did not know how to see what the options were

My guides for Python

2019-08-14 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
My guides for Python I'm sure a lot of you already noticed my awful posts in the article room. Still, for those of you who didn't, I have written down enough information to get you started when it comes to Python, game developing, speech libraries, menus, timers, sound, etc. I do not give

My guides for Python

2019-08-14 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
My guides for Python I'm sure a lot of you already noticed my awful posts in the article room. Still, for those of you who didn't, I have written down enough information to get you started when it comes to Python and game developing, speech libraries, menus, timers, sound, etc. I do