Re: FreeOS Project

2019-02-16 Thread AudioGames . net Forum — Off-topic room : Ethin via Audiogames-reflector
Re: FreeOS Project OK. So, I've done some digging. I can add the code in, but I have no way of testing it (unless thee's a way of virtualizing a raspberry pi). (Edit: QEMU can apparently emulate the raspberry pi, but supposedly needs an older version in order for it to work, and you can't

Re: FreeOS Project

2019-02-16 Thread AudioGames . net Forum — Off-topic room : Ethin via Audiogames-reflector
Re: FreeOS Project OK. So, I've done some digging. I can add the code in, but I have no way of testing it (unless thee's a way of virtualizing a raspberry pi). (Edit: QEMU can apparently emulate the raspberry pi, but supposedly needs an older version in order for it to work, and you can't

Re: FreeOS Project

2019-02-16 Thread AudioGames . net Forum — Off-topic room : jack via Audiogames-reflector
Re: FreeOS Project Well, autobuild isn't even the best system for pi sd cards anyway. Most anyone who hosts pi images, whether that be the Pi foundation, or raspberryvi.org, would host raw .img's with auto-expand scripts. You'd just have to host separate ones for each distribution, similar

Re: screenlounge.tv

2019-02-16 Thread AudioGames . net Forum — Off-topic room : Munawar via Audiogames-reflector
Re: screenlounge.tv It uses sendspace for all of its files, so you can simply post what you want and whoever has access can go find it on screenlounge and give you the link. URL: https://forum.audiogames.net/post/412259/#p412259 -- Audiogames-reflector mailing list

Re: FreeOS Project

2019-02-16 Thread AudioGames . net Forum — Off-topic room : Socheat via Audiogames-reflector
Re: FreeOS Project I would try this, but I don't have a spare computer at the moment. ah well. URL: https://forum.audiogames.net/post/412260/#p412260 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: FreeOS Project

2019-02-16 Thread AudioGames . net Forum — Off-topic room : Ethin via Audiogames-reflector
Re: FreeOS Project OK, I've started the pi project, commit f29d3c8 in the dev branch has it. Its in airootfs/root/pi_installer.py. If anyone wants to test it, build the ISO with ./build.sh in the dev branch, boot it up, and run 'setup -p'. (There are prior commits that have it but commit

Re: FreeOS Project

2019-02-16 Thread AudioGames . net Forum — Off-topic room : Ethin via Audiogames-reflector
Re: FreeOS Project OK, I've started the pi project, commit f29d3c8 in the dev branch has it. Its in airootfs/root/pi_installer.py. If anyone wants to test it, build the ISO with ./build.sh in the dev branch, boot it up, and run 'setup -p'. (There are prior commits that have it but commit

Re: FreeOS Project

2019-02-16 Thread AudioGames . net Forum — Off-topic room : pauliyobo via Audiogames-reflector
Re: FreeOS Project so it's finally out. congrats. URL: https://forum.audiogames.net/post/412290/#p412290 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Python audiogame setup?

2019-02-16 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: Python audiogame setup? See, that's my issue: Only BGT has sound_pool class. Here's a kicker: Other languages don't. Some libraries have something like position_sound_2d(), but most of the time you will write those functions yourself.You know the best part about BGT, though? As busted

Re: FreeOS Project

2019-02-16 Thread AudioGames . net Forum — Off-topic room : devinprater via Audiogames-reflector
Re: FreeOS Project I'll be getting a Pi around March 13. As an aside, if you need more collaborators, the good people at irc.linux-a11y.org may be able to help a bit. The #a11y channel is most active. URL: https://forum.audiogames.net/post/412251/#p412251 -- Audiogames-reflector

Re: FreeOS Project

2019-02-16 Thread AudioGames . net Forum — Off-topic room : Ethin via Audiogames-reflector
Re: FreeOS Project OK, I've started the pi project, commit 453a428  in the dev branch has it. Its in airootfs/root/pi_installer.py. If anyone wants to test it, build the ISO with ./build.sh in the dev branch, boot it up, and run 'setup -p'. URL:

Re: screenlounge.tv

2019-02-16 Thread AudioGames . net Forum — Off-topic room : ryok via Audiogames-reflector
Re: screenlounge.tv That's really sad Imho. URL: https://forum.audiogames.net/post/412265/#p412265 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Core mud, futuristic crafting and mining game

2019-02-16 Thread AudioGames . net Forum — New releases room : Dark via Audiogames-reflector
Core mud, futuristic crafting and mining game Host www.coremud.org, port 4000 Website http://www.coremud.org/I was suffering Wayfar1444 withdrawl yesterday and reflecting how awesome a mud with actual space colonization would be, so banged "space colonization mud" into google and this was

Re: How about updating screaming strike?

2019-02-16 Thread AudioGames . net Forum — General Game Discussion : mongoo_4044 via Audiogames-reflector
Re: How about updating screaming strike? hello@ 19: if you want skreeming sounds for the game: let me no! I have a lot of them: and I can rekord them all and bring it to you; thanks URL: https://forum.audiogames.net/post/412281/#p412281 -- Audiogames-reflector mailing list

Re: My second BGT project, Screaming Strike!

2019-02-16 Thread AudioGames . net Forum — New releases room : Mohammed-mufleh via Audiogames-reflector
Re: My second BGT project, Screaming Strike! Umm, the link in the first poast is not working, any one having this ishu? URL: https://forum.audiogames.net/post/412283/#p412283 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Python audiogame setup?

2019-02-16 Thread AudioGames . net Forum — Developers room : pauliyobo via Audiogames-reflector
Re: Python audiogame setup? The fact is, that BGT was made exactly  for audiogames. It's not a mainstream language. This is what fucks you up when you try to migrate to a mainstream language and eventually give up because there's nothing similar to what you were used to do in BGT. URL:

Re: Python audiogame setup?

2019-02-16 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: Python audiogame setup? See, that's my issue: Only BGT has sound_pool class. Here's a kicker: Other languages don't. Some libraries have something like position_sound_2d(), but most of the time you will write those functions yourself.You know the best part about BGT, though? As busted

Re: the masonasons forum is being spammed with spam bots

2019-02-16 Thread AudioGames . net Forum — Off-topic room : masonian via Audiogames-reflector
Re: the masonasons forum is being spammed with spam bots Ironcross, you're right.I started coding when I was 13 and hell, I still do it not for anyone but myself, because it's fun for me. It's fun to watch my ideas come together. It's fun to sit for hours playing something stupid I made.

Re: FreeOS Project

2019-02-16 Thread AudioGames . net Forum — Off-topic room : Ethin via Audiogames-reflector
Re: FreeOS Project @2, perhaps. I don't know how to flash SD Cars that will boot on the Pi, but I'll look into it. URL: https://forum.audiogames.net/post/412239/#p412239 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: What captcha solutions are people using these days?

2019-02-16 Thread AudioGames . net Forum — Off-topic room : je97 via Audiogames-reflector
Re: What captcha solutions are people using these days? It might be worth saying that if the issue is with a university you should definitely speak to them in non-too-friendly terms. They'll have obligations to provide accessible services. URL:

Re: How about updating screaming strike?

2019-02-16 Thread AudioGames . net Forum — General Game Discussion : TheTrueSwampGamer via Audiogames-reflector
Re: How about updating screaming strike? it would be cool, if you can’t already, make your own enemies for screaming strike. Maybe foot step, torrent I guess? And it does sound good before to change, as well as the music. I can’t wait to see how this new game turns out, I’ve played all be

Re: FreeOS Project

2019-02-16 Thread AudioGames . net Forum — Off-topic room : Ethin via Audiogames-reflector
Re: FreeOS Project OK, I've started the pi project, commit a10a3bc in the dev branch has it. Its in airootfs/root/pi_installer.py. If anyone wants to test it, build the ISO with ./build.sh in the dev branch, boot it up, and run 'setup -p'. URL:

Re: How about updating screaming strike?

2019-02-16 Thread AudioGames . net Forum — General Game Discussion : Dark via Audiogames-reflector
Re: How about updating screaming strike? @nyanchan, if you need assistance voice acting please let me know. Both my lady and I have on stage experience and would be happy to voice act for the satisfaction of doing it, though manifestly neither of us speaks Japanese . We'd also be

Re: Manamon question

2019-02-16 Thread AudioGames . net Forum — General Game Discussion : zuckuss via Audiogames-reflector
Re: Manamon question I hate hate ascendance path! Yes, I used to spend tons on healing items, but I typically only needed a couple revives bc my team was so highly leveled. I've gone through entire games never using the full revives. I am going to give gurrerrol and erroir a try in my next

Re: somethin else, again...

2019-02-16 Thread AudioGames . net Forum — General Game Discussion : Mohammed-mufleh via Audiogames-reflector
Re: somethin else, again... Oh, solara i used to love that thing i think i got to level 24 or something near that, the abilety to build stough and fight was really good also unlocking new heeros if that only could come back. URL: https://forum.audiogames.net/post/412278/#p412278 --

Re: Old ultrapower versions?

2019-02-16 Thread AudioGames . net Forum — General Game Discussion : Ilya via Audiogames-reflector
Re: Old ultrapower versions? @11.11.2, and  0.92 bayter. and. 11.12hope that helps URL: https://forum.audiogames.net/post/412109/#p412109 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Nvda help

2019-02-16 Thread AudioGames . net Forum — Developers room : Turkce_Rap via Audiogames-reflector
Nvda help Hi guys.there are a few things that i don't know how to turn off with nvda, can you helP?1.when ever i hit space key after each word, i hear a sound, it's most likely realted to spell checker, i don't want it.2.when ever i go with google chrom it says URL:

Re: Old ultrapower versions?

2019-02-16 Thread AudioGames . net Forum — General Game Discussion : mahdi-abedi via Audiogames-reflector
Re: Old ultrapower versions? please send link of 0.2? URL: https://forum.audiogames.net/post/412110/#p412110 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: need for speed help

2019-02-16 Thread AudioGames . net Forum — General Game Discussion : burak via Audiogames-reflector
Re: need for speed help A system that takes the photo of the screen and tries to turn it into text. NVDA+r does it if you have windows10. URL: https://forum.audiogames.net/post/412117/#p412117 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Scrolling Battles Pro (SBP) Final Online Version 1.96 with server

2019-02-16 Thread AudioGames . net Forum — New releases room : Chris via Audiogames-reflector
Re: Scrolling Battles Pro (SBP) Final Online Version 1.96 with server All right, I have a server running. Access it using the address christopherw.me and port 19217. I just tested it and it appears everything is working properly. Mason, please add this to the server list. I have sent you a

Re: forum problem with crome

2019-02-16 Thread AudioGames . net Forum — Site and forum feedback : mahdi-abedi via Audiogames-reflector
Re: forum problem with crome please help me to fix it, thanks URL: https://forum.audiogames.net/post/412131/#p412131 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Old ultrapower versions?

2019-02-16 Thread AudioGames . net Forum — General Game Discussion : cmerry via Audiogames-reflector
Re: Old ultrapower versions? sort of agree with ivan, i was mainly just curious about some of these older ver's because they seem so different to the later ver's that got leaked. URL: https://forum.audiogames.net/post/412130/#p412130 -- Audiogames-reflector mailing list

Re: Scrolling Battles Pro (SBP) Final Online Version 1.96 with server

2019-02-16 Thread AudioGames . net Forum — New releases room : Chris via Audiogames-reflector
Re: Scrolling Battles Pro (SBP) Final Online Version 1.96 with server The /help command does nothing when I type it into the console. I changed my admin account to an administrator and uploaded it to the server again. Do I have to restart the server process?For an address, you either enter

Re: Heads Up: Response to Community Toxicity

2019-02-16 Thread AudioGames . net Forum — Site and forum feedback : MasterOfDeath via Audiogames-reflector
Re: Heads Up: Response to Community Toxicity Am sorry, but why is this a forum if we can't exchange opinions, even if it's negative? I'm quite sure about that you also aren't positive all the day and you also just cannot smile at everything. If something is bad then it's bad, and if it's

Re: What captcha solutions are people using these days?

2019-02-16 Thread AudioGames . net Forum — Off-topic room : BlindNinja via Audiogames-reflector
Re: What captcha solutions are people using these days? Possibly a dumb question, lol but how does one download version 52 of Firefox ESR? I can't seem to find it on their site... all it'll give me is version 60. And there's nowhere I can go that I can see for old versions.Thanks. URL:

Re: Scrolling Battles Pro (SBP) Final Online Version 1.96 with server

2019-02-16 Thread AudioGames . net Forum — New releases room : Ilya via Audiogames-reflector
Re: Scrolling Battles Pro (SBP) Final Online Version 1.96 with server cool. thanks for the help URL: https://forum.audiogames.net/post/412177/#p412177 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: free domanes

2019-02-16 Thread AudioGames . net Forum — Off-topic room : Thatguy via Audiogames-reflector
Re: free domanes I am not quite sure what you mean by a free domain for your website. Your website is a domain. If you're trying to figure out how to put stuff on your site, I can help you, but like I said, I got no idea how to answer your current query URL:

Re: What captcha solutions are people using these days?

2019-02-16 Thread AudioGames . net Forum — Off-topic room : mastodont via Audiogames-reflector
Re: What captcha solutions are people using these days? yeah, that's the version I was able to find aswell and it works perfectly with webvisum. Lets hope it stays this way for a long time. URL: https://forum.audiogames.net/post/412207/#p412207 -- Audiogames-reflector mailing list

Re: screenlounge.tv

2019-02-16 Thread AudioGames . net Forum — Off-topic room : serrebi via Audiogames-reflector
Re: screenlounge.tv It's a great way to keep spam down, that's for sure. URL: https://forum.audiogames.net/post/412210/#p412210 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: old tk

2019-02-16 Thread AudioGames . net Forum — General Game Discussion : monkey999 via Audiogames-reflector
Re: old tk I have a version wit a custom server included, Ivan may I post a link to it? URL: https://forum.audiogames.net/post/412214/#p412214 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: What captcha solutions are people using these days?

2019-02-16 Thread AudioGames . net Forum — Off-topic room : turtlepower17 via Audiogames-reflector
Re: What captcha solutions are people using these days? It's interesting that Rumola is still working for some people. It quit working for me a couple months ago, then I heard it had been pulled from the Chrome and Firefox add-on repositories. URL:

FreeOS Project

2019-02-16 Thread AudioGames . net Forum — Off-topic room : Ethin via Audiogames-reflector
FreeOS Project The FreeOS project is a project to develop a stable, extensible, useful Arch Linux installation system that 'just works'. The FreeOS project is ready to help you get Arch Linux installed onto your system. The installer guides you through the process, giving you several

Re: Searching an analysis tool, what takes up my harddrive space?

2019-02-16 Thread AudioGames . net Forum — Off-topic room : Origine via Audiogames-reflector
Re: Searching an analysis tool, what takes up my harddrive space? @5, you don't even need CCleaner, you can already do that on Windows: https://www.howtogeek.com/361112/heres- … -ccleaner/ URL: https://forum.audiogames.net/post/412237/#p412237 -- Audiogames-reflector mailing list

Re: FreeOS Project

2019-02-16 Thread AudioGames . net Forum — Off-topic room : jack via Audiogames-reflector
Re: FreeOS Project Do you have a plan to expand into the Raspberry Pi installation that Jenux offered/possibly merge the two and iron out the kinks experienced in the initial autobuild? Excellent approach by the way for the Arch installation. URL:

Re: How about updating screaming strike?

2019-02-16 Thread AudioGames . net Forum — General Game Discussion : nyanchan via Audiogames-reflector
Re: How about updating screaming strike? Yeah, I finally understood what would make the gameplay friendlier to you. Thanks. URL: https://forum.audiogames.net/post/412245/#p412245 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: FreeOS Project

2019-02-16 Thread AudioGames . net Forum — Off-topic room : Ethin via Audiogames-reflector
Re: FreeOS Project @7, nod. I was also thinking of allowing you to flash other distributions, not just arch, to the pi, right from the installer, but we then would have no installer stage 2 for those, it would just be a flash and done. (Perhaps in the future we could make a stage 2 for the

Re: a few hours with the iPhone 8+ and my thoughts

2019-02-16 Thread AudioGames . net Forum — Off-topic room : ElizaBaez via Audiogames-reflector
Re: a few hours with the iPhone 8+ and my thoughts truth is the real reason I wanted a newer one is to try out those animated emoji things URL: https://forum.audiogames.net/post/412274/#p412274 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: free domanes

2019-02-16 Thread AudioGames . net Forum — Off-topic room : grryfindore via Audiogames-reflector
Re: free domanes Hi, a website is not a domain. With that out of the way, mahdi-abedi,  the only place I know of that gives you free domains is freenom, and I see that you have already tried them. try http://www.dot.tk/en/index.html?lang=en as to your captcha problem, maybe try a different

Re: My second BGT project, Screaming Strike!

2019-02-16 Thread AudioGames . net Forum — New releases room : aryamansingh via Audiogames-reflector
Re: My second BGT project, Screaming Strike! guise I also wanted to ask one more thing, how can we design the signiture settings such as we are not bound to enter 400 characters in order to create a new signiture. I have seen multipal people on this forum hav signitures which are less than

Core mud, futuristic crafting and mining game

2019-02-16 Thread AudioGames . net Forum — New releases room : Dark via Audiogames-reflector
Core mud, futuristic crafting and mining game Host www.coremud.org, port 4000 Website http://www.coremud.org/I was suffering Wayfar1444 withdrawl yesterday and reflecting how awesome a mud with actual space colonization would be, so banged "space colonization mud" into google and this was

Re: Core mud, futuristic crafting and mining game

2019-02-16 Thread AudioGames . net Forum — New releases room : Dark via Audiogames-reflector
Re: Core mud, futuristic crafting and mining game I'm actually a little confused about this one myself Ironcross, since there is such a dramatic cutoff, even in terms of looking at the channel history in game. I wonder if like New moon, this one has gone through a recent hiatus but is

Re: DT in BGT

2019-02-16 Thread AudioGames . net Forum — Developers room : JLove via Audiogames-reflector
Re: DT in BGT Ok, just noticed that the clock wasn't exactly working correctly.  Where do the tick and update functions need to be so that things actually update right?  Do I want the tick and update functions in my main game loop where I check for all sorts of rules, key presses and other

Re: how game engine works?

2019-02-16 Thread AudioGames . net Forum — General Game Discussion : masonian via Audiogames-reflector
Re: how game engine works? I've used them myself, not sure how they don't work. URL: https://forum.audiogames.net/post/412242/#p412242 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Scrolling Battles Pro (SBP) Final Online Version 1.96 with server

2019-02-16 Thread AudioGames . net Forum — New releases room : masonian via Audiogames-reflector
Re: Scrolling Battles Pro (SBP) Final Online Version 1.96 with server Hi,@Simter, when I was fixing things I forgot about this bug. I'll fix it soon.@chris, why did you read my mind and my code for a new project? Ahem it won't be multiplayer but there are a lot of awesome things already.

Re: Squaresoft soundpack with working global world!

2019-02-16 Thread AudioGames . net Forum — New releases room : devinprater via Audiogames-reflector
Re: Squaresoft soundpack with working global world! Oh yes, I'm loving this game. Did a lot in Secret of Mana, and started on Chrono Trigger, a bit lost there because Marle went poof, and I can't find Luka anywhere in Guardia or Truce, as the Wiki says to look for her.I'm currently a monk,

Re: screenlounge.tv

2019-02-16 Thread AudioGames . net Forum — Off-topic room : Munawar via Audiogames-reflector
Re: screenlounge.tv @3: It's the best way to protect themselves. The way I understand it, everyone on there now is loyal and has been there for years. It's like an elite crew. But yeah, if you didn't get in before they closed it, you probably won't get in. URL:

Blind Sparrow Interactive's first project

2019-02-16 Thread AudioGames . net Forum — New releases room : Blind Sparrow Interactive via Audiogames-reflector
Blind Sparrow Interactive's first project Tomorrow, Blind Sparrow Interactive’s first project will be announced. But, as the founder of the studio, I thought it would be helpful to give some context to the news and share a bit of the journey.I’ve worked in AAA and indie games on the

Re: eliyo,a pet breeding and battle game

2019-02-16 Thread AudioGames . net Forum — New releases room : Dark via Audiogames-reflector
Re: eliyo,a pet breeding and battle game @David, that is weird I tried all the nvda mouse emulation functions but had no luck. @Bookrage, the only problem with the forums is they have that stupid application thing which opens a rich text editer so once the message is written I didn't find

Re: Stop bots....yet again

2019-02-16 Thread AudioGames . net Forum — Site and forum feedback : ironcross32 via Audiogames-reflector
Re: Stop botsyet again Happened to me too, and when it does, it cuts your topic off mid-stream, it's buggy. URL: https://forum.audiogames.net/post/412285/#p412285 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Seeking Input on New Additions to the Staff Team

2019-02-16 Thread AudioGames . net Forum — Site and forum feedback : ironcross32 via Audiogames-reflector
Re: Seeking Input on New Additions to the Staff Team Look at the sheer number of users, it's gone up exponentially from a few years ago. URL: https://forum.audiogames.net/post/412286/#p412286 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: DT in BGT

2019-02-16 Thread AudioGames . net Forum — Developers room : JLove via Audiogames-reflector
Re: DT in BGT Ok, just noticed that the clock wasn't exactly working correctly.  Where do the tick and update functions need to be so that things actually update right?  Do I want the tick and update functions in my main game loop where I check for all sorts of rules, key presses and other

Re: Core mud, futuristic crafting and mining game

2019-02-16 Thread AudioGames . net Forum — New releases room : serrebi via Audiogames-reflector
Re: Core mud, futuristic crafting and mining game I used to play this game with friends in high school. Was one of the only muds I got sighted peers on. SO exciting! IMO, the reason there's not a lot of players left is because of AI in the player run shops. Though I think the reason that

Re: a few hours with the iPhone 8+ and my thoughts

2019-02-16 Thread AudioGames . net Forum — Off-topic room : masonian via Audiogames-reflector
Re: a few hours with the iPhone 8+ and my thoughts Oh Animojis. Don't think they're anything special if I'm honest. URL: https://forum.audiogames.net/post/412293/#p412293 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Python audiogame setup?

2019-02-16 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: Python audiogame setup? See, that's my issue: Only BGT has sound_pool class. Here's a kicker: Other languages don't. Some libraries have something like position_sound_2d(), but most of the time you will write those functions yourself.You know the best part about BGT, though? As busted

Re: screenlounge.tv

2019-02-16 Thread AudioGames . net Forum — Off-topic room : je97 via Audiogames-reflector
Re: screenlounge.tv @Mastodont any chance you could share your access with me, or re-upload certain stuff on request please? I'm looking for a few tv shows. URL: https://forum.audiogames.net/post/412246/#p412246 -- Audiogames-reflector mailing list

Re: FreeOS Project

2019-02-16 Thread AudioGames . net Forum — Off-topic room : ironcross32 via Audiogames-reflector
Re: FreeOS Project Neither do I, never had a pi in my life, though always kinda wanted one. URL: https://forum.audiogames.net/post/412248/#p412248 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Super Mario Brothers: Audio Edition: No Sounds play, only speech

2019-02-16 Thread AudioGames . net Forum — General Game Discussion : CAE_Jones via Audiogames-reflector
Re: Super Mario Brothers: Audio Edition: No Sounds play, only speech Piranha plants make sound without you moving, so you can get the answer by waiting a couple seconds. You can also pause and check with the camera.But as a general rule, no piranha plants in 1-1, but they do appear in just

Re: How about updating screaming strike?

2019-02-16 Thread AudioGames . net Forum — General Game Discussion : electro via Audiogames-reflector
Re: How about updating screaming strike? To the swamp, same idea, especially when I'm bored and don't have nothing to doo... URL: https://forum.audiogames.net/post/412256/#p412256 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Are there any applications like Tap Tap see but for laptop?

2019-02-16 Thread AudioGames . net Forum — Off-topic room : electro via Audiogames-reflector
Re: Are there any applications like Tap Tap see but for laptop? Describe... Didn't found some in the Microsoft store lately. URL: https://forum.audiogames.net/post/412257/#p412257 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Updated includes for BGT (includes bgt2py and 1st person sound pool)

2019-02-16 Thread AudioGames . net Forum — Developers room : JLove via Audiogames-reflector
Re: Updated includes for BGT (includes bgt2py and 1st person sound pool) @Cae,Looking at this code to see if I can understand the collision detection you have, to get an idea of how to do it.  What is all the dictionary stuff for?  Why would I need the dictionary for math stuff?  I doubt I

Re: Scrolling Battles Pro (SBP) Final Online Version 1.96 with server

2019-02-16 Thread AudioGames . net Forum — New releases room : Chris via Audiogames-reflector
Re: Scrolling Battles Pro (SBP) Final Online Version 1.96 with server There is also another bug. When you connect to another server after connecting to the first one, the program freezes. You must quit and restart it for everything to work properly. E.G. I connect to the main server and

Re: how game engine works?

2019-02-16 Thread AudioGames . net Forum — General Game Discussion : ironcross32 via Audiogames-reflector
Re: how game engine works? @4 it sounds like you're not qualified to use it then. URL: https://forum.audiogames.net/post/412277/#p412277 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: My second BGT project, Screaming Strike!

2019-02-16 Thread AudioGames . net Forum — New releases room : aryamansingh via Audiogames-reflector
Re: My second BGT project, Screaming Strike! no issue yet URL: https://forum.audiogames.net/post/412287/#p412287 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Old ultrapower versions?

2019-02-16 Thread AudioGames . net Forum — General Game Discussion : masonian via Audiogames-reflector
Re: Old ultrapower versions? Hi Monkey,I wouldn't do it. URL: https://forum.audiogames.net/post/412238/#p412238 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: a few hours with the iPhone 8+ and my thoughts

2019-02-16 Thread AudioGames . net Forum — Off-topic room : masonian via Audiogames-reflector
Re: a few hours with the iPhone 8+ and my thoughts The only problem I've had with the iPhone on this website is random weird focus jumps. Not sure what that's about. URL: https://forum.audiogames.net/post/412243/#p412243 -- Audiogames-reflector mailing list

Re: Blind Sparrow Interactive's first project

2019-02-16 Thread AudioGames . net Forum — New releases room : Dark via Audiogames-reflector
Re: Blind Sparrow Interactive's first project Hi. That sounds like an awesome story and list of experiences, I'll be interested to see what you come up with game wise. I'm particularly interested that you've employed Brandon, a long time community member as accessibility consultant, since

Re: eliyo,a pet breeding and battle game

2019-02-16 Thread AudioGames . net Forum — New releases room : Dark via Audiogames-reflector
Re: eliyo,a pet breeding and battle game @David  still no luck over here I'm afraid. I tried all the NvdA mouse shortcuts and they do no good at all, I also tried in both Chrome and NvdA as well.@Bookrage, the only problem with the forums is they have that stupid application thing which

Re: How about updating screaming strike?

2019-02-16 Thread AudioGames . net Forum — General Game Discussion : Erick via Audiogames-reflector
Re: How about updating screaming strike? I’d love to do a screaming contest. This is exciting. URL: https://forum.audiogames.net/post/412282/#p412282 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Core mud, futuristic crafting and mining game

2019-02-16 Thread AudioGames . net Forum — New releases room : ironcross32 via Audiogames-reflector
Re: Core mud, futuristic crafting and mining game I uh... mean... that's one hell of a bomb shell to drop on folks after they get excited about reading all that stuff bro. Like, players make a MUD, if there are literally no players, it's kind of not even worth checking out. URL:

Re: My second BGT project, Screaming Strike!

2019-02-16 Thread AudioGames . net Forum — New releases room : assault_freak via Audiogames-reflector
Re: My second BGT project, Screaming Strike! If you want to start a conversation about that, it should be in sight and forum feedback, not this topic. But I think you might be misunderstanding. The signatures can be 400 characters long at maximum. Your signature doesn't have to be exactly

Re: Python audiogame setup?

2019-02-16 Thread AudioGames . net Forum — Developers room : nyanchan via Audiogames-reflector
Re: Python audiogame setup? @2Oh, can pygame and wx be combined? I thought I had to choose one to use. Thanks! URL: https://forum.audiogames.net/post/412244/#p412244 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Squaresoft soundpack with working global world!

2019-02-16 Thread AudioGames . net Forum — New releases room : KenshiraTheTrinity via Audiogames-reflector
Re: Squaresoft soundpack with working global world! New missions won't appear unless you are the right level or have completed previous missions of a particular chain. URL: https://forum.audiogames.net/post/412258/#p412258 -- Audiogames-reflector mailing list

Re: What captcha solutions are people using these days?

2019-02-16 Thread AudioGames . net Forum — Off-topic room : Socheat via Audiogames-reflector
Re: What captcha solutions are people using these days? Couldn't find Rumola on chrome web store. URL: https://forum.audiogames.net/post/412262/#p412262 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Scrolling Battles Pro (SBP) Final Online Version 1.96 with server

2019-02-16 Thread AudioGames . net Forum — New releases room : masonian via Audiogames-reflector
Re: Scrolling Battles Pro (SBP) Final Online Version 1.96 with server Hi Chris,I'm aware of this bug, but will be unable to fix it properly. URL: https://forum.audiogames.net/post/412270/#p412270 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Blind Sparrow Interactive's first project

2019-02-16 Thread AudioGames . net Forum — New releases room : Blind Sparrow Interactive via Audiogames-reflector
Re: Blind Sparrow Interactive's first project @DarkThanks for the kind words. We look forward to the journey. We've already learned much as a studio, and at a personal level it's shaped my perceptions and understanding. URL: https://forum.audiogames.net/post/412271/#p412271 --

the Super Spotlight Show: Greatest Show in the world!

2019-02-16 Thread AudioGames . net Forum — Off-topic room : zenothrax via Audiogames-reflector
the Super Spotlight Show: Greatest Show in the world! Hello all. I just decided to recommend this amazing internet radio show, the Super Spotlight show.Hosted by Brandon Hennis and the "dynamic trio," Maria Munro, Diwakar Sharma, and Ernesto Melendez (known as Ernie on the forums).It is

Re: the Super Spotlight Show: Greatest Show in the world!

2019-02-16 Thread AudioGames . net Forum — Off-topic room : Nepali gamer via Audiogames-reflector
Re: the Super Spotlight Show: Greatest Show in the world! sure URL: https://forum.audiogames.net/post/412276/#p412276 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Core mud, futuristic crafting and mining game

2019-02-16 Thread AudioGames . net Forum — New releases room : Dark via Audiogames-reflector
Core mud, futuristic crafting and mining game Host www.coremud.org, port 4000 Website http://www.coremud.org/I was suffering Wayfar1444 withdrawl yesterday and reflecting how awesome a mud with actual space colonization would be, so banged "space colonization mud" into google and this was

Re: Nvda help

2019-02-16 Thread AudioGames . net Forum — Developers room : Slender via Audiogames-reflector
Re: Nvda help This probably should have been posted in the off topic room, but to answer your questions, you can turn off the spelling error sound from keyboard settings, turn off the Play sound for spelling errors while typing option, and you can turn off the reporting of lists from

Heads Up: Response to Community Toxicity

2019-02-16 Thread AudioGames . net Forum — Site and forum feedback : Jayde via Audiogames-reflector
Heads Up: Response to Community Toxicity Hello all,As a community, I think it's safe to say that most of us are trying to make audiogames.net an inclusive place for gamers and developers alike. When things happen which threaten that openness and welcome, there comes a point where the staff

Re: old tk

2019-02-16 Thread AudioGames . net Forum — General Game Discussion : mahdi-abedi via Audiogames-reflector
Re: old tk hioh bad: which versions do you have? URL: https://forum.audiogames.net/post/412128/#p412128 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Python audiogame setup?

2019-02-16 Thread AudioGames . net Forum — Developers room : nyanchan via Audiogames-reflector
Python audiogame setup? Hi.I'm pretty sure that ohShit and TGTR use almost same sets of libraries. TGTR is confirmed that it works on macs, too.I really liked the single-executable, cross-platform installation.Can Stebo, Liam or anyone list the major libraries they use?Things I was able to

Re: Searching an analysis tool, what takes up my harddrive space?

2019-02-16 Thread AudioGames . net Forum — Off-topic room : Ilya via Audiogames-reflector
Re: Searching an analysis tool, what takes up my harddrive space? also you could give CCleaner a go.it should clear big folders and get rid of files that you don't use a lot URL: https://forum.audiogames.net/post/412151/#p412151 -- Audiogames-reflector mailing list

Re: Mainstream accessibility predictions

2019-02-16 Thread AudioGames . net Forum — General Game Discussion : aaron via Audiogames-reflector
Re: Mainstream accessibility predictions Hi,Hawd mode is a separate mode from the story. You take on waves of enemies, I think it's up to 50, either alone or with friends. The ping only works for the fabricator object, which is used to collect power and then build thigns such as centries

Re: how game engine works?

2019-02-16 Thread AudioGames . net Forum — General Game Discussion : ashleygrobler04 via Audiogames-reflector
Re: how game engine works? just take a look at the functions and use them. let us know what you don't understand about the ftp... URL: https://forum.audiogames.net/post/412170/#p412170 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: screenlounge.tv

2019-02-16 Thread AudioGames . net Forum — Off-topic room : serrebi via Audiogames-reflector
Re: screenlounge.tv Maybe ask the guy on Twitter? Dunno why you'd run a private site this way...https://twitter.com/pd90 URL: https://forum.audiogames.net/post/412179/#p412179 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: your favorite sound chip?

2019-02-16 Thread AudioGames . net Forum — Off-topic room : Dekyo-NEC2608 via Audiogames-reflector
Re: your favorite sound chip? I never used any type of tracker in my life. I only know that trackers will give me a headache. URL: https://forum.audiogames.net/post/412184/#p412184 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Scrolling Battles Pro (SBP) Final Online Version 1.96 with server

2019-02-16 Thread AudioGames . net Forum — New releases room : Chris via Audiogames-reflector
Re: Scrolling Battles Pro (SBP) Final Online Version 1.96 with server Mason, I've been thinking how awesome it would be to combine all your projects into one awesome game. Have you thought about adding the concepts of this game into SBYW, as well as those from Tomb Hunter? I'd love to have

free domanes

2019-02-16 Thread AudioGames . net Forum — Off-topic room : mahdi-abedi via Audiogames-reflector
free domanes hiI'm serching to get one free domane for my website, I tryed freenom but I cant pass the captcher thing and it says error, your computer may doing something, try again laterI need free domanes, and please tell me how to connectthanks URL:

Re: Let's play right or not right

2019-02-16 Thread AudioGames . net Forum — Off-topic room : mazen via Audiogames-reflector
Re: Let's play right or not right nothe next poster is a weird person URL: https://forum.audiogames.net/post/412206/#p412206 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

  1   2   3   >