Re: Plants V.S. Zombies

2016-03-29 Thread AudioGames . net Forum — New releases room : 拓海 via Audiogames-reflector


  


Re: Plants V.S. Zombies

I think it should be able to play, although not all translated into English

URL: http://forum.audiogames.net/viewtopic.php?pid=255419#p255419





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: computer maintenance and system optimisation, I could need some help.

2016-03-29 Thread AudioGames . net Forum — Off-topic room : magurp244 via Audiogames-reflector


  


Re: computer maintenance and system optimisation, I could need some help.

My own preference is to backup regularly and periodically either re-format the drive or roll it back to factory defaults. Anti-virus and malware software won't always catch everything, and they can be pretty shifty themselves sometimes. For example, I've noticed that when the free trial on Avast Anti-Virus expires the PC mysteriously becomes super laggy until its uninstalled. Heh, though the nuclear option probably isn't for everyone.In terms of general maintence, Windows usually comes with a defrag program under System Tools, there's also the Disk Clean Up tool in there as well. You could also try checking out the free version of Antivir too.

URL: http://forum.audiogames.net/viewtopic.php?pid=255418#p255418





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: computer maintenance and system optimisation, I could need some help.

2016-03-29 Thread AudioGames . net Forum — Off-topic room : magurp244 via Audiogames-reflector


  


Re: computer maintenance and system optimisation, I could need some help.

My own preference is to backup regularly and periodically either re-format the drive or roll it back to factory defaults. Anti-virus and malware software won't always catch everything, and they can be pretty shifty themselves sometimes. For example, I've noticed that when the free trial on Avast Anti-Virus expires the PC mysteriously becomes super laggy until its uninstalled. Heh, though this nuclear option probably isn't for everyone.In terms of general maintence, Windows usually comes with a defrag program under System Tools, there's also the Disk Clean Up tool in there as well. You could also try checking out the free version of Antivir too.

URL: http://forum.audiogames.net/viewtopic.php?pid=255418#p255418





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Audiogame Map with Python

2016-03-29 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector


  


Re: Audiogame Map with Python

A number of my own games including my Audio RTS Demo use similar 2D array's for registering tile types, objects, and collision detection. For adding additional objects just add a symbolic number, so if 0 is open ground and 1 are walls, then 2 could be a power up, 3 could be a door, etc. Alternatively if working with classes you can add those instead of numbers to do lookups for more specific data.A 3D array is basically a 2D array, but instead of putting a number or variable in each x/y position of the array, you put another array. So for example:#2D array
box = [[0,0,0],[0,0,0],[0,0,0]]
print box[0][0]

#3D array
box = [[[0,0,0],[0,0,0],[0,0,0]],
   [[0,0,0],[0,0,0],[0,0,0]],
   [[0,0,0],[0,0,0],[0,0,0]]]
print box[0][0][0]The list he mentioned I think refers to having a 1D array that contains coordinates or classes with x and y data. So for example lets say I have a space ship game and a 1D array with a space ship class and 3 asteroid classes, they would each locally store their own X and Y positions without the need for a map.

URL: http://forum.audiogames.net/viewtopic.php?pid=255417#p255417





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: kerkercruip and winglulcs?

2016-03-29 Thread AudioGames . net Forum — General Game Discussion : razvitasca via Audiogames-reflector


  


Re: kerkercruip and winglulcs?

how can I play this? btw, thanks dark for help.I opened the game and it brings me an edit or something, I don't know what should I tipe

URL: http://forum.audiogames.net/viewtopic.php?pid=255416#p255416





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Plants V.S. Zombies

2016-03-29 Thread AudioGames . net Forum — New releases room : razvitasca via Audiogames-reflector


  


Re: Plants V.S. Zombies

How to play Chinese games? it is a way to translate them? I'm wandering because I don't know if I can play them with jgt or not.

URL: http://forum.audiogames.net/viewtopic.php?pid=255415#p255415





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Bokurano Daibouken 3 : secondary topic

2016-03-29 Thread AudioGames . net Forum — New releases room : razvitasca via Audiogames-reflector


  


Re: Bokurano Daibouken 3 : secondary topic

Hi all,Recently I've found I can't play bk3 because a little problem. when I go to loat my save, I found the 1, 2, and three slots pached in one. like it is 1 2 3 and when I go one arrow down it say's 4. what should I do to fix this?

URL: http://forum.audiogames.net/viewtopic.php?pid=255414#p255414





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

audiogames-reflector@sabahattin-gucukoglu.com

2016-03-29 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector


  


Re: trying to create a card game like harthstone or might&magic

I think I heard something about Aprone making something like that, you can probably find it somewhere around here. As for resources to get started on making games, i'll direct you to this thread which covers the relevant details.

URL: http://forum.audiogames.net/viewtopic.php?pid=255413#p255413





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Python Sounds

2016-03-29 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector


  


Re: Python Sounds

I have a few OpenAL examples for handling sound written for Pyglet if that may help over here, they feature pre-built classes for loading and playing sounds. I usually use them in conjunction with a sound handler class to batch load sound assets, then hand that off to other classes to determine what to load and play.

URL: http://forum.audiogames.net/viewtopic.php?pid=255412#p255412





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: screw you paypal

2016-03-29 Thread AudioGames . net Forum — Off-topic room : nin via Audiogames-reflector


  


Re: screw you paypal

finally I created an account with an other e-mail address, I couldn't even get the password for that one because they said that i'm suspect of fraud and I have to contact them before making any changes to that account. yeah bull shit then, let them have it.

URL: http://forum.audiogames.net/viewtopic.php?pid=255411#p255411





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Plants V.S. Zombies

2016-03-29 Thread AudioGames . net Forum — New releases room : SkyLord via Audiogames-reflector


  


Re: Plants V.S. Zombies

Again, chinese? no, i'm so tired of that. I'll better wait until full, english, normal game comes out.

URL: http://forum.audiogames.net/viewtopic.php?pid=255410#p255410





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Lets translate Undead Assault into your language

2016-03-29 Thread AudioGames . net Forum — General Game Discussion : SLJ via Audiogames-reflector


  


Re: Lets translate Undead Assault into your language

simba wrote:Hi.at SLJ, yep, we will work together on the translation.that's awesome man.

URL: http://forum.audiogames.net/viewtopic.php?pid=255409#p255409





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Braillemon status update!

2016-03-29 Thread AudioGames . net Forum — New releases room : flame_elchemist via Audiogames-reflector


  


Re: Braillemon status update!

I found a error inn the house at 6,6 in saferon city.

URL: http://forum.audiogames.net/viewtopic.php?pid=255408#p255408





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Python Sounds

2016-03-29 Thread AudioGames . net Forum — Developers room : TJ . Breitenfeldt via Audiogames-reflector


  


Re: Python Sounds

Can someone explain this concept a little better? I think my question is, is there a way to create a sound library or sound map of some sort to manage the sound. I just want an easier way to manage soundsfor my game. Does anyone have any suggestions on how they deel with sounds in their games?

URL: http://forum.audiogames.net/viewtopic.php?pid=255407#p255407





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Audiogame Map with Python

2016-03-29 Thread AudioGames . net Forum — Developers room : TJ . Breitenfeldt via Audiogames-reflector


  


Re: Audiogame Map with Python

Can you give an example of both of these? I understand creating a two dementional array, which would create a 2d map, how would you create a 3d map this way? Also can you explain a little more what you mean by a list?

