Re: An fps game written in python3. Feel free to use it!

2019-06-15 Thread AudioGames . net Forum — Developers room : mazen via Audiogames-reflector
Re: An fps game written in python3. Feel free to use it! @50 that’s Not bgt URL: https://forum.audiogames.net/post/441797/#p441797 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames

Re: An fps game written in python3. Feel free to use it!

2019-06-15 Thread AudioGames . net Forum — Developers room : kianoosh via Audiogames-reflector
Re: An fps game written in python3. Feel free to use it! Here's what I was talking about earlier. You need to run that with either windows powershell or the command prompt, also known as CMD. Do not run it directly via py launcher. Plus, When you run it via py launcher directly, you're so

Re: An fps game written in python3. Feel free to use it!

2019-06-15 Thread AudioGames . net Forum — Developers room : kianoosh via Audiogames-reflector
Re: An fps game written in python3. Feel free to use it! Here's what I was talking about earlier. You need to run that with either windows powershell or the command prompt, also known as CMD. Do not run it directly via py launcher. Plus you're so likely to lose tracebacks and errors

Re: An fps game written in python3. Feel free to use it!

2019-06-14 Thread AudioGames . net Forum — Developers room : lord via Audiogames-reflector
Re: An fps game written in python3. Feel free to use it! I saying. I press fps.py. I have python. But says C system 32 and closet the 1 seconds URL: https://forum.audiogames.net/post/441593/#p441593 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: An fps game written in python3. Feel free to use it!

2019-06-14 Thread AudioGames . net Forum — Developers room : kianoosh via Audiogames-reflector
Re: An fps game written in python3. Feel free to use it! A post full of unknowns. What's "this and that"? If you mean the game, It surely is a python source code and you need python to be able to run it URL: https://forum.audiogames.net/post/441573/#p441573 -- Audiogames

Re: An fps game written in python3. Feel free to use it!

2019-06-14 Thread AudioGames . net Forum — Developers room : lord via Audiogames-reflector
Re: An fps game written in python3. Feel free to use it! what is that. I press this but I cante open this that. What did you do? URL: https://forum.audiogames.net/post/441550/#p441550 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https

Re: An fps game written in python3. Feel free to use it!

2019-06-14 Thread AudioGames . net Forum — Developers room : wiam-s via Audiogames-reflector
Re: An fps game written in python3. Feel free to use it! Try install pypiwin32 that should fix your PROBLEM URL: https://forum.audiogames.net/post/441449/#p441449 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi

Re: An fps game written in python3. Feel free to use it!

2019-06-14 Thread AudioGames . net Forum — Developers room : kianoosh via Audiogames-reflector
Re: An fps game written in python3. Feel free to use it! At post 44 I  mean the locale folder. The gettext module comes with python itself.At post 45 Are you installing pywin32 via pip? Try pip install --force pywin32It's weird that it doesn't work for you. Try to install it in the way I

Re: An fps game written in python3. Feel free to use it!

2019-06-13 Thread AudioGames . net Forum — Developers room : ricardo0922 via Audiogames-reflector
Re: An fps game written in python3. Feel free to use it! Hi,So I fixed all the issues on this thread, except for one that I haven't seen pop up yet. When I try to run, I get a traceback that the package win32gui isn't installed. So, I tried to install it with pip install win32gui

Re: An fps game written in python3. Feel free to use it!

2019-06-12 Thread AudioGames . net Forum — Developers room : Ilya via Audiogames-reflector
Re: An fps game written in python3. Feel free to use it! hmm,i have, pyglet, wxpythonpyopenalpywin32 URL: https://forum.audiogames.net/post/440867/#p440867 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin

Re: An fps game written in python3. Feel free to use it!

2019-06-12 Thread AudioGames . net Forum — Developers room : kianoosh via Audiogames-reflector
Re: An fps game written in python3. Feel free to use it! This is a weird issue when you try to run a python app from source code that is using gettext via python launcher, or you don't have everything that you should have in your locale folder. Try running it using windows powershell

Re: An fps game written in python3. Feel free to use it!

2019-06-12 Thread AudioGames . net Forum — Developers room : Ilya via Audiogames-reflector
Re: An fps game written in python3. Feel free to use it! hi, i just got this when running it.i have all the modulesAt line:1 char:109+ python "C:\Users\ivencjuns\Dropbox\coding\Py Games\python-fps-master\python-fps-master\fps.py" |p:\buggy.txt <<<

Re: An fps game written in python3. Feel free to use it!

2019-06-12 Thread AudioGames . net Forum — Developers room : Ilya via Audiogames-reflector
Re: An fps game written in python3. Feel free to use it! hi, i just got this when running it.i have all the modulesWindows PowerShellCopyright (C) 2009 Microsoft Corporation. All rights reserved.PS C:\Users\ivencjuns> python "C:\Users\ivencjuns\Dropbox\coding\Py Games\python-fp

