Re: Most accessible web builders, let's list them

2020-07-02 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: Most accessible web builders, let's list them Favorite Web Builder? Python Django URL: https://forum.audiogames.net/post/548107/#p548107 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Most accessible web builders, let's list them

2020-07-02 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: Most accessible web builders, let's list them Favorite Web Builder? Python DjangoEddit: For those of you who don't know, that's a joke. Django is a lot more difficult than Html ever will be. URL: https://forum.audiogames.net/post/548107/#p548107 -- Audiogames-reflector mailing

Re: some bgt errors that i couldn't debug

2020-07-02 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: some bgt errors that i couldn't debug If you're talking about the program you were talking about earlier in this topic, then I'm dying on the floor laughing. You barely need a function to make that game. URL: https://forum.audiogames.net/post/548105/#p548105 --

Re: General Languages: Confusion on Callback Func Procedures

2020-07-08 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: General Languages: Confusion on Callback Func Procedures Thank you. I was unaware you could refer to functions like that. URL: https://forum.audiogames.net/post/550090/#p550090 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

General Languages: Confusion on Callback Func Procedures

2020-07-08 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
General Languages: Confusion on Callback Func Procedures Hello, I was messing around with Lucia (via Python) and I came across the idea of Callback functions. now, I"ve seen these before, however the wording confused me a little.It tells me to pass a function to the class, however...I'm

General Languages: Threading, it's uses, and it's dangers.

2020-07-09 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
General Languages: Threading, it's uses, and it's dangers. I'm in a bit of a situation where I feel like, with out testing, that I may need threading to reduce strain on the processing, or at least, illiminate some issues that may arise with the amount of objects being handled at once.I've

Re: General Languages: Threading, it's uses, and it's dangers.

2020-07-09 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: General Languages: Threading, it's uses, and it's dangers. Thank you. As I said, I wasn't very experienced in things of that nature, and I also don't know too much about computer performance and hardware in general. I'll look into Cython and other such things as per your responses.

Re: Hiring Android and Windows Developer!

2020-07-09 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: Hiring Android and Windows Developer! If I weren't a minor and had real released products I would... Sad... URL: https://forum.audiogames.net/post/550502/#p550502 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: The quickest way to build maps in bgt?

2020-06-26 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: The quickest way to build maps in bgt? Because that's not how packfiles work.To answer your question OP: There is a function, I think it is like script_compiled or something of that nature, check the help files.For map creation, asuming they would be dynamic? Just use loops to quickly

Re: GUI Alternatives to WxPython

2020-06-26 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: GUI Alternatives to WxPython @WxWrapper. I thought about something like that, a sort of wrapper moduel designed to automate the long winded parts and maybe help out a bit with the placement of GUI elements. I would just have to buckle down and swallow Wx by the handful. URL:

GUI Alternatives to WxPython

2020-06-26 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
GUI Alternatives to WxPython WxPython is the special child of the mix. It makes my brain hurt, it's overly verbose and somewhat redundant at times. Another issue is that I have to give exact positioning arguments for elements, which, understandably, I can't do effectively.Are there any

Re: The quickest way to build maps in bgt?

2020-06-27 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: The quickest way to build maps in bgt? I believe 2 is pointing out options.@2: Unfortunately sense BGT does not haev any other forms of iterable beyond simple arrays and dictionaries, map systems are severely lax. If Bgt had tuples, sets or things of that nature it would be so much

Re: Free cPanel Alternatives.

2020-07-24 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: Free cPanel Alternatives. I don't know much about this stuff, but even I know that having your Sql port open is just... good job, man...Also, you laugh at people saying your sourcecode could get leaked? Sense when is that a laughable thing? URL:

Re: Python: Gauging Interest in a Possible Project

2020-07-17 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: Python: Gauging Interest in a Possible Project These are fair points and that was why I asked. I'm not quite comfadant with Github to do something of this nature. URL: https://forum.audiogames.net/post/553275/#p553275 -- Audiogames-reflector mailing list

Css: Usecases for Css Flexbox and Grid.

2020-07-16 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Css: Usecases for Css Flexbox and Grid. Hello, I've been taking a Responsive Web Design Course, and the last two sections were about Css Flexbox and Grid. It through a lot of functions at me, however, I'm not sure if I would even need it in a real life scenario, and if so,

Re: developing a singular verses plural grammar system in your game

2020-07-23 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: developing a singular verses plural grammar system in your game I'm a bit confused. Your title talks about a plural system, which can just be solved with a function, but from your post,  I think you're talking about pronouns? URL: https://forum.audiogames.net/post/555079/#p555079