URL: http://forum.audiogames.net/viewtopic.php?pid=255406#p255406





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Paladin of the sky, soundtrack titles

2016-03-29 Thread AudioGames . net Forum — General Game Discussion : mr . brunete via Audiogames-reflector


  


Re: Paladin of the sky, soundtrack titles

i joined the folder, but nothing downloaded in 4 ours. wondering if i did something wrong i used the secret posted here.

URL: http://forum.audiogames.net/viewtopic.php?pid=255405#p255405





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Jeqocon Console updates (Joystick support and more)

2016-03-29 Thread AudioGames . net Forum — General Game Discussion : CAE_Jones via Audiogames-reflector


  


Re: Jeqocon Console updates (Joystick support and more)

I have to assume it's the same problem that Swamp was having, where Yahoo! is throttling the connection because they didn't seem to realize what they were in for when they offered an "unlimited bandwidth" option.I don't really have a mirror and it's too big for Sendspace or Dropbox. I might be able to sendspace it if I put the music into a separate file? I checked, and I can probably safely reduce the file size by ~60MB at most, which doesn't quite solve the problem.(I might be able to make a torrent? I haven't tried that before, but it can't be that troublesome?)

URL: http://forum.audiogames.net/viewtopic.php?pid=255404#p255404





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: solo recording of Undead Assault

2016-03-29 Thread AudioGames . net Forum — General Game Discussion : aaron77 via Audiogames-reflector


  


Re: solo recording of Undead Assault

I'm not sure if its possible to play the higher rounds with a knife.  I have a few theories on how it could potentially work out, but haven't really tried.  I was never all that good with the knife, so I don't know if I am even the person to try it.

URL: http://forum.audiogames.net/viewtopic.php?pid=255395#p255395





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Classic Windows Sim

2016-03-29 Thread AudioGames . net Forum — Off-topic room : CAE_Jones via Audiogames-reflector


  


Re: Classic Windows Sim

I have no idea how Classic Shell is supposed to work. I run the setup... then what? Nothing changes automatically and there's no desktop icon or way to launch it from the start menu-esque thing in Windows 8, and when I use command prompt to try and run ClassicShellStartMenu.exe, nothing happened (although my computer did lock up not a minute later, but honestly that's probably a coincidence. Did I mention I have a less-than-impressive computer?)(That, and I liked the idea of a random classic Windows scheme every time I rebooted.  )And yeah, I do use VLC more often than this. I mostly use this program for the slim start menu and the fastest file explorer I've used since a fresh install of XP professional (if that). I had some ogg/wav programs lying around that I made for quickly searching/testing certain things, so I decided to add them to the sim for the 
 fun of it.(If anyone's wondering why I don't use a VM... I tried, but it was too heavy to be worth it, which was one of the other big motivators behind this program.)

URL: http://forum.audiogames.net/viewtopic.php?pid=255403#p255403





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Survive the Wild!

2016-03-29 Thread AudioGames . net Forum — New releases room : GarrettTurner via Audiogames-reflector


  


Re: Survive the Wild!

i have another suggestion for the game. If your energy gets below 0, you should start to doze off more and more. I've had that happen a ton in class, and sometimes do haha. Back to the point of this post, the lower your energy gets, the more the ambience should start to fade, you would get things like, oh, "i'm so tired! Most sleep!" There should be a chance that if you are dozing off and trying to make something, you could cut of somehow hurt yourself while dozing off. Just trying to make the game more realistic.

URL: http://forum.audiogames.net/viewtopic.php?pid=255402#p255402





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: What is the most funny/anoying thing you can do with eliquents?

2016-03-29 Thread AudioGames . net Forum — Off-topic room : dd via Audiogames-reflector


  


Re: What is the most funny/anoying thing you can do with eliquents?

yeah like I said, if you look in the comments I asked how it was done, the person who made it directly said to me they used a program to do it

URL: http://forum.audiogames.net/viewtopic.php?pid=255401#p255401





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: What is the most funny/anoying thing you can do with eliquents?

2016-03-29 Thread AudioGames . net Forum — Off-topic room : JWoodill21 via Audiogames-reflector


  


Re: What is the most funny/anoying thing you can do with eliquents?

guys, that song was recorded in an app called songify. No work was put into it.

URL: http://forum.audiogames.net/viewtopic.php?pid=255400#p255400





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Jeqocon Console updates (Joystick support and more)

2016-03-29 Thread AudioGames . net Forum — General Game Discussion : Sean-Terry01 via Audiogames-reflector


  


Re: Jeqocon Console updates (Joystick support and more)

Hi, for the developer. I can't seem to completely download the full game of the console from aprone's webpage. It keeps failing. is there any other way to get it? thanks a lot in advance.

URL: http://forum.audiogames.net/viewtopic.php?pid=255399#p255399





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: computer maintenance and system optimisation, I could need some help.

2016-03-29 Thread AudioGames . net Forum — Off-topic room : defender via Audiogames-reflector


  


Re: computer maintenance and system optimisation, I could need some help.

For Windows 7 in terms of anti virus, for real time protection, MSES, microsoft security essentials has always worked well for me, it's not the best out there but it is one of the very few accessible ones these days.You might also try AVG Free 2015, I haven't tried that newest version yet so I don't know if the accessibility annoyances in 2014 were fixed, but it's not bad at catching things, especially this year based on the lab results, and better than MSES as well.For system optimization, I really like CCleaner and Defraggler  from http://www.piriform.com and they are both very accessible.You can use every feature of CCleaner safely, but you may wish to uncheck the custom files and folders and wipe free space options in the advanced section, as well as the saved passwords option in any web browsers or email clients from the applications tab.Make sure to check out the tools section as well.Defraggler is also safe, just make sure to use the optimize feature instead of the defragment feature if your running it on an SSD, otherwise you could decrease it's lifespan.If you want to just do a quick scan for many of the most common viruses and malware, updated often, try McAfee Stinger from http://www.mcafee.com/ca/downloads/free … nger32.exeYou should consider trying some of the management programs that are already installed by default with Windows as well; such as "services.msc" or "msconfig" in combination with a site with a list of things that are safe to disable in your particular addition of Windows.  Black Viper and Bleeping Computer are both good choices.Just make sure to create a system restore point and have a sighted person around for if you need them when you do anything like that.  Trust me though the rewards of freed up system resources and faster loading times are worth it.

URL: http://forum.audiogames.net/viewtopic.php?pid=255398#p255398





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: computer maintenance and system optimisation, I could need some help.

2016-03-29 Thread AudioGames . net Forum — Off-topic room : defender via Audiogames-reflector


  


Re: computer maintenance and system optimisation, I could need some help.