Re: An fps game written in python3. Feel free to use it!

2019-06-10 Thread AudioGames . net Forum — Developers room : kianoosh via Audiogames-reflector
Re: An fps game written in python3. Feel free to use it! I actually converted this code to pygame a while ago, but I messed it up by switching to another sound library. Not completely though I can still fix it by switching to another sound library but i'm not working on it right now. some

Re: An fps game written in python3. Feel free to use it!

2019-06-10 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: An fps game written in python3. Feel free to use it! For speech, just use this bit of code (its something Danny and I wrote for a private game engine, but it allows usage of speech APIs on Linux, Mac and windows, so no reason to not reveal it):import platform if platform.system

Re: An fps game written in python3. Feel free to use it!

2019-06-10 Thread AudioGames . net Forum — Developers room : frastlin via Audiogames-reflector
Re: An fps game written in python3. Feel free to use it! BTW, kianoosh, we should combine forces, I did a very similar thing in pyaudiogame, using pygame (although it would be very easy to switch to pyglet).For Accessible_output2, I went ahead and just included it as a single folder in my

Re: An fps game written in python3. Feel free to use it!

2019-06-09 Thread AudioGames . net Forum — Developers room : frastlin via Audiogames-reflector
Re: An fps game written in python3. Feel free to use it! Thank you for movement.py, it is very helpful!The code could do with a few more docstrings and comments though, although I was able to find what I needed. URL: https://forum.audiogames.net/post/440016/#p440016 -- Audiogames

Re: An fps game written in python3. Feel free to use it!

2018-11-07 Thread AudioGames . net Forum — Developers room : Alan via Audiogames-reflector
Re: An fps game written in python3. Feel free to use it! Morning,I finally got it runing. I changed universalSpeech2 by universal speech, for some reason when trying to install the library from the continuum repository gives me pywin32 errors and reinstalling pywin32 doesn't solve

Re: An fps game written in python3. Feel free to use it!

2018-11-07 Thread AudioGames . net Forum — Developers room : kianoosh via Audiogames-reflector
Re: An fps game written in python3. Feel free to use it! Ok. This is not related to pywin32 at all. The error which happens about pywin32 should be something about win32gui. Anyways. Get the repossetory on carter temm's github, Which I provided a link to it in the readme, get it, extract

Re: An fps game written in python3. Feel free to use it!

2018-11-06 Thread AudioGames . net Forum — Developers room : Alan via Audiogames-reflector
Re: An fps game written in python3. Feel free to use it! Sorry, I have edited post 33, adding the  exact error I am getting when installing accessible_output2, basically:Processing dependencies for accessible-output2==0.13Searching for libloaderReading https://pypi.python.org/simple

Re: An fps game written in python3. Feel free to use it!

2018-11-06 Thread AudioGames . net Forum — Developers room : kianoosh via Audiogames-reflector
Re: An fps game written in python3. Feel free to use it! Hi. I think if i'm not mistaken you have to uninstall it more than one time. Also try to delete anything related to pywin32 within your site-packages directory. If that never fixed it, Try tolk. I fixed it that way though URL: http

Re: An fps game written in python3. Feel free to use it!

2018-11-03 Thread AudioGames . net Forum — Developers room : jonikster via Audiogames-reflector
Re: An fps game written in python3. Feel free to use it! Hello.I couldn't run this code.In the beginning, there were problems with the installation of accessible_output2. Now the code does not want to work.Has anyone been able to run this code? I can describe my steps, maybe someone knows

Re: An fps game written in python3. Feel free to use it!

2018-11-02 Thread AudioGames . net Forum — Developers room : sanslash332 via Audiogames-reflector
Re: An fps game written in python3. Feel free to use it! hello @kianooshCan your add to the readme file all the dependencies that you need to run the game?For example accessible output (the new) isn't available on PiPi, so "pip install -r requirements.txt" always fails independen

Re: An fps game written in python3. Feel free to use it!

2018-11-01 Thread AudioGames . net Forum — Developers room : Veljko via Audiogames-reflector
Re: An fps game written in python3. Feel free to use it! This thingy is cool. Nice work! URL: http://forum.audiogames.net/post/390086/#p390086 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo

Re: An fps game written in python3. Feel free to use it!

2018-11-01 Thread AudioGames . net Forum — Developers room : kianoosh via Audiogames-reflector
Re: An fps game written in python3. Feel free to use it! Another update, You can now spawn tiles without needing of spawn rooms. Read the map.py file. I think i'm done with this engine and now I'm planning to make a game based on this engine to show people how it tastes. Although i still

Re: An fps game written in python3. Feel free to use it!

2018-10-31 Thread AudioGames . net Forum — Developers room : defender via Audiogames-reflector
Re: An fps game written in python3. Feel free to use it! Yaye for continuing to update it! URL: http://forum.audiogames.net/post/389797/#p389797 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman