Re: Problem using screen reader output libraries in python3

2018-10-31 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector


  


Re: Problem using screen reader output libraries in python3

Launching the program from a different location changes the working directory, so when it goes to look for the required files, it won't find them. You'll need to check for the files directory and change the current working directory in your program with the sys and os libraries before you do anything else. Example:#the script is called test.py
import os,sys

#print the Current Working Directory
print(os.getcwd())

#print the files directory, note this can contain other data
print(sys.argv)

#change the current directory to the files directory, but
#remove the name of the file from the string.
os.chdir(sys.argv[0].strip('test.py'))

#print new current working directory
print(os.getcwd())For Tolk you'll need Tolk.py, Tolk.dll, and if your going with the x86 drivers you'll also need dolapi32.dll, nvdacontrollerclient32.dll, and SAAPI32.dll.

URL: http://forum.audiogames.net/post/389959/#p389959




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


Re: Streaming at 3:00 Central Time Nov 1, please tune in

2018-10-31 Thread AudioGames . net Forum — General Game Discussion : The Dwarfer via Audiogames-reflector


  


Re: Streaming at 3:00 Central Time Nov 1, please tune in

So guys, we now have a discord server up, and the link for that has been posted on my podcast page. The stream is still scheduled for 3:00 PM or 15:00 Central on Thursday November 1. For reference, it is just after 12:00 AM or 0:00 as I right this post, so hope you can gather the hour from that.In addition to using the discord, if you really don't like discord, you can tweet me [a-t] stevo399. I'll be checking both during tomorrow's podcast.Hope to see you there!

URL: http://forum.audiogames.net/post/389965/#p389965




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


Re: game console accessibility for the totally blind

2018-10-31 Thread AudioGames . net Forum — General Game Discussion : assault_freak via Audiogames-reflector


  


Re: game console accessibility for the totally blind

Which game did they voice the main menu for? And I'm not talking specifically about EA, but in general. And you're not reading the part about people needing to have this approved. lol It isn't as simple as that. And PC isn't considered a console, as such, but yes, I see what you mean about itbeing on two platforms. The ps4's tts doesn't come into the picture at all here, though.

URL: http://forum.audiogames.net/post/389964/#p389964




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


Re: game console accessibility for the totally blind

2018-10-31 Thread AudioGames . net Forum — General Game Discussion : JLove via Audiogames-reflector


  


Re: game console accessibility for the totally blind

Except if you hook it to the narrator API from the ground up, then you don't have the problem of having to add it.  Do it from day one, and it makes it a lot easier.  And as far as only one console, that would be incorrect, as both Windows and XB have narrator, and U.S. PS systems have TTS as well.  Even if for whatever reason you couldn't access Sony's, it would be implemented in both XB and Windows, so not just one console.

URL: http://forum.audiogames.net/post/389961/#p389961




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


Re: game console accessibility for the totally blind

2018-10-31 Thread AudioGames . net Forum — General Game Discussion : assault_freak via Audiogames-reflector


  


Re: game console accessibility for the totally blind

But they have to code, test, code, and test the essential parts of the game. Hooking it to the Narrator API is a secondary thing that isn't critical to the game's success, and so will be lower on the priority list. I'm not trying to be difficult, just playing devil's advocate. I have a cousin who worked for EA for a time, and it's not as simple as we might think it is. People can spend hours testing one command in a fighting game, for example... and set against that, making the menus talk for only one market on one specific console is far from a priority.

URL: http://forum.audiogames.net/post/389958/#p389958




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


Re: game console accessibility for the totally blind

2018-10-31 Thread AudioGames . net Forum — General Game Discussion : JLove via Audiogames-reflector


  


Re: game console accessibility for the totally blind

Except the man power is already there.  I am pretty sure that these mainstream companies have huge teams of people who do absolutely nothing but code, and test, and code.  They wouldn't have to hire anyone outside the company, and those people are probably already on salary anyway.

URL: http://forum.audiogames.net/post/389957/#p389957




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


Re: Oh Shit!

2018-10-31 Thread AudioGames . net Forum — New releases room : electro via Audiogames-reflector


  


Re: Oh Shit!