For Windows 7 in terms of anti virus, for real time protection, MSES, microsoft security essentials has always worked well for me, it's not the best out there but it is one of the very few accessible ones these days.You might also try AVG Free 2015, I haven't tried that newest version yet so I don't know if the accessibility annoyances in 2014 were fixed, but it's not bad at catching things, especially this year based on the lab results, and better than MSES as well.For system optimization, I really like CCleaner and Defraggler  from http://www.piriform.com and they are both very accessible.You can use every feature of CCleaner safely, but you may wish to uncheck the custom files and folders and wipe free space options in the advanced section, as well as the saved passwords option in any web browsers or email clients from the applications tab.Make sure to check out the tools section as well.Defraggler is also safe, just make sure to use the optimize feature instead of the defragment feature if your running it on an SSD, otherwise you could decrease it's lifespan.If you want to just do a quick scan for many of the most common viruses and malware, updated often, try McAfee Stinger from http://www.mcafee.com/ca/downloads/free … nger32.exeYou should consider trying some of the management programs that are already installed by default with Windows as well; such as services.msc, in combination with a site with a list of things that are safe to disable in your particular addition of Windows.  Black Viper and Bleeping Computer are both good choices.Just make sure to create a system restore point and have a sighted person around for if you need them when you do anything like that.  Trust me though the rewards of freed up system resources and faster loading times are worth it.

URL: http://forum.audiogames.net/viewtopic.php?pid=255398#p255398





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Guns of infinity sequel to Sabres of infinity

2016-03-29 Thread AudioGames . net Forum — New releases room : Orin via Audiogames-reflector


  


Re: Guns of infinity sequel to Sabres of infinity

Awesome, going to grab this on iOS and load my saved Sabres character.

URL: http://forum.audiogames.net/viewtopic.php?pid=255396#p255396





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Adventure To Fate : Future Apocalypse (upcoming iOS game)

2016-03-29 Thread AudioGames . net Forum — General Game Discussion : dan_c via Audiogames-reflector


  


Re: Adventure To Fate : Future Apocalypse (upcoming iOS game)

Just a thought that came to me recently,  but is mimic supposed to use the attack skill?  I don't remember it doing so in the last game .  Also I haven't played the mutant in awhile, so this might be fixed if it is indeed a bug .

URL: http://forum.audiogames.net/viewtopic.php?pid=255397#p255397





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: solo recording of Undead Assault

2016-03-29 Thread AudioGames . net Forum — General Game Discussion : aaron77 via Audiogames-reflector


  


Re: solo recording of Undead Assault

I'm not sure if its possible to play the higher rounds with a gun.  I have a few theories on how it could potentially work out, but haven't really tried.  I was never all that good with the knife, so I don't know if I am even the person to try it.

URL: http://forum.audiogames.net/viewtopic.php?pid=255395#p255395





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: classes in bgt help file

2016-03-29 Thread AudioGames . net Forum — Developers room : Omar Alvarado via Audiogames-reflector


  


Re: classes in bgt help file

hi,Its chapter 10 of the bgt manual. I recommend you read that, and really try and understand it before moving on. Though, I will be a bit honest, for a person such as myself, the author of said chapter really flies through the content.Hope this helps!

URL: http://forum.audiogames.net/viewtopic.php?pid=255394#p255394





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Bokurano Daibouken 3 : secondary topic

2016-03-29 Thread AudioGames . net Forum — New releases room : amerikranian via Audiogames-reflector


  


Re: Bokurano Daibouken 3 : secondary topic

hey guys, this is not on topic, but, if anyone has a playthrough of bk2, i'd lve to have it. also, can anyone make a recording of magical ball? it keeps killing me one way or the other, sometimes it's switches too fast and i die strait. also i have a small bug to report. a really nasty one. so, if you win bk3, go extras, select the game center,  choose skyfight, and FTMachinegun. now,  go play through skyracing, and i had it happen once. anyway, i lost all of my weapons. luckily i backed up like a day ago so didn't lose much besides playing through 22 stages on very hard mode. darn it! i have to play through 12-2 again! gh! also, another one, go to tutorial after you beat the game, i think to 0-2 or 3, then go play till you have text saying about enemies can hit each other, skip  it, and fire the hook down. the game crashes. or, at least mine does. couple more things before i'm done. my dictionary doesn't loads up sometimes. 
 example: i'm playing at stage 16-4, and sometimes it's says: d***! he's  escaping! other times it's says: oh! fled at once you or something, so first one is translation pack kicking in, second time it's internet. i'm playing bk games with jgt, so i don't know if that makes difference. also, in 7-1, the abacuses, i have 5 of them, not 1. anyone else is experiencing at least one of those things? if you don't, must be something wrong with the game. thanks for help.

URL: http://forum.audiogames.net/viewtopic.php?pid=255393#p255393





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: New game from Oriol Gómez, insect therapy

2016-03-29 Thread AudioGames . net Forum — New releases room : smoothgunner via Audiogames-reflector


  


Re: New game from Oriol Gómez, insect therapy

dope game man, I got all the way up to level13 with a 2k plus score, not that anyone cares lol but hey had to share I was proud of myself lol.keep the arcade games coming man.ever thought about making a basketball arcade type game where you race against the shot clock and try to knock down as many shots as you can before time runs out?

URL: http://forum.audiogames.net/viewtopic.php?pid=255392#p255392





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

audiogames-reflector@sabahattin-gucukoglu.com

2016-03-29 Thread AudioGames . net Forum — Developers room : smoothgunner via Audiogames-reflector


  


trying to create a card game like harthstone or might&magic

as the titles says, i was wondering if someone could make a pvp card game similar to hearthstone, yugioh, or might and magic. i love those type of games, but we dont have any audio versions out there for these games. i have alot of ideas that i can throw out there, plus  i will also be willing to learn how to code a game like this myself, if someone is welling to teach me the ropes or point me in the right direction

URL: http://forum.audiogames.net/viewtopic.php?pid=255391#p255391





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: What happened to...please read

2016-03-29 Thread AudioGames . net Forum — General Game Discussion : smoothgunner via Audiogames-reflector


  


Re: What happened to...please read

[[wow]] i forgot all about Solara, it was a pretty good game, i lost interest after a while because i felt there were hackers when it came to those arena battles.i know the battles in that game is based on luck once you pick your party, but if you have the right party and strong level against a weaker level and a party that has a lot of weaknesses when up against yours, no way you should be losing, and a lot of times i was, can't no one tell me that the game didn't have hackers.parden my rambling but this post just brought up old memories, so i had to vent lol

URL: http://forum.audiogames.net/viewtopic.php?pid=255390#p255390





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: What happened to...please read

2016-03-29 Thread AudioGames . net Forum — General Game Discussion : blindncool via Audiogames-reflector


  


Re: What happened to...please read

Phil is still around. However, his site is down, so he's been focused on rebuilding it. I don't have his contact info, but you should try sending him a PM or something.

URL: http://forum.audiogames.net/viewtopic.php?pid=255389#p255389





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Adventure To Fate : Quest To The Future JRPG

2016-03-29 Thread AudioGames . net Forum — New releases room : TouchMint via Audiogames-reflector


  


Re: Adventure To Fate : Quest To The Future JRPG

Sorry I've been a little M I A guys I had to take some contract work on the side to pay the bills but am hoping to submit the new update with the finalized guardian as well as some new pets maybe sometime in early April!

URL: http://forum.audiogames.net/viewtopic.php?pid=255388#p255388





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Adventure To Fate : Quest To The Future JRPG

2016-03-29 Thread AudioGames . net Forum — New releases room : TouchMint via Audiogames-reflector


  


Re: Adventure To Fate : Quest To The Future JRPG

Dark wrote:Sorry it took a little longer than expected, but There is now a Db page for the game which may be Found here I've included a brief description of the interface to help people getting started in the game, as it took me a while to get to grips with things myself though now have completely got it and the game is awesome, albeit I don't know how long it'll take me to finish :d.Nice very cool that got put up!

