Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : stewie via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

Sorry to report yet another error:Choose a skill for Gwen AdrianusAttackIce SpikeFire BoltUse Fire Bolt on who?Giant Spider, woundedSystem.FormatException: Input string was not in a correct format.   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)   at System.Int32.Parse(String s)   at Ian.CombatEvent.HandleTimelineMarker(IntPtr parametersPtr) in C:\Data\Recent\Games\Sound\CombatEvent.cs:line 187   at Ian.CombatEvent.HandleFModCallback(EVENT_CALLBACK_TYPE type, IntPtr eventInstance, IntPtr parametersPtr) in C:\Data\Recent\Games\Sound\CombatEvent.cs:line 87Battle logGiant Spider uses Web Spew on BradleyGwen Adrianus uses Fire Bolt on Giant SpiderGiant Spider uses Web Spew on BradleyClose Battle LogGiant Spider has been defeated.Close Battle LogBattle logYou won!Items received: You won!Close Battle LogThis happened in the forest.

URL: http://forum.audiogames.net/viewtopic.php?pid=344529#p344529





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : Lirin via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

Hi guys,That is amazing you're sending logs and reporting bugs! Joseph will definitely appreciate that. I wish the game could be bugs free but as Joseph stated there wasn't that much time to test it extensively so every bit of support will help getting it better and better experience. @trajectory - Just use ctrl plus shift plus L to open the speech log and well, Hydra is kinda tricky, you will beat it, don't worry haha. 

URL: http://forum.audiogames.net/viewtopic.php?pid=344528#p344528





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : Trajectory via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

The following is a spoiler centric bug report, please ignore if you're not the dev team and don't want spoilers.Sometimes, while fighting the beast in the underground lake, an error occurs.I'm sorry, but I didn't know about the TTS log at the time, so I'll have to wait until next time it happens to get the full exception details and stack trace it spewed at me (I can't kill the boss just yet, so I'm sure I'll have time to reproduce it).It reports unknown event and that there was an error in the sound system.The game continues on, but the sinomatics for that round are skipped.Hopefully this gives you something to work with, though as a programmer myself I understand this might be totally useless without the exact details. I really need to be heading to bed though or I'd keep dying to the boss over and over until it cropped up again.It's been a great first day though.Regards,Jordan.

URL: http://forum.audiogames.net/viewtopic.php?pid=344527#p344527





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : ankr098 via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

--An error has occurred.  Please notify the game creator of this error.  You can copy the entire error to your clipboard by pressing control + C.  Then you can paste it into an email by pressing control + V and send the email to supp...@blindaudiogames.com.System.IO.FileLoadException: Could not load file or assembly 'System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)File name: 'System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes' ---> System.IO.FileLoadException: The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)   at Ian.GraphSearch.GetAStarVissy(ISimMap map, FPTile sourceNode, FPTile targetNode, Boolean includeDiagonals, Boolean canCrossImpassables)   at Ian.GraphSearch.AStar(ISimMap map, FPTile sourceNode, FPTile targetNode, Boolean includeDiagonals, Boolean canCrossImpassables) in C:\Data\Recent\Games\FirstPerson\GraphSearch.cs:line 26   at Ian.SeekPositionCommand.CalcPath() in C:\Data\Recent\Games\FirstPerson\AICommands.cs:line 157   at Ian.SeekPositionCommand.Process() in C:\Data\Recent\Games\FirstPerson\AICommands.cs:line 106   at Ian.GoalMachine.Process() in C:\Data\Recent\Games\FirstPerson\GoalMachine.cs:line 30   at Ian.MapScriptObject.TickAI() in C:\Data\Recent\Games\RPG\MapScriptObject.cs:line 108   at Ian.RPGGameLoop.InnerSingleLoop() in C:\Data\Recent\Games\RPG\RPGGameLoop.cs:line 87   at Ian.Perf.TimeIt(PerfInfo pi, SystemPerfInfo spi, Action command) in C:\Data\Recent\Games\Core\Perf2.cs:line 81   at Ian.RPGGameLoop.TimeInnerSingleLoop() in C:\Data\Recent\Games\RPG\RPGGameLoop.cs:line 30   at Ian.GameLoopLogic.RunLoops(IGameWorld ent, Action runSingleLoop, Double totalElapsedSeconds, Double fixedTimeStep) in C:\Data\Recent\Games\GameEngine\GameLoopLogic.cs:line 32   at Ian.RPGGameLoop.RunLoops() in C:\Data\Recent\Games\RPG\RPGGameLoop.cs:line 25   at Ian.MGGameWindow.Update(GameTime gameTime) in C:\Data\Recent\Games\Platform\MGGameWindow.cs:line 91   at Microsoft.Xna.Framework.Game.DoUpdate(GameTime gameTime)   at Microsoft.Xna.Framework.Game.Tick()   at Microsoft.Xna.Framework.OpenTKGamePlatform.RunLoop()   at Microsoft.Xna.Framework.Game.Run(GameRunBehavior runBehavior)   at Microsoft.Xna.Framework.Game.Run()   at Ian.MGGameWindow.Ian.IGameWindow.Run()   at Ian.RPGStartup.RunMainLogic() in C:\Data\Recent\Games\RPG\RPGStartup.cs:line 114   at Ian.RPGStartup.PerformStandardStartup() in C:\Data\Recent\Games\RPG\RPGStartup.cs:line 21---ОК   ---

URL: http://forum.audiogames.net/viewtopic.php?pid=344521#p344521





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : Dr . Bilbo J . Skywalker via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