Hi Steve,When I lounch the game for the first tyme, it sayed that no tts was detected, followed by an error that cannot load the script the or something mememememé, containing a log which you need to resolve.Traceback (most recent call last):  File "the.py", line 7, in   File "functions.py", line 186, in mainmenu  File "functions.py", line 1328, in init_local_scores  File "functions.py", line 1239, in save_scores  File "classes.py", line 87, in AttributeError: 'NoneType' object has no attribute 'get_voice'I'm using Windows 10 64 bits.

URL: http://forum.audiogames.net/post/389953/#p389953




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


Re: Announcement that Aprone is no longer a forum moderator

2018-10-31 Thread AudioGames . net Forum — Site and forum feedback : cartertemm via Audiogames-reflector


  


Re: Announcement that Aprone is no longer a forum moderator

Hello,This is rather sad and surprising news. I personally found you to be the most level-headed and trustworthy member of the forums staff, all things considered. It seemed like you were able to hold matters together quite well, which can certainly get difficult in a community such as this.Recent going-ons here have been a matter of some concern to me, but just another day under the sun I guess.Hopefully you'll be able to occupy your time more constructively and in a less toxic environment, thanks for the helpful hand you've lend here.Maybe a step forward just to step back, maybe we'll start seeing some progress? Only time will tell. Either way folks, there's always reddit. 

URL: http://forum.audiogames.net/post/389951/#p389951




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


Re: Favorite Videogame Music

2018-10-31 Thread AudioGames . net Forum — Off-topic room : Dragomier via Audiogames-reflector


  


Re: Favorite Videogame Music

A few extra ones I'd forgotten:Angry Birds done by London Symphony OrchestraGod Of War III OvertureRiver Twigz Bed from Super Paper MarioThat about covers it.

URL: http://forum.audiogames.net/post/389950/#p389950




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


Re: game console accessibility for the totally blind

2018-10-31 Thread AudioGames . net Forum — General Game Discussion : JLove via Audiogames-reflector


  


Re: game console accessibility for the totally blind

@Assault, again, I'm not sure how implementing accessibility in narrator hurts any developer or depletes "resources."  Exactly what resources are you referring to?  The only resources needed to implement that are knowledge of code, and time implementing said code.  It's not like implementing that somehow hurts the developer's wallet.  And @28, yeah, there are topics on mainstream games, but they're all spread out, and someone looking to see what's out there has to wade through hundreds, maybe thousands of posts, when it would be much easier to have a comprehensive list somewhere.

URL: http://forum.audiogames.net/post/389949/#p389949




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


Re: The Puppetmaster 1.0b NSFW COMPLETE

2018-10-31 Thread AudioGames . net Forum — New releases room : KenshiraTheTrinity via Audiogames-reflector


  


Re: The Puppetmaster 1.0b NSFW COMPLETE

I gave this game a look and was in the process of playing it in chrome when my phone died lol. From what I've seen, that is from the beginning to when Susan reaches the mansion, there are a few grammatically rough areas. For example there is a passage where the same word is repeated 4 or 5 times within the span of 2 sentences. Also, where the taxi picks her up has 2 differently worded passages that show her getting into the cab so that it looks like its happening twice but from different angles. Besides that though, its an interesting setup and I want to see where it goes, so I'll see it through. Thanks for posting it here. :]

URL: http://forum.audiogames.net/post/389944/#p389944




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


Re: really think about unregistering toom hunter

2018-10-31 Thread AudioGames . net Forum — General Game Discussion : JLove via Audiogames-reflector


  


Re: really think about unregistering toom hunter

Is running this game dependent on his server being up at all times?

URL: http://forum.audiogames.net/post/389928/#p389928




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


Re: Announcement that Aprone is no longer a forum moderator

2018-10-31 Thread AudioGames . net Forum — Site and forum feedback : darren via Audiogames-reflector


  


Re: Announcement that Aprone is no longer a forum moderator

i'm sorry you have left the team aprone, personally i think you were one of the better mods in terms of how you respond to people etc.

URL: http://forum.audiogames.net/post/389924/#p389924




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


Re: Announcement that Aprone is no longer a forum moderator

2018-10-31 Thread AudioGames . net Forum — Site and forum feedback : arqmeister via Audiogames-reflector


  


Re: Announcement that Aprone is no longer a forum moderator

Ironcross's appeal is smoke at this point. I haven't seen any emails. I'll see about creating that room if someone else doesn't beat me to it.

URL: http://forum.audiogames.net/post/389923/#p389923




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


Re: audiogames, why they were good and now not good