URL: http://forum.audiogames.net/viewtopic.php?pid=255387#p255387





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: When is the last time anyone has read a braille book?

2016-03-29 Thread AudioGames . net Forum — Off-topic room : blindncool via Audiogames-reflector


  


Re: When is the last time anyone has read a braille book?

I haven't read anything in braille since I was in high school (about 8 years ago). 

URL: http://forum.audiogames.net/viewtopic.php?pid=255386#p255386





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Adventure To Fate : Future Apocalypse (upcoming iOS game)

2016-03-29 Thread AudioGames . net Forum — General Game Discussion : TouchMint via Audiogames-reflector


  


Re: Adventure To Fate : Future Apocalypse (upcoming iOS game)

nolly wrote:The Time Guardian gets a 2 stamina attack at level 21.TouchMint, does the skill Avenge have any special attributes such as it being unresistable? I've gone through the game 4 times now and the only time I've used the Avenge skill was to test it for bugs. There just isn't anything that hits for enough to make it worth using it, especially if you want the 3rd attack healing bonus.To be honest it's more focused at end game when some of those frost creatures hit for 300+. I've made some minor mana usage changes to it but still am trying to figure out if I'll keep it for add a dot spell in there instead.

URL: http://forum.audiogames.net/viewtopic.php?pid=255385#p255385





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: how to start Orca on Fedora Live CD

2016-03-29 Thread AudioGames . net Forum — Off-topic room : blindncool via Audiogames-reflector


  


Re: how to start Orca on Fedora Live CD

Yes, that's true.In more recent, non-fedora related news: Sonar has finally got the problem with sound in vm's fixed.

URL: http://forum.audiogames.net/viewtopic.php?pid=255384#p255384





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Grand Theft Auto V

2016-03-29 Thread AudioGames . net Forum — General Game Discussion : ianhamilton_ via Audiogames-reflector


  


Re: Grand Theft Auto V

anyone fancy doing a video recording rather than a sound recording?

URL: http://forum.audiogames.net/viewtopic.php?pid=255383#p255383





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Plants V.S. Zombies

2016-03-29 Thread AudioGames . net Forum — New releases room : seal via Audiogames-reflector


  


Re: Plants V.S. Zombies

Damn, sounds freakin great but other way of uploading will be appreciated as I really can't get it.

URL: http://forum.audiogames.net/viewtopic.php?pid=255382#p255382





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Adventure To Fate : Quest To The Future JRPG

2016-03-29 Thread AudioGames . net Forum — New releases room : bobbleheadmastr via Audiogames-reflector


  


Re: Adventure To Fate : Quest To The Future JRPG

$4.00

URL: http://forum.audiogames.net/viewtopic.php?pid=255381#p255381





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Accessible programs for checking weather forecasts?

2016-03-29 Thread AudioGames . net Forum — Off-topic room : jack via Audiogames-reflector


  


Re: Accessible programs for checking weather forecasts?

Unfortunately you're not gonna find a free weather program that doens't have ads, or is accessible. There's one that's paid but recommended big-time by a good friend Jammin Jerry called Weather Watcher Live.

URL: http://forum.audiogames.net/viewtopic.php?pid=255380#p255380





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

What happened to...please read

2016-03-29 Thread AudioGames . net Forum — General Game Discussion : kithri via Audiogames-reflector


  


What happened to...please read

Hey, got a couple questions and hope someone here knows what I should do.I know Draconus games still has a site and if anyone knows some of the actual staff there, please let me know how to get someone over there to answer a message. They are/were selling the Sarah and the Castle of Witchcraft and Wizardry game and I bought it a while back. I got a new computer and can't find my user code to unlock the game and am unable to get someone over there to answer a help message. I don't know how to get my code back and really didn't want to rebuy the game...help.Also, anyone know if Phil is still around from PCS games? I tried to contact him as well on this issue as he was working with Draconus Entertainment, but the email isn't working and his site was last updated way back in 2015.Also, if anyone has played the IOS game Solara, you probably know the server is now down because the developer wasn't getting enough money or something for it. An
 yone know how to contact that developer/company directly as the email I have isn't working to find out if they would be willing to allow someone else to host the server so that the game could still be played and enjoyed, as it shouldn'd be lost. I have an email of supp...@esperlabs.com, but doesn't work.Hey, anyone else running an iPod 5th gen and are you having battery charging issues? Mine won't charge at all with its cord and plugging it into my windows 7 computer gets me some message about a device exceeding the power limit on the USB port. I'm buying a new iPod 5th gen certified USB cord to see if that solves the problem, but was wondering is anyone else was experiencing this and no, I haven't updated to IOS 9.3 yet.

URL: http://forum.audiogames.net/viewtopic.php?pid=255379#p255379





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Survive the Wild!

2016-03-29 Thread AudioGames . net Forum — New releases room : Draq via Audiogames-reflector


  


Re: Survive the Wild!

Submitted my character within 48 hours and still got deleted.

URL: http://forum.audiogames.net/viewtopic.php?pid=255377#p255377





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Bokurano Daibouken 3 : secondary topic

2016-03-29 Thread AudioGames . net Forum — New releases room : marro via Audiogames-reflector


  


Re: Bokurano Daibouken 3 : secondary topic

I have found another way i think, when u complete the game, go to gamecenter and play sky fight there Are those paper dolls found in 12.4?

URL: http://forum.audiogames.net/viewtopic.php?pid=255376#p255376





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: facebook

2016-03-29 Thread AudioGames . net Forum — General Game Discussion : assault_freak via Audiogames-reflector


  


Re: facebook

This shouldn't be in this section of the forum..

URL: http://forum.audiogames.net/viewtopic.php?pid=255375#p255375





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Plants V.S. Zombies

2016-03-29 Thread AudioGames . net Forum — New releases room : 拓海 via Audiogames-reflector


  


Plants V.S. Zombies

Was originally a discerning eye to play a puzzle strategy tower defense game Plants vs. Zombies, now stone toad with reference to the form and content of the standard edition Plants vs. Zombies, remove the visual content and the mouse operation, turn to change for blind people can accept the keyboard operation, 2D sound environment, text display form developed this blind version of the zombies, let our blind friends can be together hearty manipulating their plant forces and army of zombies to compete!The game is Chinese, but I am a little bit of the inside of the word translation, such as a variety of plants, including the game shows and game strategy.download linkMy Baidu account number is 13809028392, the password is 96329632http://pan.baidu.com/s/1nuQb8pz

URL: http://forum.audiogames.net/viewtopic.php?pid=255374#p255374





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Plants V.S. Zombies

2016-03-29 Thread AudioGames . net Forum — New releases room : 拓海 via Audiogames-reflector


  


Plants V.S. Zombies

Was originally a discerning eye to play a puzzle strategy tower defense game Plants vs. Zombies, now stone toad with reference to the form and content of the standard edition Plants vs. Zombies, remove the visual content and the mouse operation, turn to change for blind people can accept the keyboard operation, 2D sound environment, text display form developed this blind version of the zombies, let our blind friends can be together hearty manipulating their plant forces and army of zombies to compete!The game is Chinese, but I am a little bit of the inside of the word translation, such as a variety of plants, including the game shows and game strategy.download linkhttp://pan.baidu.com/s/1nuQb8pz

URL: http://forum.audiogames.net/viewtopic.php?pid=255373#p255373





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

facebook