Hey there Joseph.I bought the game earlier today and have been trying to run it ever since.I sent an email to you guys with the textfile that I found which contains the error I keep getting when the game loads up.In case it doesn't make it through or something, here it is.Could not load bank Data for RPG\Adventures\A Heros Call\FMOD Studio\Banks\Desktop Oculus\accessibility sounds.bank ERR_PLUGIN_MISSINGCould not load bank Data for RPG\Adventures\A Heros Call\FMOD Studio\Banks\Desktop Oculus\combat.bank ERR_PLUGIN_MISSINGCould not load bank Data for RPG\Adventures\A Heros Call\FMOD Studio\Banks\Desktop Oculus\global environment bank.bank ERR_PLUGIN_MISSINGCould not load bank Data for RPG\Adventures\A Heros Call\FMOD Studio\Banks\Desktop Oculus\Interactions - UI.bank ERR_PLUGIN_MISSINGIt keeps saying that, no matter what I do.It also continues saying something about not being able to find or load the general UI.Hopefully we can get this resolved soon.

URL: http://forum.audiogames.net/viewtopic.php?pid=344522#p344522





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

Re: OCR Usage

2017-12-29 Thread AudioGames . net Forum — Off-topic room : G-Rad via Audiogames-reflector


  


Re: OCR Usage

Flackers, yes you can actually manipulate the mouse movement with the number pad.   and you can review the whole screen.

URL: http://forum.audiogames.net/viewtopic.php?pid=344519#p344519





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

Re: The people behind TTS voices

2017-12-29 Thread AudioGames . net Forum — Off-topic room : Green Gables Fan via Audiogames-reflector


  


Re: The people behind TTS voices

Hi everyone, I am going to revive this thread to hopefully get some sort of clarification on a few things. I'm also working on something a little exciting, I hope.I saw a PDF file that contained instructions on how to build a speech synthesiser using a Moog Synthesiser module and various electronic manipulatives. Still, I wonder what people do exactly to model someone's voice. For instance, is eSpeak modelled after someone, or is it purely formant and not based on any model? Is there an in-between category between formant and concatenative? For instance, I heard that Eloquence and Microsoft Sam were primarily formant, but they also had some concatenative elements that were processed with digital signal processing as well.The Wikipedia article indicated that there was a third type of speech synthesis called articulatory speech synthesis, but it didn't describe hot it was made, or at least, it didn't delve into the details of the processes needed to model someone's vocal tract to make a speech synthesiser out of it.@FlybyChow, you said before you were interested in making your own speech synthesiser using concatenation. I.E. Using small segments of your voice along with some digital signal processing, or have someone model your vocal tract by recording different things to make an analysis. I don't know if there are accessible spectograms or whatever it is they use to replicate someone's voice using tones and noise. Anyhow, look at posts 52 and 57 of this topic. http://forum.audiogames.net/viewtopic.php?id=8877I found these recordings in the Festvox demo. http://www.festvox.org/history/klatt.html

URL: http://forum.audiogames.net/viewtopic.php?pid=344518#p344518





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

Re: question about the inoetics voices

2017-12-29 Thread AudioGames . net Forum — Off-topic room : electro via Audiogames-reflector


  


Re: question about the inoetics voices

Simba,You remembered when Samsung was purchasing Imnoetix at this tyme?Then if that's the case I unfortunately don't know how to resolve this at the moment.

URL: http://forum.audiogames.net/viewtopic.php?pid=344517#p344517





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : Dragons via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

Hi Joseph!!!For some reason when i clicking on purchase from paypal. The purchase link doesnt work for me. I need help.

URL: http://forum.audiogames.net/viewtopic.php?pid=344516#p344516





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

Re: winamp woes, please help

2017-12-29 Thread AudioGames . net Forum — Off-topic room : Dark via Audiogames-reflector


  


Re: winamp woes, please help

@Raygrote, Vlc isn't bad, but what it's main use is is for playing dvds and more recently blue rays.It's great for this, particularly because there are menu shortcuts to skip to specific titles or chapters or change audiotracks, which is a wonderful way of avoiding messing about with graphical dvd menus.For audio I was less keen, since while as Flacus said it does have a psacebar play/pause option, it also seemed to have slightly quirkier keys and an interface with lots of buttons etc when trying to look at music, I'm also not sure how many formats it does, though I didn't experiment too much with this.@flacus, the auto resume in sm player sounds nice, though I will say with winamp finding the c key for pause is something I've got used to. I remember when  had a really bad case of the flue and I bumpon marked my laptop's c key so that I could just reach over from my bed and find the controls.

URL: http://forum.audiogames.net/viewtopic.php?pid=344513#p344513





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

Re: OCR Usage

2017-12-29 Thread AudioGames . net Forum — Off-topic room : flackers via Audiogames-reflector


  


Re: OCR Usage

Other than just routing the mouse to the text you're on with NVDA numpad divide, then clicking, I don't know what else you could do with OCR. I don't know how you'd access sliders, knobs, buttons and stuff. Unless you can move the mouse around with the keyboard pixel by pixel like you can with jaws. With jaws OCR, you can OCR the whole screen, read it with the arrow keys, and the mouse moves along with the focus, so you're ready to click, or move the mouse using alt shift arrows to a button that might be just above the text or whatever. Though if you have jaws, simple scripts would do all this without having to OCR. If you want to get access to VST windows and you're not a programmer, jaws scripting is pretty invaluable, and that's why I can't fully switch to NVDA. I don't even know if you can move the mouse around in a predictable way with NVDA, let alone change the number of pixels it moves by, and have it announce colours and pixel coordinates as it goes. That kind of thing is pretty easily done with jaws scripting.

URL: http://forum.audiogames.net/viewtopic.php?pid=344512#p344512





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : angarag via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

How many machines can I install it on with single account? Is there any limit?

URL: http://forum.audiogames.net/viewtopic.php?pid=344514#p344514





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

Re: OCR Usage

2017-12-29 Thread AudioGames . net Forum — Off-topic room : flackers via Audiogames-reflector


  


Re: OCR Usage