2018-10-31 Thread AudioGames . net Forum — General Game Discussion : CAE_Jones via Audiogames-reflector


  


Re: audiogames, why they were good and now not good

AHC was made by a team, fwiw.If someone wants to make a studio and have a bunch of devs in one place, that might help a bucket. But then we come back to money.

URL: http://forum.audiogames.net/post/389920/#p389920




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


Re: Announcement that Aprone is no longer a forum moderator

2018-10-31 Thread AudioGames . net Forum — Site and forum feedback : aaron via Audiogames-reflector


  


Re: Announcement that Aprone is no longer a forum moderator

Hi,I, personally, ahve not seen Ironcross's appeal so I do not know where that went.

URL: http://forum.audiogames.net/post/389921/#p389921




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


Re: game console accessibility for the totally blind

2018-10-31 Thread AudioGames . net Forum — General Game Discussion : assault_freak via Audiogames-reflector


  


Re: game console accessibility for the totally blind

@24, Well said, and pretty much everything I would want to say.

URL: http://forum.audiogames.net/post/389916/#p389916




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


Re: What Are You Dressing up as on Halloween

2018-10-31 Thread AudioGames . net Forum — Off-topic room : electro via Audiogames-reflector


  


Re: What Are You Dressing up as on Halloween

[[a'u:]]!My nephiew was going to be dressed as a ghost, but no luck.I was going to be dressed as a ghost of my imagination, I called him Jerónimo.Kind of a rememberance was that?

URL: http://forum.audiogames.net/post/389912/#p389912




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


Re: really think about unregistering toom hunter

2018-10-31 Thread AudioGames . net Forum — General Game Discussion : JLove via Audiogames-reflector


  


Re: really think about unregistering toom hunter

Yeah, you posted, but didn't actually support your post with any facts.  I'm confused.

URL: http://forum.audiogames.net/post/389911/#p389911




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


Re: audiogames, why they were good and now not good

2018-10-31 Thread AudioGames . net Forum — General Game Discussion : JLove via Audiogames-reflector


  


Re: audiogames, why they were good and now not good

Ok, fine, I will do it this way, even though it seems to me that my point in and of itself should be understood, and the question itself should be able to be answered, but I'll get specific and see if that gets an actual answer.  AHC has gotten positive feedback for the most part.  Swamp has also gotten mostly good feedback.  VGStorm has had some pleasing games to its credit.  SR and the BK series both got good feedback.  That right there is at least five devs.  Why can't those 5 devs get together and create something awesome?  Pool their knowledge, experience, resources, tools, and strengths.  Seems to me that if a group were to do that, it wipes out all the arguments about lack of those things that have been posted.  Seems like a no-brainer, yet as far as I know, something like that has never been done, and I don't understand why.

URL: http://forum.audiogames.net/post/389909/#p389909




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


Re: game console accessibility for the totally blind

2018-10-31 Thread AudioGames . net Forum — General Game Discussion : assault_freak via Audiogames-reflector


  


Re: game console accessibility for the totally blind

It's a vicious circle... if you don't buy, then they won't change because noone will buy their consoles if they do. There's no profit in providing features for a non existent market.And currently, no devs are using voiceovers for menus and the like... and the reason is the same as sony's. They don't have a need to send text to narrator, because all they care about is getting the game out. Making use of the API only appeals to one market, and it's a very, very small market. It would also take time and resources away that could be spent on better things, from their point of view.

URL: http://forum.audiogames.net/post/389907/#p389907




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


Re: game console accessibility for the totally blind

2018-10-31 Thread AudioGames . net Forum — General Game Discussion : JLove via Audiogames-reflector


  


Re: game console accessibility for the totally blind

I wonder what is preventing devs from actually using the narrator API?  If it is possible to just send text to narrator so that menus and the like can be read, then why don't they?  It certainly seems like that would be less hassle than getting a human to do voiceovers of everything.  And you could do it with literally all in-game menus, not just one or two of them.  I don't see the downside.Actually, I sort of think that the opposite is true...buying their consoles doesn't give them incentive to change, because by buying their console, what you're saying is, "it's okay that you basically don't give a damn about us, but I'll give you money anyway."  To me, that just endorses their behavior, and gives them no reason to change, because they'll just say, "well, it doesn't matter if we address this, because they'll still give us money anyway."

URL: http://forum.audiogames.net/post/389906/#p389906




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


Re: Restricted/new users: introduce yourself!

2018-10-31 Thread AudioGames . net Forum — Introduce Yourself to Gain Access : electro via Audiogames-reflector


  


Re: Restricted/new users: introduce yourself!

Wow look at that!I think we'll have a party here when it's my birthday...

URL: http://forum.audiogames.net/post/389905/#p389905




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


really think about unregistering toom hunter

2018-10-31 Thread AudioGames . net Forum — General Game Discussion : dj_clue via Audiogames-reflector


  


really think about unregistering toom hunter

In august i preordered my key for toom hunter. I installed the key so when the game came out i could have the whole game. Then september came. I was so pumped up about the game. When the game came out i had high expectations. Then a new update came out. I injoyed it until level 10. Mason said there would be a new update. But so far. My expectations are really low on this game. I do think it needs some improvements. I do think he should've waided another month.

URL: http://forum.audiogames.net/post/389904/#p389904




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


Re: to wear or not to wear an apple watch, that is the question

2018-10-31 Thread AudioGames . net Forum — Off-topic room : SirBadger via Audiogames-reflector


  


Re: to wear or not to wear an apple watch, that is the question

I wear a braille watch nobody would care about. so they don't assume I have a phone or think I'm a posing idiot who baught an I Watch just because they thinkn it's cool. my watch does what a watch is meant to, it tells the time. if I want to do any of the other stuff, I use my I phone. that's it's job. never saw the point in paying for something that controls something that's already in your pocket. io guess it depends how lazy you are. maybe it's slightly quicker to change tracks on your watch than to actually get your phone out and do it.

URL: http://forum.audiogames.net/post/389903/#p389903




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


Re: to wear or not to wear an apple watch, that is the question

2018-10-31 Thread AudioGames . net Forum — Off-topic room : TJT1234 via Audiogames-reflector


  


Re: to wear or not to wear an apple watch, that is the question

SirBadger, so are you opposed to all watches, because most good watches are more expensive than the Apple Watch, and most people now also carry around a smartphone.

URL: http://forum.audiogames.net/post/389902/#p389902




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


Re: audiogames, why they were good and now not good

2018-10-31 Thread AudioGames . net Forum — General Game Discussion : Ethin via Audiogames-reflector


  


Re: audiogames, why they were good and now not good

@114, Oh, I see the advantages. One thing I think makes that problematic is that we may not reach a consensus on who's a "top Dev", or what idea we'd want to engineer. For instance, those who haven't really developed for this community (i.e. myself) may not be considered a "top developer" purely because I haven't developed anything particularly targeted at this community on my own. So not only would that idea be extremely problematic, it would be ultimately exclusive. Who qualifies as a 'top developer'. How would we assess someone to determine if they are a 'top developer'?

URL: http://forum.audiogames.net/post/389898/#p389898




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


Re: The Puppetmaster 1.0b NSFW COMPLETE

2018-10-31 Thread AudioGames . net Forum — New releases room : redfox via Audiogames-reflector


  


Re: The Puppetmaster 1.0b NSFW COMPLETE

never mind, I found it

URL: http://forum.audiogames.net/post/389897/#p389897




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


Re: Can we do something about begging topics, please?

2018-10-31 Thread AudioGames . net Forum — Site and forum feedback : defender via Audiogames-reflector


  


Re: Can we do something about begging topics, please?

Yeah, agreed, but it still hasn't happened...

URL: http://forum.audiogames.net/post/389894/#p389894




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


Re: JAWS Home Annual and JAWS 19 is out

2018-10-31 Thread AudioGames . net Forum — Off-topic room : austingrace via Audiogames-reflector


  


Re: JAWS Home Annual and JAWS 19 is out

And everyone just yawned after reading about this. LOL I have never seen a long and drawn out change log until now.

URL: http://forum.audiogames.net/post/389891/#p389891




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


Re: are there any online multy player sidescroalers

2018-10-31 Thread AudioGames . net Forum — General Game Discussion : Vazbol via Audiogames-reflector


  


Re: are there any online multy player sidescroalers

You know, a side-scrolling team fighter would be awesome if someone made it.  Get teams of 3-5 players to fight it out in a gigantic side-scrolling arena.  And I don't mean played as a side-scroller, but one that imposes the more restrictive movements of mainstream fighters.

URL: http://forum.audiogames.net/post/389888/#p389888




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


Re: are there any online multy player sidescroalers

2018-10-31 Thread AudioGames . net Forum — General Game Discussion : MasterOfDeath via Audiogames-reflector


  


Re: are there any online multy player sidescroalers

Scrolling battles maybe

URL: http://forum.audiogames.net/post/389881/#p389881




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


Re: JAWS Home Annual and JAWS 19 is out

2018-10-31 Thread AudioGames . net Forum — Off-topic room : enes via Audiogames-reflector


  


Re: JAWS Home Annual and JAWS 19 is out

there are no performance improvements. Jaws is as sluggish as ever.

URL: http://forum.audiogames.net/post/389879/#p389879




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


Re: What Are You Dressing up as on Halloween

2018-10-31 Thread AudioGames . net Forum — Off-topic room : Chris via Audiogames-reflector


  


Re: What Are You Dressing up as on Halloween

I haven't done anything for Halloween since I was 12 or 13. I suppose the only thing I'd be somewhat willing to do would be listening to www.halloweenradio.net.

URL: http://forum.audiogames.net/post/389878/#p389878




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


Re: Announcement that Aprone is no longer a forum moderator

2018-10-31 Thread AudioGames . net Forum — Site and forum feedback : Jaseoffire via Audiogames-reflector


  


Re: Announcement that Aprone is no longer a forum moderator

Well, that's unfortunate. I guess that does mean a little more time for game development, though. LOL!!!

URL: http://forum.audiogames.net/post/389874/#p389874




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


Help with wine on debbian

2018-10-31 Thread AudioGames . net Forum — Off-topic room : DarfVader via Audiogames-reflector


  


Help with wine on debbian

Hey all.So, i have a sort of a problem. Basically, whenever i log out of ssh, whatever i'm running just dies. Let's say, for example, i wanted to host an rtr server. i copy all the server files to the vps, that's all good, i go to run the server in wine, k, we're cool. then, i go to log out of terminal, and bam, it dies. this is a pretty huge issue for me because i can't keep my comp active 24 / 7 to host stuff. Any help  would be greatly apreetiated.

URL: http://forum.audiogames.net/post/389872/#p389872




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


asking some questions

2018-10-31 Thread AudioGames . net Forum — Off-topic room : adel . spence via Audiogames-reflector


  


asking some questions

hi people.does anyone kno ware I can get a working android vm with talkback for VMware player? and also, can the new skype work on Iphone4?and also how do you do that thing ware after you post something, there's a thing. like redfoxes thing:yo! so Im lurn programing or something like that. but how do you do it and put your website with it?thanks!

URL: http://forum.audiogames.net/post/389869/#p389869




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


Re: to wear or not to wear an apple watch, that is the question

2018-10-31 Thread AudioGames . net Forum — Off-topic room : Jason SW via Audiogames-reflector


  


Re: to wear or not to wear an apple watch, that is the question

I like the Apple Watch a lot. In fact, I just bought my series 4 Watch about half an hour ago, heh. I got the first generation watch a few months after it came out, and I've enjoyed using it. It makes checking notifications so convenient, and there are lots of accessible apps for it. You can also control playback on your phone from your watch if you have your phone in your pocket, and a lot of other cool stuff.

URL: http://forum.audiogames.net/post/389862/#p389862




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


Re: audiogames, why they were good and now not good

2018-10-31 Thread AudioGames . net Forum — General Game Discussion : musicalman via Audiogames-reflector


  


Re: audiogames, why they were good and now not good

Well, I should've clarified my idea a bit more. The reason I said that we are more conforming is that every time someone shows me something that is a Japanese product eg. an anime, musical piece, performance etc. It just seems over the top for me. I'm interested in it, but it sounds completely different, and in many cases more in depth, more busy/complex, than what I've heard from a lot of, but obviously not all of, the western world. Some of that could be because it's just a different culture so yeah it's going to be unfamiliar. But I always assumed that this over-the-top-ness which I've heard a couple of my friends talk about comes from the drive to push the bar higher and not do what everyone else is doing.With that said, I am only relying on hearsay from my friends and the few things I have heard and looked up. I didn't want to say that in my last post for fear of not being taken seriously but there you go.

URL: http://forum.audiogames.net/post/389857/#p389857




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


Re: Favorite Videogame Music

2018-10-31 Thread AudioGames . net Forum — Off-topic room : redfox via Audiogames-reflector


  


Re: Favorite Videogame Music

the soundtrack from xenoblade chronicles, I'll give a linnk wen i get out of school

URL: http://forum.audiogames.net/post/389856/#p389856




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


Re: new game coming soon! The trapped adventurers!

2018-10-31 Thread AudioGames . net Forum — General Game Discussion : jack via Audiogames-reflector


  


Re: new game coming soon! The trapped adventurers!

Yeah, leads me to believe this whole thing was staged.

URL: http://forum.audiogames.net/post/389854/#p389854




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


Re: i need a old game

2018-10-31 Thread AudioGames . net Forum — General Game Discussion : jack via Audiogames-reflector


  


Re: i need a old game

Unfortunately we aren't hosting it as of now. However, Code Factory did say they were officially out as far as game development is concerned.

URL: http://forum.audiogames.net/post/389853/#p389853




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


Re: SoniFight - Any interest in BlazBlue: Continuum Shift Extend (Steam)

2018-10-31 Thread AudioGames . net Forum — New releases room : mr . brunete via Audiogames-reflector


  


Re: SoniFight - Any interest in BlazBlue: Continuum Shift Extend (Steam)

hi,first of all, congratulations to you for having such a great idea, indeed this is a great tool to have even if you play fighting games regularly.regarding blazblue, i'm not really sure what could be the best idea.personally, i think being able to read subtitles or choose selections in story mode would be fantastic. even if the games are in english (except centralfiction) there are some parts that are only writen, and being able to read those dialogues may help enjoy the story a bit more.in centralfiction for example, you can read the subtitles with nvda's ocr, but you must input the command every time a new line appears…. and knowing blazblue story modes, this becomes very tedious…

URL: http://forum.audiogames.net/post/389852/#p389852




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


favorite books?

2018-10-31 Thread AudioGames . net Forum — Off-topic room : redfox via Audiogames-reflector


  


favorite books?

currently, my favorite books, in no order are:Artemis fowl: Eternity code, lost colonny.Yung wizardsinheritance: Vault of souls, Brisingr.Tell me yours!

URL: http://forum.audiogames.net/post/389850/#p389850




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


Re: Streaming at 3:00 Central Time Nov 1, please tune in

2018-10-31 Thread AudioGames . net Forum — General Game Discussion : Michul via Audiogames-reflector


  


Re: Streaming at 3:00 Central Time Nov 1, please tune in

ah ok.lol openings to podcasts are cool you never no what happens

URL: http://forum.audiogames.net/post/389847/#p389847




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


Re: Important announcement, Dark no longer head administrator

2018-10-31 Thread AudioGames . net Forum — Site and forum feedback : Dark via Audiogames-reflector


  


Re: Important announcement, Dark no longer head administrator

Oh yee gods don't mention gamefaqs. I remember the occasion when I went on the message boards for mega man, sore a hole bunch of topics about roll hentai (roll being Mega man's sister since his original name was rock), asked a genuine question and got a mouthful of abuse.

URL: http://forum.audiogames.net/post/389844/#p389844




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


Re: Problem using screen reader output libraries in python3

2018-10-31 Thread AudioGames . net Forum — Developers room : kianoosh via Audiogames-reflector


  


Re: Problem using screen reader output libraries in python3

Hi. What I can guess is that the dll files that should be next to your .py file aren't there. For example I know tolk needs tolk.dll, tolk.exp and tolk.lib I think. I'm 85% sure that this is why you get this error. The needed dlls are mentioned in tolk's readme.

URL: http://forum.audiogames.net/post/389839/#p389839




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


Re: What Are You Dressing up as on Halloween

2018-10-31 Thread AudioGames . net Forum — Off-topic room : Angel via Audiogames-reflector


  


Re: What Are You Dressing up as on Halloween

Just gonna scare the hell out of a 2 year old kid, she deserves it, nothing more, nothing less.

URL: http://forum.audiogames.net/post/389836/#p389836




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


Re: Talking dosbox release 2

2018-10-31 Thread AudioGames . net Forum — New releases room : shane via Audiogames-reflector


  


Re: Talking dosbox release 2

hi, can someone please help me, when i click the link in the first post to download this i get this problem404 Site pmsworld.tdrealms.com is not served on this interfacewhat do i do,

URL: http://forum.audiogames.net/post/389835/#p389835




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


Re: Important announcement, Dark no longer head administrator

2018-10-31 Thread AudioGames . net Forum — Site and forum feedback : BryanP via Audiogames-reflector


  


Re: Important announcement, Dark no longer head administrator

Or the message boards on GameFAQs. Dodgy place that. LOL.

URL: http://forum.audiogames.net/post/389830/#p389830




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


Re: What Are You Dressing up as on Halloween

2018-10-31 Thread AudioGames . net Forum — Off-topic room : connor142 via Audiogames-reflector


  


Re: What Are You Dressing up as on Halloween

Personally, I won't do anything for haloween. Not even dress up. because.. I don't have to. I can sneak up behind you and drain your life just as easily without those silly masks and costumes you foolish mortals pride yourselves with. ha ha ha ha ha ha ha!

URL: http://forum.audiogames.net/post/389829/#p389829




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


Can We Have Automatic Tweeting of Topics We Post

2018-10-31 Thread AudioGames . net Forum — Site and forum feedback : shotgunshell via Audiogames-reflector


  


Can We Have Automatic Tweeting of Topics We Post

Hi.So, every time I make a new topic on this forum, I like to tweet it out. I was wondering if it'd be possible to add a feature where you can automatically tweet out topics you create so you don't have to do it manually?

URL: http://forum.audiogames.net/post/389819/#p389819




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


Re: trying to buy Manamon

2018-10-31 Thread AudioGames . net Forum — General Game Discussion : tayo . bethel via Audiogames-reflector


  


Re: trying to buy Manamon

Hi:Nevermind, the issue was resolved. I now have a registered copy of a very good audiogame and am happy to have supported the developer in some small way.

URL: http://forum.audiogames.net/post/389817/#p389817




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


Re: audiogames, why they were good and now not good

2018-10-31 Thread AudioGames . net Forum — General Game Discussion : CAE_Jones via Audiogames-reflector


  


Re: audiogames, why they were good and now not good

At 110: think about it in context.

URL: http://forum.audiogames.net/post/389816/#p389816




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


Re: Restricted/new users: introduce yourself!

2018-10-31 Thread AudioGames . net Forum — Introduce Yourself to Gain Access : spencey via Audiogames-reflector


  


Re: Restricted/new users: introduce yourself!

Hi! I'm Spencer. I was a part of this community back in the late 2000's all the way to around 2013. I'm currently on the whereabouts on my friend Danny Standley. He coded a lot of audio games, albeit I'm sighted and Danny is VI. I was also friends with Bill Dengler and a several others. Just wanting to know how some of these guys are doing. These guys were passionate about these games, especially MUD games using the COSMOS database. Thanks guys, hopefully I'll see you around. I also hope Discord will be accessible to screen readers soon.

URL: http://forum.audiogames.net/post/389814/#p389814




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


Re: Pokémon Crystal Access

2018-10-31 Thread AudioGames . net Forum — New releases room : mata via Audiogames-reflector


  


Re: Pokémon Crystal Access

Neato!:)