2016-03-29 Thread AudioGames . net Forum — General Game Discussion : milos via Audiogames-reflector


  


facebook

hi people i try to login on my facebook profil from my lap-top through veb brofser firefox... and site is totally unaccesible how to use facebook with veb brofser from my computer please help...

URL: http://forum.audiogames.net/viewtopic.php?pid=255372#p255372





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Braillemon status update!

2016-03-29 Thread AudioGames . net Forum — New releases room : pulseman45 via Audiogames-reflector


  


Re: Braillemon status update!

And also, did someone manage to find the solar beam tm in the Pokemon mansion? I've been searching for it quite a long time and now I'm starting to wonder if it's there.

URL: http://forum.audiogames.net/viewtopic.php?pid=255370#p255370





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Braillemon status update!

2016-03-29 Thread AudioGames . net Forum — New releases room : pulseman45 via Audiogames-reflector


  


Re: Braillemon status update!

Speaking of errors, the one I'm waiting the most to be fixed is this one.___FATAL ERROR inaction number 1of Create Eventfor object QuestionYesNo:Variable QuestionYesNo.gateid(100810, -2147483648) not set before reading it.at gml_Object_QuestionYesNo_Create_0It happens when you try to enter Sinabars gym. So we can say the game technically stops there for the moment.

URL: http://forum.audiogames.net/viewtopic.php?pid=255369#p255369





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Bokurano Daibouken 3 : secondary topic

2016-03-29 Thread AudioGames . net Forum — New releases room : marro via Audiogames-reflector


  


Re: Bokurano Daibouken 3 : secondary topic

U mean the landing point there?

URL: http://forum.audiogames.net/viewtopic.php?pid=255367#p255367





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Bokurano Daibouken 3 : secondary topic

2016-03-29 Thread AudioGames . net Forum — New releases room : Deng via Audiogames-reflector


  


Re: Bokurano Daibouken 3 : secondary topic

It's the machine gun you get after defeating the chopper on the secret area of stage 6-2.

URL: http://forum.audiogames.net/viewtopic.php?pid=255366#p255366





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: D&D groups

2016-03-29 Thread AudioGames . net Forum — General Game Discussion : preiman790 via Audiogames-reflector


  


Re: D&D groups

Hey sorry I vanished, but I hope the practice session goes or went well, if you are looking for a full time Gm, I would be happy to do it, I could have something ready for a campaign by next week. add me on skype, skype id is in my profile, but it's also the same as me user name, reach out to me if you'd like me to make a game for you guys.

URL: http://forum.audiogames.net/viewtopic.php?pid=255365#p255365





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Braillemon status update!

2016-03-29 Thread AudioGames . net Forum — New releases room : flame_elchemist via Audiogames-reflector


  


Re: Braillemon status update!

when i was battling i got this error.___FATAL ERROR inaction number 1at time step1of time line WildBattleAttack:trying to index a variable which is not an arrayat gml_Script_attack_effectstack frame isgml_Script_attack_effect (line 0)Timeline_WildBattleAttack_0

URL: http://forum.audiogames.net/viewtopic.php?pid=255363#p255363





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Lets translate Undead Assault into your language

2016-03-29 Thread AudioGames . net Forum — General Game Discussion : simba via Audiogames-reflector


  


Re: Lets translate Undead Assault into your language

Hi.at SLJ, yep, we will work together on the translation.

URL: http://forum.audiogames.net/viewtopic.php?pid=255361#p255361





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: how to start Orca on Fedora Live CD

2016-03-29 Thread AudioGames . net Forum — Off-topic room : wanderer via Audiogames-reflector


  


Re: how to start Orca on Fedora Live CD

You could try Alt+F2, type "orca" and press enter. It's worth noting that most Linux disks seem to have audio issues with VMWare or are at least muted by default, so you'll probably have better luck booting it natively.

URL: http://forum.audiogames.net/viewtopic.php?pid=255360#p255360





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Guns of infinity sequel to Sabres of infinity

2016-03-29 Thread AudioGames . net Forum — New releases room : grryfindore via Audiogames-reflector


  


Guns of infinity sequel to Sabres of infinity

Ahoy all!As the subject says, Guns of Infinity has just been released and is 40 percent off until ap1! Its a sequel to sabres of infinity, and just as awesome. even if you haven't played any gamebooks or choose your own adventures before, I would suggest you give this one a go. You won't be disappointed.As commander of a squadron of cavalry, what will you sacrifice to win the war of gunpowder and magic? Return to the battlefield as a gentleman-officerof the Royal Tierran Army in this long-awaited sequel to “Sabres of Infinity.”Guns of Infinity is a 440,000 word interactive novel by Paul Wang, author of Sabres of Infinity,Mecha Ace,and The Hero of Kendrickstone.Will you befriend, betray, or romance the nobles, rogues, and spies of this epic world? Will you keep your men alive, or sacrifice them to your own greedin a bid for power and riches? Will you fight for power, riches, love, or glory?list of 4 items• Play the role of a gallant hero, or a self-serving scoundrel.• Use cunning, force, or sheer bravado to fight the Antari forces.• Train and drill your men for success on the battlefield.• Support your family financially, or leave them to fight off penury alone.list endCombat, intrigue, and romance await in “Guns of Infinity!”Just like all the games written in choice script, it can be played on android,ios or on your computer or any browser that's accessible with your screenreader!The link to the game is belowThe link for the appstore is hereand for android here and  the browser version is Here!For those that are interested and haven't heard of it before, here is Sabres of Infinity!Seriously, can't recommend this series enough,and specially anything by this author is dam good,as well.Guns of infinity  has been out since 25th march on the ios and the android store actually but it wasn't released on the web store so I didn't really post about it here.Have fun, I sure as hell will!grryf

URL: http://forum.audiogames.net/viewtopic.php?pid=255359#p255359





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Guns of infinity sequel to Sabres of infinity

2016-03-29 Thread AudioGames . net Forum — New releases room : grryfindore via Audiogames-reflector


  


Guns of infinity sequel to Sabres of infinity

Ahoy all!As the subject says, Guns of Infinity has just been released and is 40 percent off until ap1! Its a sequel to sabres of infinity, and just as awesome. even if you haven't played any gamebooks or choose your own adventures before, I would suggest you give this one a go. You won't be disappointed.As commander of a squadron of cavalry, what will you sacrifice to win the war of gunpowder and magic? Return to the battlefield as a gentleman-officerof the Royal Tierran Army in this long-awaited sequel to “Sabres of Infinity.”Guns of Infinity is a 440,000 word interactive novel by Paul Wang, author of Sabres of Infinity,Mecha Ace,and The Hero of Kendrickstone.Will you befriend, betray, or romance the nobles, rogues, and spies of this epic world? Will you keep your men alive, or sacrifice them to your own greedin a bid for power and riches? Will you fight for power, riches, love, or glory?list of 4 items• Play the role of a gallant hero, or a self-serving scoundrel.• Use cunning, force, or sheer bravado to fight the Antari forces.• Train and drill your men for success on the battlefield.• Support your family financially, or leave them to fight off penury alone.list endCombat, intrigue, and romance await in “Guns of Infinity!”Just like all the games written in choice script, it can be played on android,ios or on your computer or any browser that's accessible with your screenreader!The link to the game is belowThe link for the appstore is hereand for android here and  the browser version is Here!For those that are interested and haven't heard of it before, here is Sabres of Infinity!Seriously, can't recommend this series enough,and specially anything by this author is dam good,as well.Guns of infinity  has been out since 25th march on the ios and the android store actually but it wasn't released on the web browser so I didn't really post about it here.Have fun, I sure as hell will!grryf