Other than just routing the mouse to the text you're on with NVDA numpad divide, then clicking, I don't know what else you could do with OCR. I don't know how you'd access sliders, knobs, buttons and stuff. Unless you can move the mouse around with the keyboard pixel by pixel like you can with jaws. With jaws OCR, you can OCR the whole screen, read it with the arrow keys, and the mouse moves along with the focus, so you're ready to click, or move the mouse using alt shift arrows to a button that might be just above the text or whatever. Though if you have jaws, simple scripts would do all this without having to OCR. If you want to get access to VST windows and you're not a programmer, jaws scripting is pretty invaluable, and that's why I can't fully switch to NVDA. I don't even know if you can move the mouse around in a predictable way with NVDA, let alone change the number of pixels it moves by, and have it announce colours and grid coordinates as it goes. That kind of thing is pretty easily done with jaws scripting.

URL: http://forum.audiogames.net/viewtopic.php?pid=344512#p344512





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

Re: OCR Usage

2017-12-29 Thread AudioGames . net Forum — Off-topic room : Jack534 via Audiogames-reflector


  


Re: OCR Usage

When the OCR page opens, just browse through it and when you get to something you want to change press enter, that useally does it. But you need to reload the page every time you change something which is the part thats kind of anoying

URL: http://forum.audiogames.net/viewtopic.php?pid=344511#p344511





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

Re: Thinking on switching from iOS to android

2017-12-29 Thread AudioGames . net Forum — Off-topic room : Dark via Audiogames-reflector


  


Re: Thinking on switching from iOS to android

I'd like to try android at some point for curiosity, but at the moment the initial argument which stopped me even considering Android back in 2012 still seems to hold true unfortunately, namely what games, useful aps and other things can you get on  Android that are not available elsewhere? People know my opinion of Itunes as a platform and the way Ios handles music and data, however that doesn't stop the fact that there are still far more accessible games and other Aps unique to Ios that I'd miss on Android if I switched completely, and even if I considered Android as a possible extra system, I'm not absolutely sure of what Android could do for me that I do not already do on Ios/windows (not to mention my new Alexa). this isn't intended as an Android bash at all, I'm certainly not one of those raving Apple fan boys who thinks apple is god, it's just a genuine problem, since from what I've gathered  while it's certainly true Google's development policies as regards authorising aps and allowing data transfer etc are certainly nicer than  Apple's, I've just not really heard  of much which is unique that Android can practically do on a daily basis that would incline me to  invest time or money in it, much less switch from Ios. Indeed from what I've gathered Android seems to be a system where the user needs to put in a lot of time and effort learning the system, uninstalling bloat wear and reconfiguring and in the endn do less with it. After all while there are one or two unique android games, a lot are also repeated on Ios and there are still a lot of games and aps that run on  Ios but not Android.Whether the aps being produced for Google assistant will change this, or whether there will be enough  developers working on Android in the future I don't know., but that seems  to be where I am with this at the moment.it is why I bought an Iphone 8 this christmas (which is currently at my parents waiting to be unboxed and used), and never even considered Android as an alternative. Of course, if anyone can! tell me about stuff that Android can do  which is unique to it as a platform I'd very much like to know about it, and  certainly if I ever get the chance to try out an Android device, at  tech demonstration or the like I'll take it.

URL: http://forum.audiogames.net/viewtopic.php?pid=344510#p344510





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

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


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

this game roks!!!.

URL: http://forum.audiogames.net/viewtopic.php?pid=344509#p344509





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

Shadow realm help.

2017-12-29 Thread AudioGames . net Forum — General Game Discussion : cyco via Audiogames-reflector


  


Shadow realm help.

Hey.Does anyone have a walkthrough of this game for the Amazon Echo?

URL: http://forum.audiogames.net/viewtopic.php?pid=344508#p344508





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : rpgtank via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