Re: Css: Usecases for Css Flexbox and Grid.

2020-07-16 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: Css: Usecases for Css Flexbox and Grid. Ok, thanks. That's what I originally thought, I just wasn't sure if there was some benifit beyond being able to structure better. URL: https://forum.audiogames.net/post/553038/#p553038 -- Audiogames-reflector mailing list

Re: Audio game jam

2020-07-16 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: Audio game jam I'm definitely onboard for this! I would have prefered Github, and this probably will end up there as well anyway, but I'll figure ich out. URL: https://forum.audiogames.net/post/553084/#p553084 -- Audiogames-reflector mailing list

Python: Gauging Interest in a Possible Project

2020-07-16 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Python: Gauging Interest in a Possible Project Hello, As we've seen in many cases, people love to turn to open source projects to learn languages. As these projects usually aren't made for use as a learning tool, I was thinking it might be a good way to ease people into Python, and similar

Python: Confusion on the Way I Might Pull This List Comprehention Off

2020-11-27 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Python: Confusion on the Way I Might Pull This List Comprehention Off Hello,I was messing around with some RPG style code out of boredom. Many other questions will follow as I continue to make it.Anyway, I was coding an inventory type system. The inventory is lain out as follows:The

Re: Lucia - OpenSource AudioGame engine written in Python

2020-11-27 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: Lucia - OpenSource AudioGame engine written in Python It was kind of a while ago, but the whole discussion about multiple libraries in a specific field made me think of the following:Recently, I started looking into different development patterns, such as State, Entity Component

Re: Python: Confusion on the Way I Might Pull This List Comprehention Off

2020-11-27 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: Python: Confusion on the Way I Might Pull This List Comprehention Off The order of items is unimportant. If at some point items need to be sorted, such as if I have a filterable Inventory Menu, there is another player method, sort_inventory, that handles that.The issue is not putting

Re: Playing Footsteps?

2020-12-05 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: Playing Footsteps? @2's solution works. If you're 60 fps, which is 1/1000, which is 0.016 seconds, then maybe a good time to play would be 0.25 seconds. 0.25/0.016 = aprox. 15.625 Frames between step sound play.You could do that, or maybe, depending on how fast the actual movement ends

Re: ffmpeg environment variable incorrect path?

2020-12-05 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: ffmpeg environment variable incorrect path? Lol, this... Nerd shit, is a pretty big deal in the CS field. URL: https://forum.audiogames.net/post/595833/#p595833 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Designing an Audio FPS

2020-12-03 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: Designing an Audio FPS Couple things. Defender, Swamp's graphics are just lines and small polygons, aren't they? Still enough to play, but definitely not nearly as much information as we get audibly.@52, say the magic word.This topic has been swamped with posts, mostly TitanOfWar,

Re: Checking if a script is compiled or not in Python?

2020-12-06 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: Checking if a script is compiled or not in Python? If you have something hinging on it, you can just have a flag for is_compiled that you switch when compiling. You still probably shouldn't have things be based on such things, but still. URL:

Re: Advent of Code, another way of practicing programming skills.

2020-12-03 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: Advent of Code, another way of practicing programming skills. I did this, and the first 3 days took me only about 30-45 minutes, and I'm not to good at these. Apparently they get very difficult as you go on, so this should start to get really interesting. URL:

Re: Designing an Audio FPS

2020-12-03 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: Designing an Audio FPS I mean... Why not just a system like where each player within a certain range of you, and or within your crosshairs plays a little blip blip sound or something, and the pitch of that or even just the type of sound playing denotes they're position relative to your

Re: Designing an Audio FPS

2020-12-03 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: Designing an Audio FPS @Defender, I was using player more as entity, but yeah I see what you mean. URL: https://forum.audiogames.net/post/595198/#p595198 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Earwax

2020-12-09 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: Earwax Hello,So I understand how most of this works and would be able to make something that wasn't insanely complicated, but I'd really like to understand how the actual thing works, so that I can at least know what my library is using, and maybe even contribute code eventually. The

Re: Designing an Audio FPS

2020-12-02 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: Designing an Audio FPS @jimmy69, I disagree. I don't recall if he said that this would be a fully 3 dimentional game, but even if so, I don't think that you really need anything fancy. As long as you can tell up from down, you really don't need that much quality. Sure, it definitely

Re: Python: Confusion on the Way I Might Pull This List Comprehention Off

