Re: Sable audiogame creator

2021-01-07 Thread AudioGames . net ForumDevelopers room : Samuel Farrugia via Audiogames-reflector
Re: Sable audiogame creator @7, apologies but I was under the impression that post 4 was enquiring if unity was usable, with that in mind how was my post irrelevant to the discussion? Unless I misunderstood what post 4 was asking, in which case apologies. URL: https://forum.audiogames.net/

Re: Sable audiogame creator

2021-01-06 Thread AudioGames . net ForumDevelopers room : Samuel Farrugia via Audiogames-reflector
Re: Sable audiogame creator @4, unfortunately unity is completely inaccessible, plus, given the fact that, from what I know of it, its heavily reliant on visual programming and designing, there’s probably not much one could do with it even if it was somewhat usable. URL: https://forum.audi

Re: some help needed with python

2020-12-08 Thread AudioGames . net ForumDevelopers room : Samuel Farrugia via Audiogames-reflector
Re: some help needed with python Hello all, apologies for bringing this topic back from the dead, but I’ve run into a fresh, new, and very crappy problem. So, thanks to your guys’ posts, I was able to figure out how to play music. For some strange reason however, playing sounds still remain

Re: some help needed with python

2020-11-15 Thread AudioGames . net ForumDevelopers room : Samuel Farrugia via Audiogames-reflector
Re: some help needed with python @6, thanks for the suggestion, I’ve gone and done that. When I tried adding ‘r’ to the file path, a couple of things happened. Firstly, when I tried it with a .wav file, pygame brought me this error.pygame.mixer.music.load(r'A_2093\Sounds\Intros\Survivor\Sur

Re: some help needed with python

2020-11-14 Thread AudioGames . net ForumDevelopers room : Samuel Farrugia via Audiogames-reflector
Re: some help needed with python Hi all.@3, the reason I decided on trying to use pygame to play my sound files, rather than the playsound module, is that I wanted to loop music in the background, whilst also having other audio files playing at the same time. I’ve tried using playsound, and

some help needed with python

2020-11-12 Thread AudioGames . net ForumDevelopers room : Samuel Farrugia via Audiogames-reflector
some help needed with python Hello all.I’m trying to code a small text based RPG (in the same style of the Wastes), as my first python project. I’ve been trying to find a way how to implement sounds for when the player selects different options, fights enemies, etc.after a bit of research,

Re: help getting started in Python

2020-10-07 Thread AudioGames . net ForumDevelopers room : Samuel Farrugia via Audiogames-reflector
Re: help getting started in Python Hi all.Big thanks for the advice and all of the links. I’m doing some research on my own, and going through the sources that you guys provided, and I think that I’ve now got a pretty good base on which to start off. I’ve just got one more question, I’ve de

help getting started in Python

2020-10-01 Thread AudioGames . net ForumDevelopers room : Samuel Farrugia via Audiogames-reflector
help getting started in Python Hello all.So, for the past few years, I’ve been poking around the internet, trying to find a coding langwidge, which is easy enough to learn, so that a completely clueless teen, such as myself, could pick it up, and one day, hopefully create something with it.