I tried the game earlier and got this error. --An error has occurred.  Please notify the game creator of this error.  You can copy the entire error to your clipboard by pressing control + C.  Then you can paste it into an email by pressing control + V and send the email to supp...@blindaudiogames.com.System.NullReferenceException: Object reference not set to an instance of an object.   at Ian.FModSoundContext..ctor(IEnumerable`1 fileTokens, IFiles fileService, MySAPI sapi, SoundConfig cfg, Action`1 onError) in C:\Data\Recent\Games\Sound\FModSoundContext.cs:line 58   at Ian.SoundFactory.<>c__DisplayClass1.b__0() in C:\Data\Recent\Games\Sound\SoundInterfaces.cs:line 16   at Ian.ObjectManagerSingleton.New[T](Func`1 create, String extraInfo) in C:\Data\Recent\Games\Core\ObjectManagerSingleton.cs:line 55   at Ian.SoundFactory.MakeSoundContext(IEnumerable`1 fileTokens, IFiles fileService, MySAPI sapi, SoundConfig cfg, Action`1 onError) in C:\Data\Recent\Games\Sound\SoundInterfaces.cs:line 16   at Ian.RPGStartup.InitWorld(RPGWorld ent, String adventureFolder, CombinedFile cf) in C:\Data\Recent\Games\RPG\RPGStartup.cs:line 204   at Ian.RPGStartup.RunMainLogic() in C:\Data\Recent\Games\RPG\RPGStartup.cs:line 104   at Ian.RPGStartup.PerformStandardStartup() in C:\Data\Recent\Games\RPG\RPGStartup.cs:line 21---OK   ---

URL: http://forum.audiogames.net/viewtopic.php?pid=344507#p344507





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : Joseph Westhouse via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

@Crashmaster, #92: Reporting those errors to our support email would be incredibly helpful. Like I said in another post, we weren't able to test the final build nearly as extensively as we would have liked, but we thought it was important to stick to the announced release date. Errors like the ones you're reporting are very easy for us to patch, if you let us know what's missing. You can launch a log of speech using ctrl + shift + L and can copy that speech for your report, if that helps.

URL: http://forum.audiogames.net/viewtopic.php?pid=344506#p344506





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : animal metal via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

ah, deleteing the language file I'm using, then selecting the language  fixed the error thanks a lot guys!

URL: http://forum.audiogames.net/viewtopic.php?pid=344505#p344505





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : crashmaster via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

[[wow]], I tried to play the game and got lost in the sewers.I eventually got killed but hmmm.I have noticed a lot of acception errors, a lot of unknown events looks like missing files, ie rat byte melay attacks from some monsters, eating and drinking as well as equiping items works but generates file not found errors and stuff like that.I tried to play in normal but yeah, the game so far really is cool.I am interested with the number of high level items etc I can just take from chests and rooms etc.Still, the fact is that I can well play it and it rocks.But maybe there could be beginner quests this game is 1gb in size and its huge.I did run the update but it seems to want to update the same stuff each time you run the updater.Would be good to know if an update existed to run.

URL: http://forum.audiogames.net/viewtopic.php?pid=344504#p344504





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : Nick via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

nothing happens after I press the buy now button after I enter my Email address to buy the game.I'm using firefox.

URL: http://forum.audiogames.net/viewtopic.php?pid=344503#p344503





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : animal metal via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

lol thanks for the translation update... I thought i broke something ahahawell. I'm still getting some type of error. I'll just keep to english for now lol

URL: http://forum.audiogames.net/viewtopic.php?pid=344498#p344498





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : Joseph Westhouse via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

Much thanks to Ian for holding down the fort. Whew...I think I'm finally starting to catch my breath.Regarding the problem about needing to be online, you should not need to be online the whole time you play. In fact, after the initial log-in, you should be able to play the game completely offline. If you encounter any problems with this, absolutely let us know.

URL: http://forum.audiogames.net/viewtopic.php?pid=344501#p344501





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

Re: Looking for an accessible Python editor

2017-12-29 Thread AudioGames . net Forum — Developers room : Theo via Audiogames-reflector


  


Re: Looking for an accessible Python editor

Prajwal, what errors do you get in Ed Sharp?  I don't get any.Hrvoje, are there any features you want Ed Sharp to have?

URL: http://forum.audiogames.net/viewtopic.php?pid=344502#p344502





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

Re: Everdark Clash enters public beta

2017-12-29 Thread AudioGames . net Forum — New releases room : danang137 via Audiogames-reflector


  


Re: Everdark Clash enters public beta

Thank you! will try it now

URL: http://forum.audiogames.net/viewtopic.php?pid=344500#p344500





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : electro via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

[[wow]], now working after I was in a sleep!

URL: http://forum.audiogames.net/viewtopic.php?pid=344497#p344497





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : animal metal via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

lol thanks for the translation update... I thought i broke something ahaha

URL: http://forum.audiogames.net/viewtopic.php?pid=344498#p344498





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : threeblacknoises via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

Just saw that I got my e-mail.Downloading the game now...Do I have to be online the entire time I'm playing the game or just to activate it.Later!

URL: http://forum.audiogames.net/viewtopic.php?pid=344496#p344496





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

Re: Everdark Clash enters public beta

2017-12-29 Thread AudioGames . net Forum — New releases room : CAE_Jones via Audiogames-reflector


  


Re: Everdark Clash enters public beta

If the boat stops, the right edge of it is past the beacon, so you can just walk to it. Be careful, though, since you can easily slide off the edge.

URL: http://forum.audiogames.net/viewtopic.php?pid=344495#p344495





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : Ian Reed via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

When you are in a menu for buying things, you can usually press tab to switch to a sell menu.If anyone is getting an error when trying to use translation, please run the Updater.exe llocated in the game folder.It should download an update that fixes that problem.

URL: http://forum.audiogames.net/viewtopic.php?pid=344494#p344494





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : zkline via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

Are you supposed to be able to sell things? I'd assume so, but didn't see any mentions for it. It's possible I'm missing something obvious though.

URL: http://forum.audiogames.net/viewtopic.php?pid=344492#p344492





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : BryanP via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

I'm curious about selling stuff too. Right at the moment I've been exploring outside the north gate fighting critters and trying to find wolf pelts. I only have Gwen as I said, so I'm not sure if I should have more comrades. Still I'm definitely enjoying it so far.

URL: http://forum.audiogames.net/viewtopic.php?pid=344491#p344491





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : Ian Reed via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

If anyone has paid for the game, but still hasn't received an email from Out of Sight Games with instructions on how to download and play the game; you can visit this link and reenter your email address to get a new email sent out.https://BlindGamers.com/AHC/SendWelcomeEmail

URL: http://forum.audiogames.net/viewtopic.php?pid=344490#p344490





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

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


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

Just got my e-mail, downloading it as soon as I get up in the morning! Well, as long as my parents don't notice I'm not doing punching practice.

URL: http://forum.audiogames.net/viewtopic.php?pid=344489#p344489





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : Ian Reed via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

@boy, if you still haven't received an email from Out of Sight Games with instructions on how to download and play the game; you can visit this link and reenter your email address to get a new one sent out.https://BlindGamers.com/AHC/SendWelcomeEmail

URL: http://forum.audiogames.net/viewtopic.php?pid=344490#p344490





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

Re: Release Date Announcement for A Hero's Call

2017-12-29 Thread AudioGames . net Forum — New releases room : Valmorian via Audiogames-reflector


  


Re: Release Date Announcement for A Hero's Call

System.NullReferenceException: Object reference not set to an instance of an object.   at Ian.CombatEvent.HandleTimelineMarker(IntPtr parametersPtr) in C:\Data\Recent\Games\Sound\CombatEvent.cs:line 198   at Ian.CombatEvent.HandleFModCallback(EVENT_CALLBACK_TYPE type, IntPtr eventInstance, IntPtr parametersPtr) in C:\Data\Recent\Games\Sound\CombatEvent.cs:line 87and Error loading the Bump Canvas sound at line 81 in C:\Data\Recent\Games\Core\Perf2.cs

URL: http://forum.audiogames.net/viewtopic.php?pid=344485#p344485





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : BlindNinja via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

Been playing for the last 3 hours... this is gonna be dangerous. Can't seem to figure out how to sell stuff though, there's a whole bunch of junk in my inventory.

URL: http://forum.audiogames.net/viewtopic.php?pid=344488#p344488





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

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


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

Just bought the game. I can't wait to try playing it! Seems like I'll get a lot of playtime out of this. One question about downloading: do I need to enter an unlock code or something or do I just pay, download, install and play? I already payed 19.99, created an account on both Paypal and Out of Sight Games, and am just waiting for an e-mail to get the game.

URL: http://forum.audiogames.net/viewtopic.php?pid=344487#p344487





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : zkline via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

You might want to try changing your password on blindGamers to something a little simpler, mine didn't seem to like special characters much.

URL: http://forum.audiogames.net/viewtopic.php?pid=344486#p344486





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

Re: Release Date Announcement for A Hero's Call

2017-12-29 Thread AudioGames . net Forum — New releases room : Valmorian via Audiogames-reflector


  


Re: Release Date Announcement for A Hero's Call

System.NullReferenceException: Object reference not set to an instance of an object.   at Ian.CombatEvent.HandleTimelineMarker(IntPtr parametersPtr) in C:\Data\Recent\Games\Sound\CombatEvent.cs:line 198   at Ian.CombatEvent.HandleFModCallback(EVENT_CALLBACK_TYPE type, IntPtr eventInstance, IntPtr parametersPtr) in C:\Data\Recent\Games\Sound\CombatEvent.cs:line 87

URL: http://forum.audiogames.net/viewtopic.php?pid=344485#p344485





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : zub0 via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

hello all, not sure where to post this. I got the game, but have trouble unlocking the game. I put my credentials from blindgamers.com but nothing, it keeps giving me login failed. any help would be appreciated.

URL: http://forum.audiogames.net/viewtopic.php?pid=344482#p344482





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

Re: Release Date Announcement for A Hero's Call

2017-12-29 Thread AudioGames . net Forum — New releases room : Joseph Westhouse via Audiogames-reflector


  


Re: Release Date Announcement for A Hero's Call

Hi everyone,I'll catch up on posts and respond as needed once things settle down but wanted to let you know that if you purchased the game but never received a welcome email, please go to https://blindgamers.com/AHC/SendWelcomeEmail and re-enter your email to have it sent. Our email provider decided we must be robots because of all the traffic, and then the fix required a visual captcha (go figure). So sorry for the inconvenience!

URL: http://forum.audiogames.net/viewtopic.php?pid=344484#p344484





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : BryanP via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

It took a couple tries for me too but I eventually got it.

URL: http://forum.audiogames.net/viewtopic.php?pid=344483#p344483





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : JimmyDub via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

destroyer762 wrote:Someone mentioned that it should have been on steme. I am so glad it wasn't or I wouldn't even be able to play. I have been having trouble creating a steme account for ages. Also logging in to steme seems to not be accessible from the app. Unless you have a script wich I don't even have. I just purchased the game will have to download it.you can make the account straight from the steam web site and it works fine. a little bit of googling will take you a long way.

URL: http://forum.audiogames.net/viewtopic.php?pid=344481#p344481





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : BryanP via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

Been playing around with it and, while I have some quests from Father Ignatius, Jerome, the innkeeper and the general storekeeper I'm a bit confused. I'm not sure if a beginning character is up to those quests. I did manage to recruit Gwen I wonder if I should try and recruit more characters first.

URL: http://forum.audiogames.net/viewtopic.php?pid=344479#p344479





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

Re: 6 Swords - Fantasy Adventure game for Amazon Echo

2017-12-29 Thread AudioGames . net Forum — New releases room : bookrage via Audiogames-reflector


  


Re: 6 Swords - Fantasy Adventure game for Amazon Echo

I wasn't talking when I run away, but when monsters run away. Oftentimes in the wild outside of dungeons, if you encounter a group of monsters and kill several of them but not all of them, sometimes they will attack you once more and then it will say something like "Giant Bat has no more stomach for fighting," "You chase giant bat off the battlefield." or "The giant bat runs away."That is where the strange bug comes up.  I usually don't encounter the problem if it is a single monster though that I didn't quite kill. For example, Fire mephitis usually attack me by themselves with no help and if I chase the thing away but don't kill it, I don't have the problem of it showing up again, only when the battles have groups of monsters.Also, I have run away from many fights and my ammunition supply has not fallen. I might be shooting myself in the foot, but just wanted you to know that.also, if there are no werecreatures, why are there werebane weapons in some of the shops? or are you just saying that werecreatures are the same strength all the time?

URL: http://forum.audiogames.net/viewtopic.php?pid=344480#p344480





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : Jeffb via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

Awesome thanks!

URL: http://forum.audiogames.net/viewtopic.php?pid=344478#p344478





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : destroyer762 via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

Someone mentioned that it should have been on steme. I am so glad it wasn't or I wouldn't even be able to play. I have been having trouble creating a steme account for ages. Also logging in to steme seems to not be accessible from the app. Unless you have a script wich I don't even have. I just purchased the game will have to download it.

URL: http://forum.audiogames.net/viewtopic.php?pid=344477#p344477





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

Re: Happy Holidays and Game Updates!

2017-12-29 Thread AudioGames . net Forum — General Game Discussion : jyro22 via Audiogames-reflector


  


Re: Happy Holidays and Game Updates!

Hello, hope you had a nice Christmas.the following are solutions to common issues you can try. I've tested all the released games thoroughly on multiple Windows 10 and Windows 7 machines and I have very few issues aside from one or two minor ones in Airik later in the game such as in the final level. Installers work perfectly and the download page opens automatically following a purchase, so I've done a pretty thorough job at making sure these work, however there are some system issues known to occur depending. Check out these solutions and if your issue isn't resolved by this list, please email me at breakerboxstud...@gmail.com, I'm happy to help.Not playing all music or sounds? Make sure you've installed the ogg vorbis codec included in any of the game's folders. This installer will ensure your computer can play ogg audio files.D3D issues or DirectX make sure you have the most recent version of Direct X. Microsoft offers this for free.Make sure you're not running a program like Avast, as it tends to clash with the game engine.Character stepping on their own? Be sure that you plugged your controller in prior to playing and that nothing's leaning on your thumb stick. Be sure that you're running the game on a Windows based operating system, either Vista, 7, 8 or 10. You will get unexpected issues when trying to run on emulated Windows from a Mac or when trying to run from a Mac or Linux machine. I don't claim Mac or Linux compatibility for these games. Though I'll see what I can do about Mac compatibility for the next games. Working on some of the Edge bugs this weekend. This list is for the other four games, Airik, Kurt, Griff and Griff 2. Thank you!

URL: http://forum.audiogames.net/viewtopic.php?pid=344476#p344476





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : Ciri via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

Just entered my mail adress. Gonna get my copy now. Thanks to out of sight games for everything, you're doing a good Job.

URL: http://forum.audiogames.net/viewtopic.php?pid=344475#p344475





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : angel_diva22 via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

Glad to hear there is a way for us to get our copies. Going to get it now.

URL: http://forum.audiogames.net/viewtopic.php?pid=344474#p344474





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : Joseph Westhouse via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

Hi everyone,I'll catch up on posts and respond as needed once things settle down but wanted to let you know that if you purchased the game but never received a welcome email, please go to https://blindgamers.com/AHC/SendWelcomeEmail and re-enter your email to have it sent. Our email provider decided we must be robots because of all the traffic, and then the fix required a visual captcha (go figure). So sorry for the inconvenience!

URL: http://forum.audiogames.net/viewtopic.php?pid=344471#p344471





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : Liam via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

hahaha. OH man. Freakin captchas. So glad you guys got it fixed and are rolling again.

URL: http://forum.audiogames.net/viewtopic.php?pid=344473#p344473





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : ironcross32 via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

Got my copy, but my keyboard died on me, recharging it now and using the crappy laptop one with the missing L key which I am triggering by pressing the rubber dome. I'll try with the controller I have and see how that experience differs from keyboard.

URL: http://forum.audiogames.net/viewtopic.php?pid=344472#p344472





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : Liam via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

either that or switch to a provider who handles mass emailing like sendgrid or similar.

URL: http://forum.audiogames.net/viewtopic.php?pid=344470#p344470





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : Quasar via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

What I'm not sure some of you realize is that the issue here has nothing directly to do with the company. Their email provider, whomever that is, prevented the legitimate emails from going out because they saw large amounts of emails in a short period of time and it tripped a spam filter. In other words, their email service thought they might be sending mass spam so shut them down. To get things goings going again they will likely have to talk to a human, who will then need to go in and manually activate things and trigger the emails, all of which takes time.

URL: http://forum.audiogames.net/viewtopic.php?pid=344469#p344469





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

Re: Thinking on switching from iOS to android

2017-12-29 Thread AudioGames . net Forum — Off-topic room : austingrace via Audiogames-reflector


  


Re: Thinking on switching from iOS to android

Hey all. I really appreciate your feedback. I consider myself very technical minded so I don't mind a challenge if you will. I'm currently paying for my 8 plus through the tmobile jump program. Another thought i had was trading the phone back to tmobile and get the note 8 and an iPad through them. I still want IOS in my life for seeing AI and blindsquare and things like that.  But nearby explorer is good on android as well. Also another thing, I'm a very heavy braille user and have grown to like using my smart beetle with my iPhone and voiceover.  The main reason why I have not gotten the note 8 is because I don't want to buy the phone and find that BRLTTy will not fit my needs. I do know that brailleback  does not work with the smart beetle.

URL: http://forum.audiogames.net/viewtopic.php?pid=344381#p344381





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : Ciri via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

Just bought the game but don't get a link because of their E-Mail Thing.. So i'm going to wait and try to get away my boredom 

URL: http://forum.audiogames.net/viewtopic.php?pid=344468#p344468





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : Liam via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

I don't think putting a game on Steam is as easy as putting a game on Steam. There are a number of hoops you have to jump through from what has been explained to me.

URL: http://forum.audiogames.net/viewtopic.php?pid=344467#p344467





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : JimmyDub via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

ah didn't se the other post

URL: http://forum.audiogames.net/viewtopic.php?pid=344465#p344465





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : JimmyDub via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

Diegogaribay wrote:Well I am yet another person who bought the game and has no link.  I wish we had a system where they could tell us if the link is coming. like what number in line are you or something. At lease a way to know they are aware you need a link!if they would have just put it on steam we wouldn't have this problem.

URL: http://forum.audiogames.net/viewtopic.php?pid=344466#p344466





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : electro via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

so the server is overloaded like an old computer running windows 1.0...

URL: http://forum.audiogames.net/viewtopic.php?pid=344464#p344464





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : Liam via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

from twitter. quoting Out of Sight Games: Seems our email service decided to freeze us because we were generating too much traffic. Apologies - were working on resolving this and getting info to those of you who never got emails.

URL: http://forum.audiogames.net/viewtopic.php?pid=344463#p344463





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : Liam via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

I think the first priority for them is to fix it, and then make updates. It's possible they may have to send out codes by hand or do some other manual task which takes them away from reading forums and answering mail and stuff.

URL: http://forum.audiogames.net/viewtopic.php?pid=344462#p344462





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : Diegogaribay via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

I wish the admins for out of sight games would give us a small update. Unless it is unchanged I will happily wait! weee!

URL: http://forum.audiogames.net/viewtopic.php?pid=344461#p344461





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : threeblacknoises via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

It better fix itself soon, if only so I can get my e-mail to download the game.So excited!Hurry up server, fix yourself!Later!

URL: http://forum.audiogames.net/viewtopic.php?pid=344460#p344460





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : angel_diva22 via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

Yeah I can't wait till this is fixed. I have been saving money to get this, smiles. But we'll just have to wait patiently, even though, I know, it is hard. 

URL: http://forum.audiogames.net/viewtopic.php?pid=344459#p344459





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : Liam via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

All we can do is wait for the server to fix itself. It ende dup keeping my stream from going on, but hey. I'm glad the game is popular, and that people were so anxious to get it they took down a server. I agree with others. I don't think that's ever happened before.

URL: http://forum.audiogames.net/viewtopic.php?pid=344458#p344458





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

OCR Usage

2017-12-29 Thread AudioGames . net Forum — Off-topic room : G-Rad via Audiogames-reflector


  


OCR Usage

Of course we NVDA users have OCR and some say that they use it to operate plugins and VST's but I have a question regarding that.   How the hell do you actually use this other than to read a document of the text on the screen in an image?  Basically I get this impression that when I use OCR, it brings up a document text file on the screen that you just read through and that's it.  How do people get it to read plugins or navigate objects? that's what pesters me, haha.  I'm such a rookie!

URL: http://forum.audiogames.net/viewtopic.php?pid=344457#p344457





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : Diegogaribay via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

Well I am yet another person who bought the game and has no link.  I wish we had a system where they could tell us if the link is coming. like what number in line are you or something. At lease a way to know they are aware you need a link!

URL: http://forum.audiogames.net/viewtopic.php?pid=344455#p344455





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

Re: judgement day on windows 10

2017-12-29 Thread AudioGames . net Forum — General Game Discussion : austingrace via Audiogames-reflector


  


Re: judgement day on windows 10

Judgment day is fine on win 10 but it is very fast. Like the beginning cutscenes  overlap because win 10 just runs things so quick. But yes the checkup file is a must. It has helped me many times to run older software.  Also it helps to get super Liam running under win 10 as well.

URL: http://forum.audiogames.net/viewtopic.php?pid=344456#p344456





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

Re: So you thought invaded was dead?

2017-12-29 Thread AudioGames . net Forum — New releases room : brian . kurosawa via Audiogames-reflector


  


Re: So you thought invaded was dead?

Now it's undead.

URL: http://forum.audiogames.net/viewtopic.php?pid=344454#p344454





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

question about the inoetics voices

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


  


question about the inoetics voices

Hey all.Somewhere in february this year I bought inoetics john as a speach synthesizer.Due to some reasons I had to uninstall the voice and today, I want to reinstall it.I am now facing the problem of activating the voice again, if I remember correctly, I had to create an account with inoetics to purchase the voice.Problem is that I firstly can't find an account page on the website and second, I read the news that inotics has discontinued their services in the beginning of july.So, is there any way I can retain my registration key somewhere?Thanks in advanceGreetings Moritz.

URL: http://forum.audiogames.net/viewtopic.php?pid=344452#p344452





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : hadi . gsf via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

any statements from out of sight games?

URL: http://forum.audiogames.net/viewtopic.php?pid=344450#p344450





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : hadi . gsf via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

JimmyDub wrote:if it is for windows 10, then everyone enjoy the game, because I will not buy it. was on windows 10 for a while, and all I dealt with is random crashes and shit like that. I have a laptop with 10, but I'd rather play on my desktop for sure.as slj just mentioned. it is not only for windows 10.

URL: http://forum.audiogames.net/viewtopic.php?pid=344453#p344453





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : JimmyDub via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

if it is for windows 10, then everyone enjoy the game, because I will not buy it. was on windows 10 for a while, and all I dealt with is random crashes and shit like that. I have a laptop with 10, but I'd rather play on my desktop for sure.

URL: http://forum.audiogames.net/viewtopic.php?pid=344451#p344451





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : Game Man via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

Hi guysI think that due to overwhelming downloads and emails being sent, the server is struggling so I think we'll all have to be a little patient. On the bright side, this means that we've probably broken a few records for most anticipated audio game and the first audio game launch to have server problems because of overwhelming activity due to people's excitement.

URL: http://forum.audiogames.net/viewtopic.php?pid=38#p38





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : JimmyDub via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

SO. kind of confused here. heard a ton of things on twitter about the downloads and windows 10 thing. now is this game only for windows 10? also did anyone get it downloaded? was gonna buy it, then saw the windows 10 thing. so would like to hear from both the dev and others on this.

URL: http://forum.audiogames.net/viewtopic.php?pid=35#p35





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : SLJ via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

JimmyDub wrote:SO. kind of confused here. heard a ton of things on twitter about the downloads and windows 10 thing. now is this game only for windows 10? also did anyone get it downloaded? was gonna buy it, then saw the windows 10 thing. so would like to hear from both the dev and others on this.The game does also work on Windows 7 for sure.

URL: http://forum.audiogames.net/viewtopic.php?pid=37#p37





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : connor142 via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

makes me wonder about the innicial revenue and how many copies were sold...

URL: http://forum.audiogames.net/viewtopic.php?pid=39#p39





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : Ciri via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

Thank you SLJ, gonna buy the game now. Don't think I'll Play it that much, due to the fact that it is 1 o'clock at night. But I'm freaking excited!

URL: http://forum.audiogames.net/viewtopic.php?pid=36#p36





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

Re: Thinking on switching from iOS to android

2017-12-29 Thread AudioGames . net Forum — Off-topic room : joshknnd1982 via Audiogames-reflector


  


Re: Thinking on switching from iOS to android

I use a blu energy x android 5.1 with latest talkback. it works fine for my daily needs. and in february I plan on getting a moto e4 plus with android 7.1 on it.

URL: http://forum.audiogames.net/viewtopic.php?pid=33#p33





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : SLJ via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

Ciri wrote:Hey Folks,Just a Little question. I'll buy myself a new hard drive on next week or somthing like that. If I buy the game now can I Play it on my new hard dirve? because I have to redownload my operating System and everything installed. And antoher question: My girlfriend wnats to Play the gmae too, do i have to buy the game twice or can we use the same product key?Yes, you can play it on an other harddrive. You need to create an account on blindgamers.com which acts as your licens to the game. Then you just sign in using your account and start to play.I don't know if playing by a wife, gf or an other family member is considered as the same person, like if it's okay that they borrow your account. I'll let this be answered by the guys behind out of sight games.

URL: http://forum.audiogames.net/viewtopic.php?pid=34#p34





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : Ciri via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

Hey Folks,Just a Little question. I'll buy myself a new hard drive on next week or somthing like that. If I buy the game now can I Play it on my new hard dirve? because I have to redownload my operating System and everything installed. And antoher question: My girlfriend wnats to Play the gmae too, do i have to buy the game twice or can we use the same product key?

URL: http://forum.audiogames.net/viewtopic.php?pid=32#p32





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : SLJ via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

[ a-t ] zub0 and ryok: THe server seems to be overloaded. People who have backed the game on Kickstarter haven't received the mail containing the download link yet. So I think patience is the key, knowing all about how hard it is to wait... I don't know if the guys behind out of sight games are doing anything manually to send out all those mails. If they are, then I'm sure they are currently more busy than we ever could imagine. If everything is happening automatically, their server is overloaded, for sure. 

URL: http://forum.audiogames.net/viewtopic.php?pid=31#p31





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : ryok via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

Hi there.First of all, I'd like to Congratulate you for releasing the game after 5 years filled with hard work. I wish you all the best and thanks for everything you've done.I have a slight problem. I bought the game but I didn't get an email yet.Keep up the great work!Thanks

URL: http://forum.audiogames.net/viewtopic.php?pid=344437#p344437





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : danang137 via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games



URL: http://forum.audiogames.net/viewtopic.php?pid=344438#p344438





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : harrylst via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

How does the unlocking system work?

URL: http://forum.audiogames.net/viewtopic.php?pid=344439#p344439





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : crashmaster via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

Yes, whoever said that the entire blind community couldn't crash the server The entire thing got to 43% and then just dropped and now just doesn't download at all.But yeah, going to have to do something else till the server calms down, something like going to www.youtube.com/liamerven and listening to his stream maybe.server is really slow now, [[wow]], this game, we are actually crashing the server, this happens with mainstreamers, if its that good we have the hallmarks of a good game.The order process worked fine enough though.lets see if the game will work for us today.

URL: http://forum.audiogames.net/viewtopic.php?pid=30#p30





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : SLJ via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

danang137 wrote:Hello.Could we have the demo version please? I don't have the money so I want to try the demo.Sorry, no demo version is available, and there will not be a demo version soon. The way the game is designed makes it very difficult to make a demo version, because everything is kind of linked together. So for this reason, and properly other reasons as well, there is no demo version available.

URL: http://forum.audiogames.net/viewtopic.php?pid=344432#p344432





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : aaron77 via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

[[wow]].I haven't gotten far in the game in terms of story but the attention put to sound design is amazing.I'm sitting outside of the governor's home and just listening to a gardener walk around gardening while I write this post.  I also hear a dog, and some city guards wandering around in amazing 3d sound.  if some of you are still on the fence about this, I can't speak much for the game's combat mechanics or story yet, but the sound design so far makes it better than any other audio game out there.  Plenty of audio games have very high quality audio, like A Blind Legend, but that usually only extends to cut scenes.  The only games that could compare would be the games by Somethin' else like Papa Sangre, the Nightjar, Audio Defense, etc.

URL: http://forum.audiogames.net/viewtopic.php?pid=344434#p344434





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : electro via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

Yes, the server is overloaded. Maybee I should wait in the tyme when I am here.

URL: http://forum.audiogames.net/viewtopic.php?pid=344435#p344435





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : zub0 via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

what do we do if we don't get an email with a link? I had to go to the blindgamers site myself and set up an account there, but don't see the game listed.

URL: http://forum.audiogames.net/viewtopic.php?pid=344433#p344433





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

Re: Everdark Clash enters public beta

2017-12-29 Thread AudioGames . net Forum — New releases room : danang137 via Audiogames-reflector


  


Re: Everdark Clash enters public beta

HelloPlease could someone help me how to complete episode 7? I go to the bote, and I here the bekon but I cant get throu it

URL: http://forum.audiogames.net/viewtopic.php?pid=344431#p344431





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : danang137 via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

Hello.Could we have the demo version please? I don't have the money so I want to try the demo.

URL: http://forum.audiogames.net/viewtopic.php?pid=344430#p344430





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : Valmorian via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

the minstral talks about playing music and paying him to play music but doesn't seem to actually be playing any also unless I'm missing something there is no way to react with the merc

URL: http://forum.audiogames.net/viewtopic.php?pid=344429#p344429





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : SLJ via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

Nick wrote:does the game work on windows 7 64bit?Yes, sure it does.

URL: http://forum.audiogames.net/viewtopic.php?pid=344428#p344428





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : Nick via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

does the game work on windows 7 64bit?

URL: http://forum.audiogames.net/viewtopic.php?pid=344424#p344424





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

Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

2017-12-29 Thread AudioGames . net Forum — New releases room : mata via Audiogames-reflector


  


Re: A Hero's Call: an Accessible Fantasy RPG from Out of Sight Games

The server sure exploded when 35 downloads come through at once.

URL: http://forum.audiogames.net/viewtopic.php?pid=344425#p344425





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

  1   2   3   >