URL: http://forum.audiogames.net/viewtopic.php?pid=255359#p255359





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: solo recording of Undead Assault

2016-03-29 Thread AudioGames . net Forum — General Game Discussion : smoothgunner via Audiogames-reflector


  


Re: solo recording of Undead Assault

ok so I got the link to work, but man, I couldn't make it past round 4, my ears couldn't take those dramatic over drawn out screams for to much longer lol don't get me wrong at first it sounded real cool, but man after hearing it back to back like that it kind of gets on your nerves.in deeper rounds did you use any guns? or did you keep spamming the hell out of that knife lol

URL: http://forum.audiogames.net/viewtopic.php?pid=255358#p255358





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

how to start Orca on Fedora Live CD

2016-03-29 Thread AudioGames . net Forum — Off-topic room : blindncool via Audiogames-reflector


  


how to start Orca on Fedora Live CD

Hi. I would like to try Fedora linux in a VM, but I'm not sure how to start Orca. I've tried Alt+Super+S, which doesn't work.

URL: http://forum.audiogames.net/viewtopic.php?pid=255357#p255357





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: What is the most funny/anoying thing you can do with eliquents?

2016-03-29 Thread AudioGames . net Forum — Off-topic room : dd via Audiogames-reflector


  


Re: What is the most funny/anoying thing you can do with eliquents?

google is your friend, as for the video, I directly asked and they directly admitted it was using a program, not what you think it is unfortunatelyeven before that though I knew it couldn't be hand written, because for those who know what I'm talking about it had the autotune sound

URL: http://forum.audiogames.net/viewtopic.php?pid=255356#p255356





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: What is the most funny/anoying thing you can do with eliquents?

2016-03-29 Thread AudioGames . net Forum — Off-topic room : dd via Audiogames-reflector


  


Re: What is the most funny/anoying thing you can do with eliquents?

google is your friend, as for the video, I directly asked and they directly admitted it was using a program, not what you think it is unfortunately

URL: http://forum.audiogames.net/viewtopic.php?pid=255356#p255356





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: I need some help. Windows issue

2016-03-29 Thread AudioGames . net Forum — Off-topic room : turtlepower17 via Audiogames-reflector


  


Re: I need some help. Windows issue

The PE does come with NVDA, yes. Are you asking whether or not NVDA can be used on the screen where you create your account and so on? In that case, I don't think so. You'll need to deal with Narrator there. It's not that bad. It lags a bit, sure, but at least once you finish with the initial setup, you can install NVDA or launch a portable version immediately.

URL: http://forum.audiogames.net/viewtopic.php?pid=255355#p255355





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Accessibility at GDC & CSUN conferences

2016-03-29 Thread AudioGames . net Forum — General Game Discussion : Ian Reed via Audiogames-reflector


  


Re: Accessibility at GDC & CSUN conferences

Great conversation.It would be wonderful if Unity and other game engines had built in TTS support, interfacing with whatever TTS / screen reader is on the target device.Like you said, we really benefit when games are becoming accessible by accident.It gets more blind gamers playing mainstream titles, and in turn increases awareness.And that increased awareness helps developers to put forth a little effort to do some small things like extra sound queues that we've seen in fighting games.We don't need fast paced FPS games to be entirely accessible.Just getting all the menus in games to be accessible by default would bring so many more games up to a new level.Joe mentioned BK3.It is free, but is natively in Japanese.You can download BK3 here.You can purchase Yukio's han
 d written translations here as donationware for a $5 minimum.And use the free JGT addon for NVDA to fill in the gaps that the hand written translations don't cover.And watch Liam Erven's Let's plays of BK3 here.

URL: http://forum.audiogames.net/viewtopic.php?pid=255354#p255354





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

classes in bgt help file

2016-03-29 Thread AudioGames . net Forum — Developers room : NicklasMCHD via Audiogames-reflector


  


classes in bgt help file

Hi there.I have been searching for hours now and i just can't find it.Where can i read about classes in the bgt help file.Thanks 

URL: http://forum.audiogames.net/viewtopic.php?pid=255353#p255353





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: D&D groups

2016-03-29 Thread AudioGames . net Forum — General Game Discussion : Dragonlee via Audiogames-reflector


  


Re: D&D groups

I think I might want to try my hand at being GM. I would practise on a 1 on 1 session, with me as GM and one adventurer. If anyone who knows MnM rules fairly well would like to try let me know.

URL: http://forum.audiogames.net/viewtopic.php?pid=255352#p255352





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: D&D groups

2016-03-29 Thread AudioGames . net Forum — General Game Discussion : Dragonlee via Audiogames-reflector


  


Re: D&D groups

I think the rules are pretty straight forward. I think the main issue for the GM is creating an adventure for the players. Also how but maybe there are some premade adventures we could try

URL: http://forum.audiogames.net/viewtopic.php?pid=255351#p255351





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Classic Windows Sim

2016-03-29 Thread AudioGames . net Forum — Off-topic room : wanderer via Audiogames-reflector


  


Re: Classic Windows Sim

So I don't mean to sound like a troll or anything, but why not just use ClassicShell and Winamp or VLC? CS is very responsive and has never given me any problems.

URL: http://forum.audiogames.net/viewtopic.php?pid=255350#p255350





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Swamp, zombie FPS by Aprone

2016-03-29 Thread AudioGames . net Forum — New releases room : darren via Audiogames-reflector


  


Re: Swamp, zombie FPS by Aprone

hi guys can anyone get into swamp? i just tried and got a server offline message.

URL: http://forum.audiogames.net/viewtopic.php?pid=255349#p255349





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: D&D groups

2016-03-29 Thread AudioGames . net Forum — General Game Discussion : LadyJuliette via Audiogames-reflector


  


Re: D&D groups

I'm partly wondering that too. I don't want to take up all your time by constantly looking up rules.

URL: http://forum.audiogames.net/viewtopic.php?pid=255348#p255348





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: best free vst effects?

2016-03-29 Thread AudioGames . net Forum — Off-topic room : ammericandad2005 via Audiogames-reflector


  


Re: best free vst effects?

thanks!

URL: http://forum.audiogames.net/viewtopic.php?pid=255346#p255346





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: best free vst effects?

2016-03-29 Thread AudioGames . net Forum — Off-topic room : ammericandad2005 via Audiogames-reflector


  


Re: best free vst effects?

cthank!

URL: http://forum.audiogames.net/viewtopic.php?pid=255346#p255346





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: best free vst effects?

2016-03-29 Thread AudioGames . net Forum — Off-topic room : ammericandad2005 via Audiogames-reflector


  


Re: best free vst effects?

goingto cck thoseout, hanks. startinig with g200kg.com as I im theonly voie actor n these mods ad rankly I'm o iim urvin.

URL: http://forum.audiogames.net/viewtopic.php?pid=255346#p255346





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: screw you paypal

2016-03-29 Thread AudioGames . net Forum — Off-topic room : Figment via Audiogames-reflector


  


Re: screw you paypal

I was just going to suggest Google Translate or some other similar and free translation service to get around the language problem.Instead of deleting the account, you might just try editing everything to your own information.If my memory is correct, information for a deleted account isn't removed from the system and can still prevent you from creating a new account with that email address.