URL: http://forum.audiogames.net/post/389813/#p389813




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


Re: A quick announcement for audio game developers

2018-10-31 Thread AudioGames . net Forum — Developers room : braille0109 via Audiogames-reflector


  


Re: A quick announcement for audio game developers

post 1. are you trying to thank developers, or are you trying to advertise your service? just curious, if anything.

URL: http://forum.audiogames.net/post/389809/#p389809




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


Re: Accessible VST Chromatic tuner working in Reaper with SIBIAC

2018-10-31 Thread AudioGames . net Forum — Off-topic room : UltraLeetJ via Audiogames-reflector


  


Re: Accessible VST Chromatic tuner working in Reaper with SIBIAC

azslow3 wrote:The mod is a fork on GitHub.well, the developer just asked this

URL: http://forum.audiogames.net/post/389810/#p389810




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


Re: Questions to those of you who runs website with Wordpress

2018-10-31 Thread AudioGames . net Forum — Off-topic room : SLJ via Audiogames-reflector


  


Re: Questions to those of you who runs website with Wordpress

Hi.Basically, you can just use the 2017 theme. Then you make sites instead of posts, and then you have a website. It depends very much on what you want with your website, and what kind of content you wanna have on your website.I'll recommend you to practice and get a lot of experience with Wordpress before releasing anything to the public. Wordpress is an extremely huge CMS system, which takes time to learn to use.