2020-11-28 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: Python: Confusion on the Way I Might Pull This List Comprehention Off It's not that I'm flattening the inventory for the player visibility, I was just talking about how I thinking of flattening it temporarily for the searching. Either way, these definitely help. URL:

Re: Lucia - OpenSource AudioGame engine written in Python

2020-11-29 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: Lucia - OpenSource AudioGame engine written in Python Lucia indeed doesn't steal mainloop, but if you want to use any of it's UI Components, you'd have to rewrite them to not steal. URL: https://forum.audiogames.net/post/593894/#p593894 -- Audiogames-reflector mailing list

Re: Atempting Github Pages with a Header/footer System... Help?

2020-12-11 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: Atempting Github Pages with a Header/footer System... Help? Update: Even with removing _javascript_, I still recieve the error:Blocked loading mixed active content “http://cores.io/?https://brennandraves.github.io/footer.html”[Learn More]jquery-3.3.1.js:9600:9 URL:

Re: newbie in game developing

2020-12-21 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: newbie in game developing bhanuponguru wrote:@22 and @23no no, i know what is a box, but i din't thought it is a computer term tooi am just confused what box refer to. because in games we don't use rectangle, squares directly. so i am confused what box exactly refer to. enimy? bullet?

Re: pytinyfd: an attempt to wrap tinyfiledialogs

2020-12-22 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: pytinyfd: an attempt to wrap tinyfiledialogs How much replacement for Wx does it provide? Overall I can use Wx, I have to keep a cheatsheet or refer to the API constantly, and it's pretty flexible. What widgets would we have access to, and would they just be WX style. If so... what's

Atempting Github Pages with a Header/footer System... Help?

2020-12-11 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Atempting Github Pages with a Header/footer System... Help? So I started messing around with github pages, and I was like hey! It almost worked with a multilevel folder structure, so like... Let's try it here where all of the html will probably be in a single directory.So in each page I

Re: Atempting Github Pages with a Header/footer System... Help?

2020-12-11 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: Atempting Github Pages with a Header/footer System... Help? I atempted to make something that worked before I whent into anything big with Pages, I just wanted to see if I could do it. TBH, I have just about fifteen percent idea about how requesting data like that works. I'll look into

Re: Atempting Github Pages with a Header/footer System... Help?

2020-12-11 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: Atempting Github Pages with a Header/footer System... Help? Oh? The browser didn't correct it. Always glad to fix a long term spelling error.Also, @2, get that disgusting excuse for a language out of my topic. URL: https://forum.audiogames.net/post/597680/#p597680 --

Re: what is the easyest programming language to learn as a beginner

2020-11-18 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: what is the easyest programming language to learn as a beginner Earwax is a might complicated for a complete novice. I'd recommend starting out with pygame tutorials or even Lucia. I wouldn't really recommend those until you've actually got a good grasp on Python baics, though, so

Re: what is the easyest programming language to learn as a beginner

2020-11-18 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: what is the easyest programming language to learn as a beginner Earwax is a might complicated for a complete novice. I'd recommend starting out with pygame tutorials or even Lucia. I wouldn't really recommend those until you've actually got a good grasp on Python basics, though, so

Theoretics and Pseudocode: Sound Cues.

2020-11-17 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Theoretics and Pseudocode: Sound Cues. Hello,I'm planning on porting your ideas into Python, but I'll accept answers in any language, even pseudocode. I've noticed that in a lot of audiogames where we pull a random sound for, say, steps or gunshots, we sometimes play the exact same sound

Re: Theoretics and Pseudocode: Sound Cues.

2020-11-17 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: Theoretics and Pseudocode: Sound Cues. So grab the filly untouched list with a crawl of some kind up front on loading, and then clone it for the cue, and anytime a cue runs out, we can just grab that specific sound from the list that I grabbed up front and random.shuffle?We're

Re: Theoretics and Pseudocode: Sound Cues.

2020-11-17 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: Theoretics and Pseudocode: Sound Cues. So grab the fully untouched list with a crawl of some kind up front on loading, and then clone it for the cue, and anytime a cue runs out, we can just grab that specific sound from the list that I grabbed up front and random.shuffle?We're

Re: Theoretics and Pseudocode: Sound Cues.

2020-11-17 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: Theoretics and Pseudocode: Sound Cues. 5 reminded me. I'd like to start loading sounds into memory instead of streaming from disk, at least for things that don't have two many sounds. First of all, what's the recommended limit for when I should stop preloading and start streaming due