URL: http://forum.audiogames.net/viewtopic.php?pid=255347#p255347





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: best free vst effects?

2016-03-29 Thread AudioGames . net Forum — Off-topic room : ammericandad2005 via Audiogames-reflector


  


Re: best free vst effects?

going to chckthose ut, hanks. tating with g20kg as I m the oice ator in these modsand rankly I'm o liam urvin.

URL: http://forum.audiogames.net/viewtopic.php?pid=255346#p255346





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Entombed download

2016-03-29 Thread AudioGames . net Forum — General Game Discussion : Figment via Audiogames-reflector


  


Re: Entombed download

@SocheatLOL! It might work better if you click the report link first.Don't bother, I've already reported the thread. LOL!

URL: http://forum.audiogames.net/viewtopic.php?pid=255344#p255344





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

computer maintenance and system optimisation, I could need some help.

2016-03-29 Thread AudioGames . net Forum — Off-topic room : simba via Audiogames-reflector


  


computer maintenance and system optimisation, I could need some help.

Hello everyone.Over the last few weeks I started to notice that my computer is starting to get a bit laggy, slower, and not so responsive over all. I thought about cleaning up the system a bit, run a few virus checks here and there, and do some things to make this thing work smoother again.But I could need some help from those who know a bit more then I do about computer maintenance.I need for example a good anty virus program which is accessible and up to date, I would prefer free software, but paid tools are also nice to have.Furthermore I need some tools to clean up the registry for example, defragmentation tools and so on, things that help  me in getting the computer to work again, I also noticed that the heat emission of the machine is quite high, but I am not sure why that is, I checked the cooler, but nothing is clogging up the cooler phans.So are there any good program tips out there? I am working on an  windows 7 64 bit OS.

URL: http://forum.audiogames.net/viewtopic.php?pid=255345#p255345





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Entombed download

2016-03-29 Thread AudioGames . net Forum — General Game Discussion : Socheat via Audiogames-reflector


  


Re: Entombed download

This topic should be moved.

URL: http://forum.audiogames.net/viewtopic.php?pid=255336#p255336





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Entombed download

2016-03-29 Thread AudioGames . net Forum — Audiogames Exclusive Games : Figment via Audiogames-reflector


  


Re: Entombed download

@SocheatLOL! It might work better if you click the report link first.Don't bother, I've already reported the thread. LOL!

URL: http://forum.audiogames.net/viewtopic.php?pid=255344#p255344





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Accessibility at GDC & CSUN conferences

2016-03-29 Thread AudioGames . net Forum — General Game Discussion : ianhamilton_ via Audiogames-reflector


  


Accessibility at GDC & CSUN conferences

Smashclayaudio and myself met up with Blindbargains at CSUN conference to do a podcast, we spoke a little bit about both CSUN and the GDC conference the week before, and about accessible gaming in general -http://www.blindbargains.com/bargains.php?m=15038

URL: http://forum.audiogames.net/viewtopic.php?pid=255343#p255343





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Accessibility at GDC & CSUN conferences

2016-03-29 Thread AudioGames . net Forum — General Game Discussion : ianhamilton_ via Audiogames-reflector


  


Accessibility at GDC & CSUN conferences

Adriane Kuzminski (Smashclayaudio on the forums) and myself met up with Blindbargains at the CSUN conference to do a podcast, we spoke a little bit about both CSUN and the GDC conference the week before, and about accessible gaming in general -http://www.blindbargains.com/bargains.php?m=15038

URL: http://forum.audiogames.net/viewtopic.php?pid=255343#p255343





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Anyone else playing Broken Bat?

2016-03-29 Thread AudioGames . net Forum — General Game Discussion : quanin via Audiogames-reflector


  


Re: Anyone else playing Broken Bat?

It's an online game that lets you manage a baseball team. Think CSFBL, but on steroids. You manage your major league team plus 3 levels of minor leagues, and your teams play in pyramid-style leagues - so if you win the league you're in, you promote to the next one. You're responsible for drafting players, managing lineups, handling team finances, that kind of thing. Probably the most detailed game there's been in a while, and it's free. The schedule operates on a weekly basis, so every week is a new economic update. The season lasts 10 weeks, you're allowed to draft one player per week, and all the player training etc updates on Friday morning. The admin looks like he's taking accessibility into account, which is always a plus. Anyway, I only started last week, but I have a sneaking suspicion I'll have a hard time quitting.

URL: http://forum.audiogames.net/viewtopic.php?pid=255342#p255342





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: best free vst effects?

2016-03-29 Thread AudioGames . net Forum — Off-topic room : gamecreator via Audiogames-reflector


  


Re: best free vst effects?

hey there.Well, since there are a lot of dam sites which offer the same thing you are asking for... best free vst plugins, i just cant tell you because i dont know what kind of effects are you looking for. What i can do, however, is recommend you some pages.The first one its bedroomproducersblog.com, at this site which is updated very frequently, you can find news about newly releaced (most of the time, free), plugins and even virtual instruments, or kontakt libraries. Also there are some nice reviews of some hardware synths and sutch... but the most interesting thing its that sometimes they do a round up of the best plugin effects, and instruments, all free... So its deffinitely wort checking it out.Another one its called vst4free. While its not that much interesting, you can find effects, or instruments, by categories, and you can choose to view the new ones, or the best rated ones... I guess that those best rated should be pretty good.And finally i c
 an, if you are looking for some pitch shifting and voice transforming, suggest a page called g200kg.com. This one has some Handy free vst plugins which, at least for me are pretty awesome xd.So... i think with those sites you'll have something where you can look around... have fun

URL: http://forum.audiogames.net/viewtopic.php?pid=255341#p255341





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Survive the Wild!

2016-03-29 Thread AudioGames . net Forum — New releases room : hamada via Audiogames-reflector


  


Re: Survive the Wild!

Yeah right, it seems so; The map saves the last number of the connected players.

URL: http://forum.audiogames.net/viewtopic.php?pid=255340#p255340





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Survive the Wild!

2016-03-29 Thread AudioGames . net Forum — New releases room : hamada via Audiogames-reflector


  


Re: Survive the Wild!

Yeah right, it seems so, but as i know Sam said that he is in a  vacation these days.

URL: http://forum.audiogames.net/viewtopic.php?pid=255340#p255340





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Survive the Wild!

2016-03-29 Thread AudioGames . net Forum — New releases room : nibar via Audiogames-reflector


  


Re: Survive the Wild!

hi yeh the server is alsow down for me.but i Think the server is uppdating the webbsite map so when the server  is down it dont update so it shows you how much players there was online Before the server gos down.

URL: http://forum.audiogames.net/viewtopic.php?pid=255339#p255339





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Hockey Game/Sim

2016-03-29 Thread AudioGames . net Forum — General Game Discussion : milos via Audiogames-reflector


  


Re: Hockey Game/Sim

i try to find any accesible soccer or basketball ofline pc games but i can not find anithing... if any know please tll me...

URL: http://forum.audiogames.net/viewtopic.php?pid=255338#p255338





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: new stuf at CSUN2016

2016-03-29 Thread AudioGames . net Forum — Off-topic room : grryfindore via Audiogames-reflector


  


Re: new stuf at CSUN2016