URL: http://forum.audiogames.net/post/389803/#p389803




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


Re: A quick announcement for audio game developers

2018-10-31 Thread AudioGames . net Forum — Developers room : SLJ via Audiogames-reflector


  


Re: A quick announcement for audio game developers

Liam wrote:I don't see a problem offering translation services for money. After all this does take time, and time is money. However as stated in an earlier post, a lot of games are free so now a developer is losing money on a free product. That being said though. I'd like to see more people doing translations where possible.I would be happy to translate games into danish. I don't see an issue in getting payed to translate games. It's nice that some people wanna do it for free, but you can't expect everything to be free. 

URL: http://forum.audiogames.net/post/389802/#p389802




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


Re: "At The Voices' End" story based interactive audio adventure

2018-10-31 Thread AudioGames . net Forum — New releases room : SLJ via Audiogames-reflector


  


Re: "At The Voices' End" story based interactive audio adventure

masroor.rahmani wrote:high developer, please can you send me an email? excuse me i can't use private message service of this forum. i have private quesstionWhy do you not just send him an email yourself instead of asking him to send you an email, because you have a question?

URL: http://forum.audiogames.net/post/389798/#p389798




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


Re: An fps game written in python3. Feel free to use it!

2018-10-31 Thread AudioGames . net Forum — Developers room : defender via Audiogames-reflector


  