Re: Theoretics and Pseudocode: Sound Cues.

2020-11-17 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: Theoretics and Pseudocode: Sound Cues. 7, alright thanks. That's always been one of my main issues, I try to make things as comprehensable and elaborate as I can so that I don't need to come back later to add more things, but I've been trying to break myself of it lately. URL:

An easy way to write Github Standard Commit Messages in Git.

2020-11-15 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
An easy way to write Github Standard Commit Messages in Git. Hello,So I recently came into the knowledge of what the Github's recommended commit message style is, which contains multiple lines. I've decided I really like that and would love to use it, but how? You can't paiste multiple

Github: Changing Primary Email`

2020-11-03 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Github: Changing Primary Email` I wasn't quite sure if I should put this in Off Topic or here, but eventually decided on this one. Anyways, when I first made my Github account, I registered it under a throwaway email under the asumption that the email I was trying to use was taken, it's a

Re: Github: Changing Primary Email`

2020-11-04 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: Github: Changing Primary Email` Thank you, I wasn't sure exactly how tight the Email-Account relationship was. URL: https://forum.audiogames.net/post/586541/#p586541 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Codecademy and others

2020-11-05 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: Codecademy and others As you said, there's freecodecamp. There's also Hacker Rank for a metric ton of excersises, although I think they have some tutorials as well. URL: https://forum.audiogames.net/post/586911/#p586911 -- Audiogames-reflector mailing list

Python: Usage for Joysticks and External Controllers?

2020-12-28 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Python: Usage for Joysticks and External Controllers? Hello,I was curious how this might be done, so I looked up how to use joysticks with Pygame. What I was given was generally helpful, except it doesn't quite explain how to check what buttons or directions are being pressed. Any

Re: Python: Usage for Joysticks and External Controllers?

2020-12-28 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: Python: Usage for Joysticks and External Controllers? Yeah, I've never liked Piglet. Optimally, I'd have rumble support as well. URL: https://forum.audiogames.net/post/602777/#p602777 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: searching for developers

2021-01-09 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: searching for developers All I'm going to say on this matter is you're most likely not going to find very many developers here who are qualified to do something like this. A majority of them are 12-15, at least the active ones, who have no grasp of what networking is. I really think

Re: Atempting Github Pages with a Header/footer System... Help?

2020-12-11 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: Atempting Github Pages with a Header/footer System... Help? You know what? I'm tired. Leave me alone. URL: https://forum.audiogames.net/post/597696/#p597696 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Am I too stupid for programming?

2021-01-26 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: Am I too stupid for programming? It gets demoralizing, yes. There's really not much to help you becides remembering that there will always be someone or something better than you. it also boils down to the fact that you don't have to be ... smart ... to program, you need to be creative

Re: Extended PEMDAS.

2021-02-28 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Re: Extended PEMDAS. @9, that's actually a good point. So you're suggesting randomizing each seperately? Probably wouldn't be that big of a deal. URL: https://forum.audiogames.net/post/619111/#p619111 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Design Strategy: Following Party.

2021-02-28 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Design Strategy: Following Party. Hi,SO in a lot of RPG games, you'll have a party, but when you're not out of combat, they'll just not be visible. I was wondering, would there be a possibility of having the other party members actually follow you around the maps. My mains worries are

Design Strategy: Following Party.

2021-02-28 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Design Strategy: Following Party. Hi,SO in a lot of RPG games, you'll have a party, but when you're not out of combat, they'll just not be visible. I was wondering, would there be a possibility of having the other party members actually follow you around the maps. My mains worries are

Extended PEMDAS.

2021-02-27 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Extended PEMDAS. This has been a thought in the back of my mind for quite a while: I see Discord bots for dice rolling and such that have the advanced dicerolling, but also support the entirety of PEMDAS. I've sat down and tried to do it a few times, but I'm imagining this would take some

Increasing Typing Stability.

2021-02-21 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Increasing Typing Stability. So I've always been able to type decently quickly, not astounding or anything, but still...Anyway, I've found that I miss letters a lot, especially without me noticing, which makes me look worse at English than I am. Are there any general tips anyone can give

Increasing Typing Stability.

2021-02-21 Thread AudioGames . net ForumDevelopers room : redfox via Audiogames-reflector
Increasing Typing Stability. So I've always been able to type decently quickly, not astounding or anything, but still...Anyway, I've found that I miss letters a lot, especially without me noticing, which makes me look worse at English than I am. Are there any general tips anyone can give

<    1   2   3   4