Ahoy allOut of all the thing  announced the ones I'm looking forward the most to are the BrailleDisplays that don't cost a arm,leg  and  a torso and then some. Maybe they won't have all the bells and whistles and a super duper refresh rate as those braille displays that cost $4000 $5000(a man can go and buy a car with that kind of cash, my word.) But I should be able to have access to reading braille and at last improve my spellings if it costs anything around $500 or so,and I'm quite excited and looking forward to them.Getting access to braille books here is so expensive and a pain in the arse that I may just as well save up money that I would need to buy 5 7 braille books and buy a dam braille display itself!. Well perhaps not 5 7 but 15 16 would defenetly get me a 20cell braille display sheesh. at the current prices,that is.grryf

URL: http://forum.audiogames.net/viewtopic.php?pid=255337#p255337





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Entombed download

2016-03-29 Thread AudioGames . net Forum — Audiogames Exclusive Games : Socheat via Audiogames-reflector


  


Re: Entombed download

This topic should be moved.

URL: http://forum.audiogames.net/viewtopic.php?pid=255336#p255336





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Nano Empire: an iOS strategy game about creating your own world

2016-03-29 Thread AudioGames . net Forum — New releases room : aaron via Audiogames-reflector


  


Re: Nano Empire: an iOS strategy game about creating your own world

I've beaten the campaign in the web version! It actuall got to the point where I could pick the two story paths or campaign. I'm not kidding here, I literally had the choice of all three at this point. Well I chose campaign in the end. Now, it's time for a new world and this time I'd like to go through the story. I have a feeling there's three endings in total.

URL: http://forum.audiogames.net/viewtopic.php?pid=255335#p255335





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Jeqocon Console updates (Joystick support and more)

2016-03-29 Thread AudioGames . net Forum — General Game Discussion : CAE_Jones via Audiogames-reflector


  


Jeqocon Console updates (Joystick support and more)

There's a pretty big changelog this time.The full archive is probably not done uploading yet (it tells me there's an hour and a half remaining, so somewhere around 3:00PM GMT?), but there's a smaller patch if you already have it:https://www.sendspace.com/file/rd2h7gThe full archive can be found here:http://kaldobsky.com/audiogames/cae/JeqoconB.zipInstead of posting all 65 items from the changelog, I'll summarize as best I can:- Joystick support. If you don't like how it works, press ctrl+tab to disable it. If it calibrates wrong and just scrolls through the menu every frame, press shift+c to recalibrate.- Jeqo Prime has new characters, survival mode actually works, certain attacks now drain the opponent's power, I made the Island arena bigger because it was too annoying, added a couple arenas, a
 nd added more environmental interaction, including the ability to put out fires, and just blow stuff up. And a few other things, I dunno; this one has the biggest changelog.- For both DBGU and Jeqo Prime, I added soun tracking for long sounds, fixed the bug where the wrong sound would sometimes play, and made it so that giant or small characters play terrain sounds at a slightly different pitch.- Fixed lots of DBGU bugs, cleaned up some music errors. Goten and Bardock load correctly, Cyba doesn't crash the game, etc.- JFIMA: Fixed a couple broken attacks, added new items (mostly projectile weapons), gave Jhwolf that staff movelist I promised... 5 years ago, added some more hidden events and post-game shenanigans. Most notably, after you complete the story, you can go look for former allies, recruit them to your team, and play as them. I did not, however, fix the noise problem in that area after you put out the fire, because that's... kinda hard to fix. Ma
 ybe try entering from the east side? Best to do it with a jump.I tried to record a DBGU letsplay back around November, which is pretty much why I finally fixed some of those bugs. I think it's kinda tedious and boring, but I can try uploading it if people want. I also did some character demos in VS mode.I think some parts of the Letsplay could use editing. Specifically, the Castle of the Mists. I can't decide if I regret the complexity of that level, or if it's the sort of thing Audio Games need. ... But mostly I regret it, because it took forever.There are ways to replay most parts of the JF IM Adventure after you beat it once, including the part where I had to quote-mine Team Four Star. You don't really get anything other than the satisfaction of going through it with whatever powerups you've gotten by then, and a couple of these will re-lock the non-deuterotagonist characters.And finally, I... ... forgot to include the updated J
 eqo Prime movelist in the uploads. *facepalm*Retanretla is a charge fighter, Sarai has moves for days, and Nesan is hard to explain but I did call one of her moves iPod even though it's anachronistic, because terrible puns are fun. I guess I'll reupload the patch (but the archive will have to wait) for the movelist.Hopefully, that was less annoying than last time. Someone, have fun!

URL: http://forum.audiogames.net/viewtopic.php?pid=255334#p255334





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Adventure To Fate : Quest To The Future JRPG

2016-03-29 Thread AudioGames . net Forum — New releases room : Socheat via Audiogames-reflector


  


Re: Adventure To Fate : Quest To The Future JRPG

Hello,How much does the game costs?

URL: http://forum.audiogames.net/viewtopic.php?pid=255333#p255333





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Survive the Wild!

2016-03-29 Thread AudioGames . net Forum — New releases room : Socheat via Audiogames-reflector


  


Re: Survive the Wild!

Hamada, as I said earlier, the server seems to be down. sam might have been working on something.

URL: http://forum.audiogames.net/viewtopic.php?pid=255332#p255332





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Bokurano Daibouken 3 : secondary topic

2016-03-29 Thread AudioGames . net Forum — New releases room : boy via Audiogames-reflector


  


Re: Bokurano Daibouken 3 : secondary topic

What's the FT chopper? I mean the thing you said that you need to fight to get that machine gun. The only machine gun I have is the regular machine gun, and yes it takes a while to destroy those barriers.

URL: http://forum.audiogames.net/viewtopic.php?pid=255331#p255331





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Survive the Wild!

2016-03-29 Thread AudioGames . net Forum — New releases room : Socheat via Audiogames-reflector


  


Re: Survive the Wild!

Hamada, as I sad earlier, the server seems to be down. sam might have been working on something.

URL: http://forum.audiogames.net/viewtopic.php?pid=255332#p255332





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: What happened to the cheats and mods section on the main site?

2016-03-29 Thread AudioGames . net Forum — Site and forum feedback : FabiG94 via Audiogames-reflector


  


Re: What happened to the cheats and mods section on the main site?

Your welcome.best regards.

URL: http://forum.audiogames.net/viewtopic.php?pid=255330#p255330





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Nano Empire: an iOS strategy game about creating your own world

2016-03-29 Thread AudioGames . net Forum — New releases room : kool_turk via Audiogames-reflector


  


Re: Nano Empire: an iOS strategy game about creating your own world

This is probably going slightly off topic, but why aren't there any openworld games in the blind comunity?Most games I've come accross have some sort of main story and that's fine, but once you finish them, they just get put aside and played occasionally.I suppose there are muds, but not many people are into muds.Something like Nano Empire would be cool if it was open world and you could do what ever you like.Getting back on topic, I do like the update, I had to start from scratch but that was probably for the best.Now I'm just taking my time with it.

URL: http://forum.audiogames.net/viewtopic.php?pid=255329#p255329





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: D&D groups

2016-03-29 Thread AudioGames . net Forum — General Game Discussion : Dragonlee via Audiogames-reflector


  


Re: D&D groups

So, is there someone with GM or general table top RPG experience that could step up and GM a practise session?

URL: http://forum.audiogames.net/viewtopic.php?pid=255328#p255328





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

  1   2   >