Re: An fps game written in python3. Feel free to use it!

Yaye for continuing to update it!

URL: http://forum.audiogames.net/post/389797/#p389797




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


Re: New Forum for AudioGame discussion in the Works

2018-10-31 Thread AudioGames . net Forum — General Game Discussion : kool_turk via Audiogames-reflector


  


Re: New Forum for AudioGame discussion in the Works

There is an audiogames subreddit, and it's practically dead.I joined it about a week ago and hardly saw anything new.Perhaps it's the way reddit is layed out and most people aren't use to it, I'm still trying to get the hang of it myself.I'll take the wait and see approach.

URL: http://forum.audiogames.net/post/389796/#p389796




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


Re: i need a old game

2018-10-31 Thread AudioGames . net Forum — General Game Discussion : Michul via Audiogames-reflector


  


Re: i need a old game

do you think it was removed from youtube? Hmm i'm not sure

URL: http://forum.audiogames.net/post/389787/#p389787




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


Re: Streaming at 3:00 Central Time Nov 1, please tune in

2018-10-31 Thread AudioGames . net Forum — General Game Discussion : keyIsFull via Audiogames-reflector


  


Re: Streaming at 3:00 Central Time Nov 1, please tune in

discord accessibility has come a long way. Everything besides the minimize button (first graphic at the top) is labeled now.

