Re: Minecraft: accessibility, servers and mods

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : The Imaginatrix via Audiogames-reflector
Re: Minecraft: accessibility, servers and mods I was referring to the feedback site someone linked earlier in the topic. Whe I tried to sign up it asked for access to my Microsoft account so my XBox Live profile could be linked to the site, but I don't have an XBox Live Profile and don't re

Re: Minecraft: accessibility, servers and mods

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : rings2006 via Audiogames-reflector
Re: Minecraft: accessibility, servers and mods 102, exactly write. not now but eventualy we will have mods that will work for us perfectly URL: https://forum.audiogames.net/post/560061/#p560061 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://

Re: Minecraft: accessibility, servers and mods

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : The Imaginatrix via Audiogames-reflector
Re: Minecraft: accessibility, servers and mods I was referring to the feedback site someone linked earlier in the topic. Whe I tried to sign up it asked for access to my Microsoft account so my XBox Live profile could be linked to the site, but I don't have an XBox Live Profile. URL: https

Re: Crazy Party Individual Battle Tournament

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : fawazar94 via Audiogames-reflector
Re: Crazy Party Individual Battle Tournament Hi @marko:first shahzab vs alecs were starting, the group leader asked you to press f3 to turn spectator mode on or to leave the party, you did neither, so they had to kick you because you suppose to play against mohammed jafar (as first match of

Re: LG TV and espeak

2020-08-09 Thread AudioGames . net Forum — Off-topic room : SLJ via Audiogames-reflector
Re: LG TV and espeak Hi.I've never heard about Web OS before. Is it combined with Googles Playstore, or does it have its own app store? URL: https://forum.audiogames.net/post/560058/#p560058 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sab

Re: Android TV recommendations/experiences

2020-08-09 Thread AudioGames . net Forum — Off-topic room : SLJ via Audiogames-reflector
Re: Android TV recommendations/experiences @Shadow: Sony have made tv's which is running Android TV OS.@vojvoda: I'm glad to hear that the Sony tv's seems to have improved over the years. I seriously don't hope that you'll experience the same crap which many other blind people have experien

Re: a few questions about mortal kombat 9

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : AlirezaNosrati via Audiogames-reflector
Re: a few questions about mortal kombat 9 To block hold space URL: https://forum.audiogames.net/post/560056/#p560056 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: first letter navigation in python

2020-08-09 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: first letter navigation in python Lucia returns processed events, so all you have to do is iterate through them. URL: https://forum.audiogames.net/post/560055/#p560055 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.c

Re: The last of us part ii discussion

2020-08-09 Thread AudioGames . net Forum — New releases room : SLJ via Audiogames-reflector
Re: The last of us part ii discussion Congrats on having beaten the game. It's an amazing experience. URL: https://forum.audiogames.net/post/560054/#p560054 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mail

Re: YouTube took away my rights to voice my opinions

2020-08-09 Thread AudioGames . net Forum — Off-topic room : ogomez92 via Audiogames-reflector
Re: YouTube took away my rights to voice my opinions dude. Clikcbate. totally. URL: https://forum.audiogames.net/post/560053/#p560053 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames

Re: slay the spire now accessible!

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : ogomez92 via Audiogames-reflector
Re: slay the spire now accessible! HI, you don't need to win with each character to unlock the watcher. You need to enable achievements and I think beat act 3 with just one character. URL: https://forum.audiogames.net/post/560052/#p560052 -- Audiogames-reflector mailing list Audiogame

Re: first letter navigation in python

2020-08-09 Thread AudioGames . net Forum — Developers room : Zarvox via Audiogames-reflector
Re: first letter navigation in python So it turns out my problem was coming from the pycash. After I deleted it the error was gone, it had nothing to do with pygame or lucia handling events URL: https://forum.audiogames.net/post/560051/#p560051 -- Audiogames-reflector mailing list Aud

Re: slay the spire now accessible!

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : mastodont via Audiogames-reflector
Re: slay the spire now accessible! Well, I heard a sound like I unlocked something but nothing was displayed in the event window, only my score. I cwrote the command proceed several times but the window seemed to be stuck so I just exited the program hoping for the best. I was running with

Re: first letter navigation in python

2020-08-09 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: first letter navigation in python Lucia is built on top of pygame, its abstracting that same event system under the hood. Take a [peek], it might help you figure out how to better integrate what you want to do. Either that or write what you need with pygame. URL: https://forum.audiogam

Re: Minecraft: accessibility, servers and mods

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : magurp244 via Audiogames-reflector
Re: Minecraft: accessibility, servers and mods I'm not sure where the official forums are. I know there's a discord channel, and a site called [Minecraft Forum], which oddly requires you to sign up with twitch first...? URL: https://forum.audiogames.net/post/560048/#p560048 -- Audioga

Re: first letter navigation in python

2020-08-09 Thread AudioGames . net Forum — Developers room : Zarvox via Audiogames-reflector
Re: first letter navigation in python @3 I can't do that for loop and lucia.process_events. If I put the for loop before process_events, lucia gives an error. If I put it after, pygame doesn't pick up any events. I need lucia because it has some important things in the process loop, but I n

Re: first letter navigation in python

2020-08-09 Thread AudioGames . net Forum — Developers room : Zarvox via Audiogames-reflector
Re: first letter navigation in python @3 I can't do that for loop and lucia.process_events. If I put the for loop before process_events, lucia gives an error. If I put it after, pygame doesn't pick up any events. URL: https://forum.audiogames.net/post/560047/#p560047 -- Audiogames-ref

Re: Interesting and unconventional uses of audio gear

2020-08-09 Thread AudioGames . net Forum — Off-topic room : Green Gables Fan via Audiogames-reflector
Re: Interesting and unconventional uses of audio gear @17 and @20, I used   my Book Port Plus on Autogain. I put the ME51s directly inside the nesting box, so as they shifted around, they stepped on the mic and probably a few other things. I would've had to come up with a way to hang it, li

Re: Minecraft: accessibility, servers and mods

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : The Imaginatrix via Audiogames-reflector
Re: Minecraft: accessibility, servers and mods Right now we should not expect all the mods we need to be there waiting to be collected. There's going to be stuff that, right now, can't be done. That said, with all the stuff modders have made possible, I would imagine if we found the right p

Re: Minecraft: accessibility, servers and mods

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : The Imaginatrix via Audiogames-reflector
Re: Minecraft: accessibility, servers and mods Right now we should not expect all the mods we need to be there waiting to be collected. There's going to be stuff that, right now, can't be done. That said, with all the stuff modders have made possible, I would imagine if we found the right p

Re: Alter Aeon August 2020 Update

2020-08-09 Thread AudioGames . net Forum — New releases room : firefly82 via Audiogames-reflector
Re: Alter Aeon August 2020 Update Little question:I am thinking about starting a new char.Is it allready possible to progress only with crafting? And if yes, which combination of classes would be the best for this? URL: https://forum.audiogames.net/post/560044/#p560044 -- Audiogames-r

Re: Nuking thousands of messages in Gmail

2020-08-09 Thread AudioGames . net Forum — Off-topic room : ignatriay via Audiogames-reflector
Re: Nuking thousands of messages in Gmail If you use the male app in ios, press edit, then at the top there is a select all, then there is a delete or trash button at the bottom of the screen. URL: https://forum.audiogames.net/post/560043/#p560043 -- Audiogames-reflector mailing list

Re: Manamon 2: Impressions Thread

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : Jayde via Audiogames-reflector
Re: Manamon 2: Impressions Thread Ah, no, that path takes you to Sonasett City.Tradale is through the cave near Vermacaw, or whatever it's called. You know, the cave where you get Yakshine and where there's a bunch of water? Have a hunt through that area. Eventually you'll find yourself on

Re: Handling Input in Pyglet

2020-08-09 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: Handling Input in Pyglet @6You can unset bits with & by anding with a value that has all the bits set to 1 except the bit you want to unset.  Unfortunately, Python makes this trickier by not having fixed-width integers, and I don't remember how to do it without looking up several things

Re: depressed from blindness again

2020-08-09 Thread AudioGames . net Forum — Off-topic room : camlorn via Audiogames-reflector
Re: depressed from blindness again @18To be honest, I could think of at least 5 treatable mental disorders that might be going on here, because though you're saying it's about accepting your blindness, you're not describing "I can't accept my blindness" symptoms, you're describing really st

Re: Nuking thousands of messages in Gmail

2020-08-09 Thread AudioGames . net Forum — Off-topic room : Jayde via Audiogames-reflector
Re: Nuking thousands of messages in Gmail I don't have an email client, nor really intend to use one. I mean, I can if that'll make it quicker, or as a one-time fix, because I can definitely keep the inbox quieter after this, but still. URL: https://forum.audiogames.net/post/560039/#p56003

Re: Nuking thousands of messages in Gmail

2020-08-09 Thread AudioGames . net Forum — Off-topic room : Ethin via Audiogames-reflector
Re: Nuking thousands of messages in Gmail There's gotta be a better way than requiring the use of an email client or requiring people to go through each page and deleting from there. My inbox contains over 36000 emails I do not want to have to go through over 360 pages and telling gmail

Re: Nuking thousands of messages in Gmail

2020-08-09 Thread AudioGames . net Forum — Off-topic room : enes via Audiogames-reflector
Re: Nuking thousands of messages in Gmail I think you have to select all in each page, then delete, then do it all over again on each page. However, you could just install thunderbird, wait for all headers to download then hit ctrl A and delete, and it would do it URL: https://forum.audiog

Re: slay the spire now accessible!

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : Wensber via Audiogames-reflector
Re: slay the spire now accessible! @flameAlchemistOn the main menu, use the command daily. Then check the event window or use the event command to see the daily mods. Then use the command embark to start the run.Now that I think about it, I should look into adding some way to check the dail

Re: interactive fiction game, inside woman, anyone beat it?

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : Vazbol via Audiogames-reflector
Re: interactive fiction game, inside woman, anyone beat it? Ah man, i remember this game. Unfortunately, I did have to resort to a guide half way through. The puzzles and ordering of events just got a bit insane to not cosmically screw up tot he point of reloading an older save farther back

Re: slay the spire now accessible!

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : Wensber via Audiogames-reflector
Re: slay the spire now accessible! @flameAlchemistOn the main menu, use the command daily. Then check the event window or use the event command to see the daily mods. Then use the command embark to start the run. URL: https://forum.audiogames.net/post/560035/#p560035 -- Audiogames-ref

Nuking thousands of messages in Gmail

2020-08-09 Thread AudioGames . net Forum — Off-topic room : Jayde via Audiogames-reflector
Nuking thousands of messages in Gmail Hi there,So as the title suggests, this is something I want to do. I have literally thousands of messages I want to get rid of from my inbox in particular, but I don't know how. Apparently there is a "select all" button, but I can't seem to find it.Is t

Re: error updating pip packages

2020-08-09 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: error updating pip packages I wouldn't worry about it. Windows does lots of stuff in the background, especially to newly downloaded exes.That said, you should learn about virtualenvs and use them instead where possible.  Upgrading packages in the global environment is known to break thi

Re: Super Egg Hunt: The Last Trophy

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : Socheat via Audiogames-reflector
Re: Super Egg Hunt: The Last Trophy So update: I've played mixup 311, and mixup remix 304 times and the trophy unlocked itself. URL: https://forum.audiogames.net/post/560032/#p560032 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-

Re: Breed Memorial - New monster breeder simulation game by Morokuma

2020-08-09 Thread AudioGames . net Forum — New releases room : The Imaginatrix via Audiogames-reflector
Re: Breed Memorial - New monster breeder simulation game by Morokuma Gau monsters sound like dogs, though. They even have a bark attack! And if their footsteps sound like anything it's webbed feet, not undead/ghoulish things!Mind you, the Club (crab?) monsters sound like some kind of hoofed

Re: slay the spire now accessible!

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : flameAlchemist via Audiogames-reflector
Re: slay the spire now accessible! How do I go in to a dayly thing? URL: https://forum.audiogames.net/post/560030/#p560030 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: YouTube took away my rights to voice my opinions

2020-08-09 Thread AudioGames . net Forum — Off-topic room : ironcross32 via Audiogames-reflector
Re: YouTube took away my rights to voice my opinions Lol. URL: https://forum.audiogames.net/post/560029/#p560029 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: bk2 walkthrough

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : Wilson via Audiogames-reflector
Re: bk2 walkthrough @Mata. I'm more than happy to correct you on some of those secrets if you want me to.Edit: Spoilers alert.You have been warned.@6. Robot parts were soulght for 3 gold each, so sell them if you want. Kind of useless after you unlock stage 18's shop, sinss you can sell the

Re: YouTube took away my rights to voice my opinions

2020-08-09 Thread AudioGames . net Forum — Off-topic room : NevEd via Audiogames-reflector
Re: YouTube took away my rights to voice my opinions Don't worry about it dude. Shit happens.Some people are just hypocritical assholes that have nothing else better to do with their time. URL: https://forum.audiogames.net/post/560028/#p560028 -- Audiogames-reflector mailing list Audi

Re: bk2 walkthrough

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : Wilson via Audiogames-reflector
Re: bk2 walkthrough @Mata. I'm more than happy to correct you on some of those secrets if you want me to. URL: https://forum.audiogames.net/post/560027/#p560027 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/

Re: slay the spire now accessible!

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : aaron77 via Audiogames-reflector
Re: slay the spire now accessible! also, did you win a standard game?   Dailies / custom games don't count for character unlocks. URL: https://forum.audiogames.net/post/560026/#p560026 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahatti

Re: bk2 walkthrough

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : flameAlchemist via Audiogames-reflector
Re: bk2 walkthrough As long as the secrets aren't game braking or allow you to unlock stuff early put them in. btw what do the robot parts do after I sell them? URL: https://forum.audiogames.net/post/560025/#p560025 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-

Re: bk2 walkthrough

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : mata via Audiogames-reflector
Re: bk2 walkthrough I've been trying to gather each and every secret I can find in the game, as well as trying to prove the viability of secret unlocking methods in the game that players told me. Unfortunately though, I didn't have much chance to get to it. But I still have the walkthrough

Re: What is the most accessible email client for windows 10?

2020-08-09 Thread AudioGames . net Forum — Off-topic room : swigjr23 via Audiogames-reflector
Re: What is the most accessible email client for windows 10? Thunderbird runs fine for me. How much email do you deal with? I have heard that Thunderbird slows down with large amounts of email. URL: https://forum.audiogames.net/post/560023/#p560023 -- Audiogames-reflector mailing list

Re: YouTube took away my rights to voice my opinions

2020-08-09 Thread AudioGames . net Forum — Off-topic room : Meatbag via Audiogames-reflector
Re: YouTube took away my rights to voice my opinions Trying to be good at English and pick good words for things almost always fale. Sometimes in the worst cace it gets me to trouble URL: https://forum.audiogames.net/post/560022/#p560022 -- Audiogames-reflector mailing list Audiogames

Re: Manamon 2: Impressions Thread

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : caio via Audiogames-reflector
Re: Manamon 2: Impressions Thread I've already been to Sonaset city through the trail and the tunnel. URL: https://forum.audiogames.net/post/560021/#p560021 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mail

Re: What is the most accessible email client for windows 10?

2020-08-09 Thread AudioGames . net Forum — Off-topic room : devinprater via Audiogames-reflector
Re: What is the most accessible email client for windows 10? I've tried Thunderbird, but it makes my laptop really slow when fetching mail. I tried Windows 10's mail app, but when I set it to conversation view, which I prefer, any conversation I move to with arrow keys is automatically open

Re: is it worth jailbreaking?

2020-08-09 Thread AudioGames . net Forum — Off-topic room : devinprater via Audiogames-reflector
Re: is it worth jailbreaking? Yep, runs up to Nintendo DS games, but no PSP or Ps1 yet, mainly just Nintendo and Sega stuff, for now. And you can even play games using your hardware keyboard! URL: https://forum.audiogames.net/post/560019/#p560019 -- Audiogames-reflector mailing list A

Re: SoundRTS, a real-time strategy audio game

2020-08-09 Thread AudioGames . net Forum — New releases room : 拓海 via Audiogames-reflector
Re: SoundRTS, a real-time strategy audio game It seems that a map with complex terrain cannot save game records.maps:title 5015 5006 5017 3001objective 145 88square_width 12nb_columns 11nb_lines 11nb_players_min 2nb_players_max 8starting_squares a1 a6 a11 f1 f11 k1 k6 k11starting_units town

Re: Radegast and Accessibility Discussion

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : ironcross32 via Audiogames-reflector
Re: Radegast and Accessibility Discussion I didn't have trouble getting around the client. I also don't consider teleporting to an object or looking at its properties knowing where you are. It takes more than text and some sounds here and there to know where you are. It sounds like your sta

Re: The last of us part ii discussion

2020-08-09 Thread AudioGames . net Forum — New releases room : nyanchan via Audiogames-reflector
Re: The last of us part ii discussion Unfortunate news. I was talking with one of the Japanese TLOU2 players and found out that items were read for him. I'm not really sure. Gonna try selecting "for visually impaired" preset again.Oh, btw, I've finally completed the game! Thanks everyone fo

error updating pip packages

2020-08-09 Thread AudioGames . net Forum — Developers room : Zarvox via Audiogames-reflector
error updating pip packages I tried updating all of my packages with pip-review --auto. I got this error, this was even after running cmd as admin.ERROR: Could not install packages due to an EnvironmentError: [WinError 5] Access is denied: 'C:\\Users\\nagy\\AppData\\Local\\Temp\\pip-uninsta

Re: Manamon 2: Impressions Thread

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : Socheat via Audiogames-reflector
Re: Manamon 2: Impressions Thread @Caio, tradale village can be reached by going from elatia path. You'll find the swimmable water there. I think you can figure the rest on your own. URL: https://forum.audiogames.net/post/560014/#p560014 -- Audiogames-reflector mailing list Audiogames

Re: Manamon 2: Impressions Thread

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : Socheat via Audiogames-reflector
Re: Manamon 2: Impressions Thread @Caio, tradale village can be reached by going from elatia path. You'll find the swimable water there. I think you can figure the rest on your own. URL: https://forum.audiogames.net/post/560014/#p560014 -- Audiogames-reflector mailing list Audiogames-

Re: depressed from blindness again

2020-08-09 Thread AudioGames . net Forum — Off-topic room : JayJay via Audiogames-reflector
Re: depressed from blindness again You know, I know god is good, and he gives us the strength to go on. I know he always listens, however one thing god can't do is talk. And I think someone actually talking to you, in this case can help a whole lot more than just rambling to yourself in a c

Re: Radegast and Accessibility Discussion

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : heartssong via Audiogames-reflector
Re: Radegast and Accessibility Discussion karate25 wrote:I hate to sound like a debby downer here, but unfortunately, I have to agree with a lot of what's been said here as far as second life not really being very worth it at this point. Especially with post #13. I know because I've tried s

Re: Radegast and Accessibility Discussion

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : heartssong via Audiogames-reflector
Re: Radegast and Accessibility Discussion ironcross32 wrote:Yeah that's the thing, Second Life has a lot to offer. So much that I probably haven't even seen but a tiny sliver of it. But guess what? What we get access to is just a tiny little shard of that tiny sliver. Now, if that's enough

Re: Radegast and Accessibility Discussion

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : heartssong via Audiogames-reflector
Re: Radegast and Accessibility Discussion ironcross32 wrote:OK, you bought clothing from the marketplace. That's all well and good. But do you know what pieces go together? If so, were you able to ascertain that information by yourself? See, this is the problem. So many things only work if

error updating pip packages

2020-08-09 Thread AudioGames . net Forum — Developers room : Zarvox via Audiogames-reflector
error updating pip packages I tried updating all of my packages with pip-review --auto. I got this error, this was even after running cmd as admin.ERROR: Could not install packages due to an EnvironmentError: [WinError 5] Access is denied: 'C:\\Users\\nagy\\AppData\\Local\\Temp\\pip-uninsta

Re: Radegast and Accessibility Discussion

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : heartssong via Audiogames-reflector
Re: Radegast and Accessibility Discussion Meatbag wrote:I am willing to help but I do not know c sharp. But I heard you can make  plugins. If true  what programming language is used to write pluginsI'm not sure what plug-in language is used. Go to the code repository here: https://bitbucket

Re: Radegast and Accessibility Discussion

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : heartssong via Audiogames-reflector
Re: Radegast and Accessibility Discussion Quentin wrote:Can you drive a car with radegast?It's just an exemple.If the arrow buttons were showing up, yes. URL: https://forum.audiogames.net/post/560008/#p560008 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukog

Re: Radegast and Accessibility Discussion

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : heartssong via Audiogames-reflector
Re: Radegast and Accessibility Discussion Angel wrote:Hey.I've wanted to enter SL since I've herd that it is possible, I have Radegast, I am on the virtual ability island and all, I've read the manual, but after I've sent an email to the team, I got no answer.Neither to this, or the contact

Re: Help me with a little Manamon 2 Fun

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : firence via Audiogames-reflector
Re: Help me with a little Manamon 2 Fun It can be both phisical or special. It has desicate beam, attack concerto, wild bibration and psichedelic spell by the special side, and  clobber and dead trash by phisical.Special is better or even mixed I guess, both stats are almost the same, it ha

Re: Help me with a little Manamon 2 Fun

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : firence via Audiogames-reflector
Re: Help me with a little Manamon 2 Fun It can be both phisical or special. It has desicate beam, attack concerto and psichedelic spell by the special side, and  blobber and dead trash by phisical.Special is better or even mixed I guess, both stats are almost the same, it has good magical d

Re: bk2 walkthrough

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : flameAlchemist via Audiogames-reflector
Re: bk2 walkthrough is their one that's finished? I'm also stuck on stage 20-3. I can't get them all out in time and either I get blown up or they die. I usually take 3 or 4 at a time. URL: https://forum.audiogames.net/post/560005/#p560005 -- Audiogames-reflector mailing list Audiogam

Re: depressed from blindness again

2020-08-09 Thread AudioGames . net Forum — Off-topic room : Zarvox via Audiogames-reflector
Re: depressed from blindness again ok one more question. How the hell are they going to help me accept blindness? They are sighted. And going to a counselor that specializes in being blind first of all feels extremely awkward especially because I have been blind for over 10 years, and secon

Re: pissed off about accessibility guides

2020-08-09 Thread AudioGames . net Forum — Off-topic room : devinprater via Audiogames-reflector
Re: pissed off about accessibility guides @124, the use of corpse is intentional. @125: I'm just starting Free Code Camp's _javascript_ course. I know I was trying to learn Python before, but I find Free Code Camp's class-style interactivity, and small lessons, very helpful at grasping thin

Re: pissed off about accessibility guides

2020-08-09 Thread AudioGames . net Forum — Off-topic room : devinprater via Audiogames-reflector
Re: pissed off about accessibility guides @124, the use of corpse is intentional. @125: I'm just starting Free Code Camp's _javascript_ course. I know I was trying to learn Python before, but I find Free Code Camp's class-style interactivity, and small lessons, very helpful at grapsing thin

Re: Warsim, text based randomly generated stratogy

2020-08-09 Thread AudioGames . net Forum — New releases room : Caccio72 via Audiogames-reflector
Re: Warsim, text based randomly generated stratogy Well, for example places could be found in a random order while exploring...meaning slave market could not always be the 1st, black market the 2nd we found in northern lands, but maybe only the 10th or 11th...(just an idea)Btw I also found

Re: YouTube took away my rights to voice my opinions

2020-08-09 Thread AudioGames . net Forum — Off-topic room : NevEd via Audiogames-reflector
Re: YouTube took away my rights to voice my opinions @22 My first post in this topic was a response to another one.not me going "omg thistopicisstupiddoyoureallyexpectustotakeyouseriously.not contradicting myself at all.Meanwhile, your first post wasn't helpful at all, pure redundancy. URL

Re: Android TV recommendations/experiences

2020-08-09 Thread AudioGames . net Forum — Off-topic room : Boo15mario via Audiogames-reflector
Re: Android TV recommendations/experiences @13 it is getting more difficault to find a basic tv now days URL: https://forum.audiogames.net/post/56/#p56 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/m

Re: YouTube took away my rights to voice my opinions

2020-08-09 Thread AudioGames . net Forum — Off-topic room : ironcross32 via Audiogames-reflector
Re: YouTube took away my rights to voice my opinions @21 I'm confused because you seem to say one thing one minute then contradict yourself the next. URL: https://forum.audiogames.net/post/55/#p55 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.c

Re: bk3

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : matthew2004 via Audiogames-reflector
Re: bk3 hmmm, I think there is a Gide for this game URL: https://forum.audiogames.net/post/559998/#p559998 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: different purchase models in games

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : vablus via Audiogames-reflector
Re: different purchase models in games Thanks for answering my questions and such. I just really want to start some sort of a conversation, and commend the developer of stw for his work in making the system he has kind of what you are thinking of. Most things can be crafted, but there are a

Re: YouTube took away my rights to voice my opinions

2020-08-09 Thread AudioGames . net Forum — Off-topic room : NevEd via Audiogames-reflector
Re: YouTube took away my rights to voice my opinions Some people just can't fucking read.HE did say that English is not his native language.For all the complaining some of the people here did about stupid topics and them not being useful, they sure didn't mind saying it very loudly, and by

Re: Interesting and unconventional uses of audio gear

2020-08-09 Thread AudioGames . net Forum — Off-topic room : Nocturnus via Audiogames-reflector
Re: Interesting and unconventional uses of audio gear Yeah; in an ideal world I'd have had them all record themselves with the same gear I use or better, but I don't have that kind of money so... URL: https://forum.audiogames.net/post/559995/#p559995 -- Audiogames-reflector mailing li

Re: YouTube took away my rights to voice my opinions

2020-08-09 Thread AudioGames . net Forum — Off-topic room : Meatbag via Audiogames-reflector
Re: YouTube took away my rights to voice my opinions Sorry for misleading. but I do not think changing the topic title will make things good because half of the people here are complaining about it so changing it will result of a very weird looking topic with posts that are complaining abou

Re: Crazy Party Individual Battle Tournament

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : marko via Audiogames-reflector
Re: Crazy Party Individual Battle Tournament I was supposed to play in group 5, my name was Marco Garattoni but they kicked me. Not quite fair. URL: https://forum.audiogames.net/post/559993/#p559993 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com htt

Re: Open Radegast Training Class Tomorrow Evening!

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : Rich_Beardsley via Audiogames-reflector
Re: Open Radegast Training Class Tomorrow Evening! Sorry for the double post, but I figured it out.If it's 6:00 PM Pacific time, it will be 9:00 US Eastern time, and I'm hoping to be there URL: https://forum.audiogames.net/post/559992/#p559992 -- Audiogames-reflector mailing list Audi

Re: Mozilla Thunderbird Remote Content Question

2020-08-09 Thread AudioGames . net Forum — Off-topic room : nidza07 via Audiogames-reflector
Re: Mozilla Thunderbird Remote Content Question Same, which is really a shame as both are timesavers and existed in the Windows 10 mail app. Just recently I said to myself how great it would be to be able to hide Thunderbird to the system tray, and a few days later and update came and adver

Re: Mozilla Thunderbird Remote Content Question

2020-08-09 Thread AudioGames . net Forum — Off-topic room : DJEPIC via Audiogames-reflector
Re: Mozilla Thunderbird Remote Content Question @nidza07, I've dug through all the basic options and unfortunately I can't find those options. URL: https://forum.audiogames.net/post/559990/#p559990 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com http

Re: Minecraft: accessibility, servers and mods

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : rings2006 via Audiogames-reflector
Re: Minecraft: accessibility, servers and mods ok well its kinda confusssing i will get use to it. but we still need some mod to help us with aimming or something like that URL: https://forum.audiogames.net/post/559989/#p559989 -- Audiogames-reflector mailing list Audiogames-reflector

Re: Minecraft: accessibility, servers and mods

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : Gamulation via Audiogames-reflector
Re: Minecraft: accessibility, servers and mods Dude, discord is the most accessible thing you can find, better then skype. URL: https://forum.audiogames.net/post/559988/#p559988 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucuk

Re: Minecraft: accessibility, servers and mods

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : rings2006 via Audiogames-reflector
Re: Minecraft: accessibility, servers and mods i dont think discord is very accessible unlike skype. but we need an aimbot mod or somethin like that to tell us we are able to hit a mob because that servival map is not good URL: https://forum.audiogames.net/post/559986/#p559986 -- Audi

Re: YouTube took away my rights to voice my opinions

2020-08-09 Thread AudioGames . net Forum — Off-topic room : NevEd via Audiogames-reflector
Re: YouTube took away my rights to voice my opinions This isn't them directly taking away your rights though, its just a bug in the code. If they were "taking away your rights" then you wouldn't be able to do jack and shit on the web version, either.Just keeping it real, man. URL: https://

Re: interactive fiction game, inside woman, anyone beat it?

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : JasonBlaze via Audiogames-reflector
Re: interactive fiction game, inside woman, anyone beat it? ah web base interface? that is cool! thanks for the Lectrote. hopefully this will push me to play more Ifs in the future. for my experience, well, maybe like 5 percent? I do play muds though, able to solve a few light puzzles.Edit:

Re: YouTube took away my rights to voice my opinions

2020-08-09 Thread AudioGames . net Forum — Off-topic room : Meatbag via Audiogames-reflector
Re: YouTube took away my rights to voice my opinions I personally see nothing wrong with the title. I can not comment to videos and that way I cannot voice my opinions URL: https://forum.audiogames.net/post/559985/#p559985 -- Audiogames-reflector mailing list Audiogames-reflector@saba

Re: interactive fiction game, inside woman, anyone beat it?

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : JasonBlaze via Audiogames-reflector
Re: interactive fiction game, inside woman, anyone beat it? ah web base interface? that is cool! thanks for the Lectrote. hopefully this will push me to play more Ifs in the future. for my experience, well, maybe like 5 percent? I do play muds though, able to solve a few light puzzles. URL

Re: YouTube took away my rights to voice my opinions

2020-08-09 Thread AudioGames . net Forum — Off-topic room : nidza07 via Audiogames-reflector
Re: YouTube took away my rights to voice my opinions A long time Youtube Android and iOS bug. It's one of those things nobody at Google tests for years, so nobody fixes it as well. Try sending feedback through the app, the more people do it the better. URL: https://forum.audiogames.net/pos

Re: Streets of Rage 4 Audio Guide: Update 8/8/

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : NortheasternGorilla via Audiogames-reflector
Re: Streets of Rage 4 Audio Guide: Update 8/8/ Good eye, thanks for the heads up URL: https://forum.audiogames.net/post/559982/#p559982 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audioga

Re: Mozilla Thunderbird Remote Content Question

2020-08-09 Thread AudioGames . net Forum — Off-topic room : nidza07 via Audiogames-reflector
Re: Mozilla Thunderbird Remote Content Question I have actually been testing Thunderbird as well and so far find it decent. I have two issues myself with it, which could be considered basics of email clients. Does Thunderbird have a way to group emails by threads or conversations? Second, i

Re: Mozilla Thunderbird Remote Content Question

2020-08-09 Thread AudioGames . net Forum — Off-topic room : brad via Audiogames-reflector
Re: Mozilla Thunderbird Remote Content Question No problem, enjoy thunderbird, it's great! URL: https://forum.audiogames.net/post/559980/#p559980 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinf

Re: different purchase models in games

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : Vazbol via Audiogames-reflector
Re: different purchase models in games to make a model like this work, you need to assure that the main game itself without the microtransaction is top notch. You need to make the person feel that they want to donate to your project, not that they have to. That balance is very hard to maint

Re: Mozilla Thunderbird Remote Content Question

2020-08-09 Thread AudioGames . net Forum — Off-topic room : DJEPIC via Audiogames-reflector
Re: Mozilla Thunderbird Remote Content Question @brad, Thank you. It seems that every other client has that disabled too, so I guess I'll be okay, and now I don't get bombarded with alerts, yay! URL: https://forum.audiogames.net/post/559978/#p559978 -- Audiogames-reflector mailing lis

Re: Mozilla Thunderbird Remote Content Question

2020-08-09 Thread AudioGames . net Forum — Off-topic room : brad via Audiogames-reflector
Re: Mozilla Thunderbird Remote Content Question Hi.There's no issue in disabling it at all, as long as you know what you're clicking on, you'll be fine.I turn that off as soon as I set up the program. URL: https://forum.audiogames.net/post/559977/#p559977 -- Audiogames-reflector maili

Re: bk2 walkthrough

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : Wilson via Audiogames-reflector
Re: bk2 walkthrough Ok, I actually take a look at it. Its indeed missing quite alot of good secret:( URL: https://forum.audiogames.net/post/559976/#p559976 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailm

Re: coin quest in manamon 2

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : zuckuss via Audiogames-reflector
Re: coin quest in manamon 2 The coins are not hidden, however they are soft when you hear them, so listen for them as you are walking around. You will know then when you find them, but you kinda have to be right at them to hear them. I think if there were to be an update, it might be nice t

Re: Interesting and unconventional uses of audio gear

2020-08-09 Thread AudioGames . net Forum — Off-topic room : omer via Audiogames-reflector
Re: Interesting and unconventional uses of audio gear it has some mic noize here and there, but its nice URL: https://forum.audiogames.net/post/559974/#p559974 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/m

Re: YouTube took away my rights to voice my opinions

2020-08-09 Thread AudioGames . net Forum — Off-topic room : Lucas1853 via Audiogames-reflector
Re: YouTube took away my rights to voice my opinions LOL yeah change the title, I thought (and still think honestly) that you're trolling. URL: https://forum.audiogames.net/post/559973/#p559973 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://

Re: Help me with a little Manamon 2 Fun

2020-08-09 Thread AudioGames . net Forum — General Game Discussion : tayo . bethel via Audiogames-reflector
Re: Help me with a little Manamon 2 Fun Can confirm that it gets wild vibration. Actually, for all of itts special moves it's set up more like a physical attacker, with strength  higher than it's special attack. Perhaps it's just the one I have. Fairly average stats though. URL: https://fo

  1   2   3   4   5   >