URL: http://forum.audiogames.net/post/389786/#p389786




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


Re: i need a old game

2018-10-31 Thread AudioGames . net Forum — General Game Discussion : hannes via Audiogames-reflector


  


Re: i need a old game

hi it was unfortunately removed from the archive e

URL: http://forum.audiogames.net/post/389784/#p389784




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


Re: Streaming at 3:00 Central Time Nov 1, please tune in

2018-10-31 Thread AudioGames . net Forum — General Game Discussion : Michul via Audiogames-reflector


  


Re: Streaming at 3:00 Central Time Nov 1, please tune in

will you be holding interviews on various podcasts? For if there are things that people like to have more information on, cool interviews i'd say

URL: http://forum.audiogames.net/post/389776/#p389776




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


Re: i need a old game

2018-10-31 Thread AudioGames . net Forum — General Game Discussion : Michul via Audiogames-reflector


  


Re: i need a old game

hmm. Doesn't the audiogames website still have it? Or you'll probably find it on the game archive.

URL: http://forum.audiogames.net/post/389773/#p389773




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


Re: the life in world: my first game!

2018-10-31 Thread AudioGames . net Forum — New releases room : rory-games via Audiogames-reflector


  


Re: the life in world: my first game!

mahdi has lost all of our hopes now. I do wonder, is he even working on it any more? and yup, 31 october... what will come from this, I wonder...

URL: http://forum.audiogames.net/post/389774/#p389774




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


Re: Favorite Videogame Music

2018-10-31 Thread AudioGames . net Forum — Off-topic room : Michul via Audiogames-reflector


  


Re: Favorite Videogame Music

wow, there's quite a few game soundtracks i like, but i don't no the exact youtuce link to them. One for example, oil ocean zone from sonic the hedgehog2.

URL: http://forum.audiogames.net/post/389770/#p389770




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