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

2019-08-22 Thread AudioGames . net Forum — New releases room : Caccio72 via Audiogames-reflector


  


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

Oh, this reminds me, adding a monster cemetary to the game would be nice, a place where we can remember our passed out monsters and their achievements...so something similar to the stats listed by the monster's funeral, but preserved forever, so that we can inspect them in the future again any time, whenever we wish.Hell, maybe even the chance to "resurrect", make our dead monsters alive as zombies, normally only when fusioned with an undead, zombie or vampire type monster...lol!(so I could make a zombie-cat out of my dear, passed out Tsootsoo in the game, and make her return, come back to me, we were 1 body btw, so at 100% relationship...remember Stephen King's Pet Cemetary?)

URL: https://forum.audiogames.net/post/457243/#p457243




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


Re: Mortal Kombat 11

2019-08-22 Thread AudioGames . net Forum — General Game Discussion : blaze via Audiogames-reflector


  


Re: Mortal Kombat 11

Below is in my opinion the superior mk information source, and the only one worth mentioning.https://www.ign.com/wikis/mortal-kombat … and_GuidesThis will give you all the stuff, even the ones locked behind things. There are a couple errors, but it's a wiki so that's to be expected. Feel free to help out where you can. I also feel pretty alone over here on pc, so anyone who wants to set up a room or do coop friend redrocket55 on steam.

URL: https://forum.audiogames.net/post/457242/#p457242




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


Re: Mortal Kombat 11

2019-08-22 Thread AudioGames . net Forum — General Game Discussion : blaze via Audiogames-reflector


  


Re: Mortal Kombat 11

Below is in my opinion the superior mk information source, and the only one worth mentioning.This will give you all the stuff, even the ones locked behind things. There are a couple errors, but it's a wiki so that's to be expected. Feel free to help out where you can. I also feel pretty alone over here on pc, so anyone who wants to set up a room or do coop friend redrocket55 on steam.

URL: https://forum.audiogames.net/post/457242/#p457242




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


Re: Is there an accessible and free port opening software available?

2019-08-22 Thread AudioGames . net Forum — Off-topic room : Chris via Audiogames-reflector


  


Re: Is there an accessible and free port opening software available?

Try opening a command line and typing tracert 8.8.8.8 followed by enter. This will tell you all the places the packets have to go through to make it from your computer to the destination, which is Google's DNS server in this case. In particular, pay attention to the first couple of hops. If you see one private IP address, you should be fine. If you see multiple private IP addresses, it most likely means you're experiencing at least double NAT.If this is the case, you'll need to put your router in the DMZ of the other device that directly faces the Internet. If you have a router connected to an ISP provided router/modem combo, you're experiencing double NAT. The modem router combo has its own firewall and routing capabilities, so the traffic has to pass two firewalls. You can open ports on your router all day, but it won't work if there's another closed firewall in front of the router. If you're using a cellular provider, they're most likely using Carrier-Grade NAT so that many users can share one IPv4 address. In that case, you're out of luck as far as I know. The ISP is the only one that could make those changes, and I don't know if they would.

URL: https://forum.audiogames.net/post/457241/#p457241




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


Re: the new beatstar has been released!

2019-08-22 Thread AudioGames . net Forum — New releases room : musicjunky via Audiogames-reflector


  


Re: the new beatstar has been released!

It must have been a long time since I played this game. I went to play it tonight and it said there was a new version available: version 4.0.0. I downloaded it, extracted everything from the zip file, saved it all in the same folder, and now all my save data from before is gone! I have no progress in any beatpacks, no beat coins or anything. I still have my old copy of version 3.5.1 on my flash drive. Another thing: every time I start the new version on my computer, it keeps going back to using the default Windows voice, and I have to choose to use my screen reader every time.

URL: https://forum.audiogames.net/post/457240/#p457240




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


Re: JustUpdate: Native auto updating, made easy (python)

2019-08-22 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector


  


Re: JustUpdate: Native auto updating, made easy (python)

Adding Linux support will be an incredibly difficult task. Pretty much every Linux distribution has a unique package manager, so you would need to implement support for each and every package manager. If your game is not in the repos, then its as simple as just downloading the game -- but if it is, your going to have a hell of a time attempting to support them all, especially when your game has a different name from distro to distro.

URL: https://forum.audiogames.net/post/457239/#p457239




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


Re: Madden NFL 20 Beta, terms and FAQ

2019-08-22 Thread AudioGames . net Forum — General Game Discussion : cyco via Audiogames-reflector


  


Re: Madden NFL 20 Beta, terms and FAQ

I got the position to change. You have to press the trigger twice.

URL: https://forum.audiogames.net/post/457238/#p457238




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


Re: An implementation of bgt running on the .net framework

2019-08-22 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector


  


Re: An implementation of bgt running on the .net framework

If your going to embed Iron Python then there's no point in making a custom interpreter.

URL: https://forum.audiogames.net/post/457237/#p457237




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


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

2019-08-22 Thread AudioGames . net Forum — New releases room : tayo . bethel via Audiogames-reflector


  


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

So I've been playing this game for the past day or so, and I managed to raise two monsters to the point where I'm ranked SX in the Colosseum activity and was being considered for the Grand Prix. My dog was two years eight months at the time.Unfortunately, soon after that I got the message saying that he was of an age to consider retirement. I had been using the training stat booster, the one that boosts all abilities by ten, for quite a while, and I've become convinced, aftrer fostering a dragon to one year and eight months on the same stat boosters, that they shorten life span. Mind you, with the dragon I did a lot of colosseum battles, and by skipping same rank competitions of his own ranks for one rank higher I was able to beat the Collosseum S Official when he was seven months old. Perhaps rank skipping produces stress that doesn't get mentioned? In any case, since I don't particularly like zombies or undead monsters, I fused him with a kitten with the help of the burning wings and now have a fire cat with fairly balanced stats and some dragon moves. Can anyone confirm that the training stat boosters are shortening  life spans? And if they are, is there a way/time to use them responsibly? Would really like to complete those four competitions.

URL: https://forum.audiogames.net/post/457236/#p457236




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


Re: Games with three possible outcomes and What Sound they Make

2019-08-22 Thread AudioGames . net Forum — General Game Discussion : KenshiraTheTrinity via Audiogames-reflector


  


Re: Games with three possible outcomes and What Sound they Make

Mario party. It is the original crazy party. In fact, the music you hear immediately after a minigame are from mario party ds, which I used to play with my brother and cousins all the tine.

URL: https://forum.audiogames.net/post/457235/#p457235




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


Games with three possible outcomes and What Sound they Make

2019-08-22 Thread AudioGames . net Forum — General Game Discussion : audioracer via Audiogames-reflector


  


Games with three possible outcomes and What Sound they Make

Hey everyone. So this topic says it all. I just want to talk about Games with not only a Win or Lose Outcome, but that also have a Draw/Tie Outcome. I am making this topic because I was thinking about this today at my job.     So for me, the first one that comes to mind is Crazy Party. The Minigames. If you get a positive score, you win. And it plays a wonderful victory Fanfare. Also lets not forget the ten or more points for the Minigame Unlock Jingle as well. If you score zero points, it is a draw and you don't win or lose. The Draw Music has a Blues like sound to it. So it starts out with Tension before resolving. And of course if you get a negative score, you Lose. And that defeat music just sounds flat out unresolved almost leaving you hanging a bit. So Crazy Party does a wonderful job presenting those three possible outcomes to you.     The other Game that comes to mind with this subject matter is Lost Cities. The Card game for iOS. And you play against one computer player or one human player online. And that game also has three possible outcomes. If you win, you here clapping and cheering. If you Tie a game, you hear laughing with some clapping. (Kind of weird but I guess I can see that how that fits.) And of course if you lose, then you hear a crowd Expressing Disappointment.     So can anyone think of any other games with three possible outcomes of Win, Lose, and Draw/Tie? I don't know why something like this would ketch my interest but it has!

URL: https://forum.audiogames.net/post/457234/#p457234




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


Re: Is there any way to get Papa sangre?

2019-08-22 Thread AudioGames . net Forum — General Game Discussion : ElizaBaez via Audiogames-reflector


  


Re: Is there any way to get Papa sangre?

thanks. I found that file right after I posted that.

URL: https://forum.audiogames.net/post/457233/#p457233




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


Re: What is the best Linux distributions for the blind?

2019-08-22 Thread AudioGames . net Forum — Off-topic room : swigjr23 via Audiogames-reflector


  


Re: What is the best Linux distributions for the blind?

I would just like to add that I am typing this post on a Debian Machine. I am using Mate as my desktop. This has been my daily machine for the last 9 years or so. I have had several versions of Debian on it, and the machine runs as fast at it did when I bought it.

URL: https://forum.audiogames.net/post/457232/#p457232




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


Re: Interview with Philip Bennefall on tonight's Arcade

2019-08-22 Thread AudioGames . net Forum — General Game Discussion : burak via Audiogames-reflector


  


Re: Interview with Philip Bennefall on tonight's Arcade

Hello,I unfortunately don't have any other episodes. It would be nice if I could listen to the interview with aaron baker as well.

URL: https://forum.audiogames.net/post/457231/#p457231




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


Re: Ruler of Kings, epic story-driven browser RPG for roleplayers

2019-08-22 Thread AudioGames . net Forum — New releases room : GameCoder via Audiogames-reflector


  


Re: Ruler of Kings, epic story-driven browser RPG for roleplayers

It has been cleared now, you should be able to register to play ROK II.

URL: https://forum.audiogames.net/post/457230/#p457230




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


Re: CRISPR: Human Animal Chimeras

2019-08-22 Thread AudioGames . net Forum — Off-topic room : magurp244 via Audiogames-reflector


  


Re: CRISPR: Human Animal Chimeras

Well, Gorrilla's have learned to communicate with sign language, [Pigeons] are also able to read and comprehend text. Parrots like the [African Grey] can also learn to read, do math, and speak, along with comprehend the language, much like numerous other bird species like Corvids. There's actually a pretty cool video [here] of Petra The African Grey talking it up with their owner, and having learned how to use Alexa voice commands...In some studies buried in those links there was some talk of mice being injected with human neurons showing greater intelligence, but the question of what their cognitive capabilities are or how that effects them is an open question. Its unlikely that they'll achieve human like qualities perse, but studying how it changes their cognition could be rather interesting, if fraught with ethical questions.

URL: https://forum.audiogames.net/post/457229/#p457229




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


Re: CRISPR: Human Animal Chimeras

2019-08-22 Thread AudioGames . net Forum — Off-topic room : magurp244 via Audiogames-reflector


  


Re: CRISPR: Human Animal Chimeras

Well, Gorrilla's have learned to communicate with sign language, [Pigeons] are also able to read and comprehend text. Parrots like the [African Grey] can also learn to read, do math, and speak, along with comprehend the language, much like numerous other bird species like Corvids.In some studies buried in those links there was some talk of mice being injected with human neurons showing greater intelligence, but the question of what their cognitive capabilities are or how that effects them is an open question. Its unlikely that they'll achieve human like qualities perse, but studying how it changes their cognition could be rather interesting, if fraught with ethical questions.

URL: https://forum.audiogames.net/post/457229/#p457229




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


Re: Ruler of Kings, epic story-driven browser RPG for roleplayers

2019-08-22 Thread AudioGames . net Forum — New releases room : JasonBlaze via Audiogames-reflector


  


Re: Ruler of Kings, epic story-driven browser RPG for roleplayers

Pm send. Thanks a lot for understanding  .

URL: https://forum.audiogames.net/post/457228/#p457228




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


Re: live radio or televisyon channel on BGT?

2019-08-22 Thread AudioGames . net Forum — Developers room : Yukie via Audiogames-reflector


  


Re: live radio or televisyon channel on BGT?

yeah. cool radio player. i trying to add play/pause but, i can't figureout how to do it. i read the bass.dll documention and added the handel for pause to the streem.bgt.and, i add the code to the example.bgt for play/pause. but, its not working.here is the handel to pause.//trying to add a pause.
void pause_file(long handle)
{
bass.call("void BASS_ChannelPause(long,long);",handle,0);
}and, i do something like this in the example.bgt.bool file_playing;i added it to the start of the file after the include.and, i do something in to the play/loading of file.long handle=load_stream_url("http://"+link);
play_file(handle);
file_playing=true;and to the key pressing.if (key_pressed(KEY_SPACE) and file_playing==true)
{
pause_file(handle);
file_playing=false;
}
else
{
play_file(handle);
file_playing=true;
}but, its not working. there is something rong with the code?

URL: https://forum.audiogames.net/post/457227/#p457227




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


Re: Manamon server down?

2019-08-22 Thread AudioGames . net Forum — General Game Discussion : adel . spence via Audiogames-reflector


  


Re: Manamon server down?

how can you tell if your router has u p n p?

URL: https://forum.audiogames.net/post/457226/#p457226




-- 
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!

2019-08-22 Thread AudioGames . net Forum — Introduce Yourself to Gain Access : Jayde via Audiogames-reflector


  


Re: Restricted/new users: introduce yourself!

ACM, welcome to the forum.Mahdi, you have to be kidding. Stop making accounts. We don't really care if you have a company or not at this point. You have tried to slip in here under the radar after being legitimately banned for a whole host of very good reasons. You're not coming back until or unless things change drastically. They haven't done that. Consider this new alt banned.

URL: https://forum.audiogames.net/post/457225/#p457225




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


Re: JustUpdate: Native auto updating, made easy (python)

2019-08-22 Thread AudioGames . net Forum — Developers room : NicklasMCHD via Audiogames-reflector


  


Re: JustUpdate: Native auto updating, made easy (python)

thanks @6.I'll try to help you as much as I can.

URL: https://forum.audiogames.net/post/457224/#p457224




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


Re: Reading pdf files in c#

2019-08-22 Thread AudioGames . net Forum — Developers room : nuno69 via Audiogames-reflector


  


Re: Reading pdf files in c#

For those who are not using VS, 'dotnet restore' is the magic command which will restore all nuget packages related to the project in the current directory

URL: https://forum.audiogames.net/post/457223/#p457223




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


Re: Reading pdf files in c#

2019-08-22 Thread AudioGames . net Forum — Developers room : nuno69 via Audiogames-reflector


  


Re: Reading pdf files in c#

if one uses VS, there's even no need to use the init command. The packages are restored as soon as the project is loaded to the IDE, just on a sidenote.

URL: https://forum.audiogames.net/post/457222/#p457222




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


Re: JustUpdate: Native auto updating, made easy (python)

2019-08-22 Thread AudioGames . net Forum — Developers room : nuno69 via Audiogames-reflector


  


Re: JustUpdate: Native auto updating, made easy (python)

That's good, I will try to do my best and implement the most comprechensive support I can do.

URL: https://forum.audiogames.net/post/457221/#p457221




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


Re: iOS and android should have their own developer and releases room.

2019-08-22 Thread AudioGames . net Forum — Site and forum feedback : bryant via Audiogames-reflector


  


Re: iOS and android should have their own developer and releases room.

the main problem I can see with this idea is the fact that it would make people have to check multiple release rooms to see if a game has been released for windows, android, IOS, etc. It's just too time consuming in my opinion. I like having everything in 1 place.

URL: https://forum.audiogames.net/post/457220/#p457220




-- 
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!

2019-08-22 Thread AudioGames . net Forum — Introduce Yourself to Gain Access : ACM via Audiogames-reflector


  


Re: Restricted/new users: introduce yourself!

Hello, my name is Raed, I am from Michigan USA.  I find this forum interesting so I would like to joint it.  Thank you.

URL: https://forum.audiogames.net/post/457219/#p457219




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


Re: Trimps

2019-08-22 Thread AudioGames . net Forum — New releases room : The Imaginatrix via Audiogames-reflector


  


Re: Trimps

Yeppers! Just let the timewarp do its thing and all is well! 

URL: https://forum.audiogames.net/post/457218/#p457218




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


Re: Is there an accessible and free port opening software available?

2019-08-22 Thread AudioGames . net Forum — Off-topic room : jesseleivo via Audiogames-reflector


  


Re: Is there an accessible and free port opening software available?

I currently have TCP and UDP ports 10333 open on my router forwarded to my machine's IP, which at the time is 192.168.100.17, and even port checking sites like canyouseeme.org are saying they can't see my service and it said connection timed out. I'm officially puzzled as to how I am screwing over the forwards, I am putting the port numbers correctly (or at least I believe so) and my internal IP which the router forwards the port to. The confusing thing is that the router calls a port forward a virtual server instead of a port forward which confused me a bit at first and made me think there's no actual port forwarding support built in to the router, but it still seems to work through UPNP with games like crazy party that have an UPNP forwarding function and people could still connect to my servers.I know it's not the fault of the ISP, as I had to specifically put a "public" IP add on to my plan, which is adding 2 euros per month to my internet bill so yeah, that's the way my ISP works, it's a cellular connection after all.

URL: https://forum.audiogames.net/post/457216/#p457216




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


Re: JustUpdate: Native auto updating, made easy (python)

2019-08-22 Thread AudioGames . net Forum — Developers room : NicklasMCHD via Audiogames-reflector


  


Re: JustUpdate: Native auto updating, made easy (python)

Hi.@2 and @4, thanks. Let me know if you find anything that isn't working as expected. All tests pass and I'm using it myself, but you'll never know.@3 Linux support are not implemented atm, because it's different from distro to distro, how a package are packaged (or so I've been told, not that good at linux).I'll look into adding linux support in the future, but everyone that want to implement it are welcome to open an issue and/or submit a pr.

URL: https://forum.audiogames.net/post/457217/#p457217




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


Re: JustUpdate: Native auto updating, made easy (python)

2019-08-22 Thread AudioGames . net Forum — Developers room : NicklasMCHD via Audiogames-reflector


  


Re: JustUpdate: Native auto updating, made easy (python)

Hi.@2 and 24, thanks. Let me know if you find anything that isn't working as expected. All tests pass and I'm using it myself, but you'll never know.@3 Linux support are not implemented atm, because it's different from distro to distro, how a package are packaged (or so I've been told, not that good at linux).I'll look into adding linux support in the future, but everyone that want to implement it are welcome to open an issue and/or submit a pr.

URL: https://forum.audiogames.net/post/457217/#p457217




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


Re: Is there an accessible and free port opening software available?

2019-08-22 Thread AudioGames . net Forum — Off-topic room : jesseleivo via Audiogames-reflector


  


Re: Is there an accessible and free port opening software available?

I currently have TCP and UDP ports 10333 open on my router forwarded to my machine's IP, which at the time is 192.168.100.17, and even port checking sites like canyouseeme.org are saying they can't see my service and it said connection timed out. I'm officially puzzled as to how I am screwing over the forwards, I am putting the port numbers correctly (or at least I believe so) and my internal IP which the router forwards the port to.

URL: https://forum.audiogames.net/post/457216/#p457216




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


Re: Is there any way to get Papa sangre?

2019-08-22 Thread AudioGames . net Forum — General Game Discussion : Garnit via Audiogames-reflector


  


Re: Is there any way to get Papa sangre?

It was PS1.  I believe he was planning on doing a play through of PS two, but I don’t think anything came of it.

URL: https://forum.audiogames.net/post/457215/#p457215




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


Re: Warsim, text based randomly generated stratogy

2019-08-22 Thread AudioGames . net Forum — New releases room : Wastelander via Audiogames-reflector


  


Re: Warsim, text based randomly generated stratogy

@Darren, yep those are some good points to be fair! 

URL: https://forum.audiogames.net/post/457214/#p457214




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


Re: BlindOX turn-by-turn navigation - podcasts

2019-08-22 Thread AudioGames . net Forum — Off-topic room : arbuz via Audiogames-reflector


  


Re: BlindOX turn-by-turn navigation - podcasts

Compass for IOS phones finally implemented as well. Of course you should use Google chrome instead of Safari in order to gain that benefit.

URL: https://forum.audiogames.net/post/457213/#p457213




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


Re: Madden NFL 20 Beta, terms and FAQ

2019-08-22 Thread AudioGames . net Forum — General Game Discussion : cyco via Audiogames-reflector


  


Re: Madden NFL 20 Beta, terms and FAQ

I have tried both bumpers and triggers. When I press the button to change positions it makes a sound like it switch positions.However when I move the cursor around it still shows quarterback. I wonder if this could be a bug that EA will need to fix.

URL: https://forum.audiogames.net/post/457212/#p457212




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


Re: Madden NFL 20 Beta, terms and FAQ

2019-08-22 Thread AudioGames . net Forum — General Game Discussion : cyco via Audiogames-reflector


  


Re: Madden NFL 20 Beta, terms and FAQ

I tried that as well.

URL: https://forum.audiogames.net/post/457212/#p457212




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


Re: Reading pdf files in c#

2019-08-22 Thread AudioGames . net Forum — Developers room : Hijacker via Audiogames-reflector


  


Re: Reading pdf files in c#

Just as a side-note, i'd recommend you to at least think about the solutions people provide without saying "yes I looked into it but it doesn't help me", just to do a 180 later and say "oh, now that I see an example (you could have googled that yourself btw), it does help me indeed.".NuGet Packages can be installed through multiple ways. Either by using e.g. Visual Studio on Windows (it has a built-in NuGet package manager) or a command-line tool (Visual Studio again has one of those as well).NuGet basically is what pip is for Python. Whenever someone wants to use or compile your project on a different machine, they will have to run your NuGet initialization command first to get all dependencies of your project. With a slow or even no internet connection, you'll have to install the dependencies by hand from a package archive one by one until the project runs smoothly. At those times however, a slow internet connection shouldn't be a thing, and even if you're hit hard by the 1990, you'll know this already from most other modern programming languages like _javascript_ (Node.js), Python (pip), Ruby or Go and loads more. So its common practice to use a dependency manager like NuGet, its just a nice way to get your project up and running.Those NuGet packages should be runnable cross-platform on Linux as well as Windows and probably even many more, depending on the package itself. A NuGet packaging tool is available for any platform as far as I know.Best Regards.Hijacker

URL: https://forum.audiogames.net/post/457211/#p457211




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


Re: I need a new media player.

2019-08-22 Thread AudioGames . net Forum — Off-topic room : daniel via Audiogames-reflector


  


Re: I need a new media player.

Hi,I believe you forgot to paste the link.Thanks,Daniel

URL: https://forum.audiogames.net/post/457210/#p457210




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


Re: I need a new media player.

2019-08-22 Thread AudioGames . net Forum — Off-topic room : DJEPIC via Audiogames-reflector


  


Re: I need a new media player.

Hi Daniel,I'll post my config folder here in 7z format for you all who want to use it.I'm just not sure what exactly to copy and what not to.Edit: I'll copy my "configuration", "foo_youtube" and "user-components" folders from my appdata folder.And finally, here's a Dropbox link.

URL: https://forum.audiogames.net/post/457207/#p457207




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


Re: Reading pdf files in c#

2019-08-22 Thread AudioGames . net Forum — Developers room : bgt lover via Audiogames-reflector


  


Re: Reading pdf files in c#

Thank you for that, you saved my day.I've never used a newget package before, so as you seem more rehersed in vs and those things, could you teal me how to add a newget package to my project? What happens if someone will compile my project with a slow or nonexistent internet connection? Does a newget package even have documentation? Is PdfNet payed?

URL: https://forum.audiogames.net/post/457209/#p457209




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


Re: CRISPR: Human Animal Chimeras

2019-08-22 Thread AudioGames . net Forum — Off-topic room : Draq via Audiogames-reflector


  


Re: CRISPR: Human Animal Chimeras

I'd be interested to find out if such a hybrid could understand human language and the animal language, and if so, if they could translate between the two.

URL: https://forum.audiogames.net/post/457208/#p457208




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


Re: I need a new media player.

2019-08-22 Thread AudioGames . net Forum — Off-topic room : DJEPIC via Audiogames-reflector


  


Re: I need a new media player.

Hi Daniel,I'll post my config folder here in 7z format for you all who want to use it.I'm just not sure what exactly to copy and what not to.Edit: I'll copy my "configuration", "foo_youtube" and "user-components" folders from my appdata folder.

URL: https://forum.audiogames.net/post/457207/#p457207




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


Re: I need a new media player.

2019-08-22 Thread AudioGames . net Forum — Off-topic room : DJEPIC via Audiogames-reflector


  


Re: I need a new media player.

Hi Daniel,I'll post my config folder here in 7z format for you all who want to use it.I'm just not sure what exactly to copy and what not to.

URL: https://forum.audiogames.net/post/457207/#p457207




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


Re: I need a new media player.

2019-08-22 Thread AudioGames . net Forum — Off-topic room : DJEPIC via Audiogames-reflector


  


Re: I need a new media player.

Hi Daniel,I'll post my config folder here in 7z format for you all who want to use it.

URL: https://forum.audiogames.net/post/457207/#p457207




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


Re: I need a new media player.

2019-08-22 Thread AudioGames . net Forum — Off-topic room : daniel via Audiogames-reflector


  


Re: I need a new media player.

Hi all,Lots of interesting info in this topic.@DJEPIC, I'd be interested in your config folder if possible.Thanks,Daniel

URL: https://forum.audiogames.net/post/457206/#p457206




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


Re: I need a new media player.

2019-08-22 Thread AudioGames . net Forum — Off-topic room : DJEPIC via Audiogames-reflector


  


Re: I need a new media player.

@26:Post 19 describes your issue.

URL: https://forum.audiogames.net/post/457205/#p457205




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


Re: JustUpdate: Native auto updating, made easy (python)

2019-08-22 Thread AudioGames . net Forum — Developers room : Liam via Audiogames-reflector


  


Re: JustUpdate: Native auto updating, made easy (python)

Wow. Okay this is damn cool.I can't wait to mess with this. Great job.

URL: https://forum.audiogames.net/post/457204/#p457204




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


Re: I need a new media player.

2019-08-22 Thread AudioGames . net Forum — Off-topic room : tomas1333 via Audiogames-reflector


  


Re: I need a new media player.

HiI still use winamp, but I've heard a lot about foobarSo I installed it today, and I don't know where to actually start... I was trying to set the hotkeys, but when I pressed the add button, nvda was not  reading nothing from the action and key list.Do I need to get an addon?

URL: https://forum.audiogames.net/post/457203/#p457203




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


Re: What is the best Linux distributions for the blind?

2019-08-22 Thread AudioGames . net Forum — Off-topic room : victor01 via Audiogames-reflector


  


Re: What is the best Linux distributions for the blind?

hi guys, i would like to know more are the most useful commands to navigate with orca, and i'm still getting used to the terminal, and i will use mate too

URL: https://forum.audiogames.net/post/457201/#p457201




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


Re: I need a new media player.

2019-08-22 Thread AudioGames . net Forum — Off-topic room : DJEPIC via Audiogames-reflector


  


Re: I need a new media player.

Also, I'd recommend replacing RealTech audio drivers with the official Microsoft ones. They are reported to work best and are fine for me.

URL: https://forum.audiogames.net/post/457202/#p457202




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


Re: I need a new media player.

2019-08-22 Thread AudioGames . net Forum — Off-topic room : DJEPIC via Audiogames-reflector


  


Re: I need a new media player.

VLC is OK in my opinion but its playlists feature isn't very accessible for me and as far as I know, nothing comes close to the customisation that Foobar has. Anyway, I've spent a while setting up Foobar to the beast of a media player it is today and while I love what you can do with it, it can get annoying if you have to set it up over and over again. This is also the reason why I am slightly unwilling to trying new media Foobar's perfect for me, so it'll be sticking around for at least a while longer.

URL: https://forum.audiogames.net/post/457194/#p457194




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


Re: live radio or televisyon channel on BGT?

2019-08-22 Thread AudioGames . net Forum — Developers room : simter via Audiogames-reflector


  


Re: live radio or televisyon channel on BGT?

Hi.This is really cool. Is there a general reference for bass.dll? I think it's also kapable of playing files on normal file system, and also pan those, think that was what cat mend.btw, nice radio station.

URL: https://forum.audiogames.net/post/457198/#p457198




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


Re: Reading pdf files in c#

2019-08-22 Thread AudioGames . net Forum — Developers room : nuno69 via Audiogames-reflector


  


Re: Reading pdf files in c#

This is the example I foundhttps://www.pdftron.com/documentation/s … xtractTest

URL: https://forum.audiogames.net/post/457200/#p457200




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


Re: I need a new media player.

2019-08-22 Thread AudioGames . net Forum — Off-topic room : DJEPIC via Audiogames-reflector


  


Re: I need a new media player.

VLC is OK in my opinion but its playlists feature isn't very accessible for me and as far as I know, nothing comes close to the customisation that Foobar has. Anyway, I've spent a while setting up Foobar to the beast of a media player it is today and while I love what you can do with it, it can get annoying if you have to set it up over and over again. This is also the reason why I am slightly unwilling to trying new media Foobar's perfect for me, so it'll be sticking around for at least a while longer.Also, I'd recommend replacing Realtech audio drivers with the official Microsoft ones.

URL: https://forum.audiogames.net/post/457194/#p457194




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


Re: I need a new media player.

2019-08-22 Thread AudioGames . net Forum — Off-topic room : brad via Audiogames-reflector


  


Re: I need a new media player.

Hi.@everyone, my laptop has started to stutter again and horribly so I've decided to use my phone for a couple months, I'll also be getting enough cash to save up for a new laptop from government money and a project i'm helping someone with so will be buying it then.Tip; turn your laptops off either every day or a couple of times eatch week. I haven't for about 6 months now and this is the result.Learn from my mistake and keep your machines cool so they don't bernout like mine, I certainly will be turning my new laptop off. I'll use my phone if I want a story/video to sleep to at night.

URL: https://forum.audiogames.net/post/457199/#p457199




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


Re: live radio or televisyon channel on BGT?

2019-08-22 Thread AudioGames . net Forum — Developers room : simter via Audiogames-reflector


  


Re: live radio or televisyon channel on BGT?

Hi.This is really cool. Is there a general reference for bass.dll? I think it's also kapable of playing files on normal file system, and also pan those, think that was what cat mend.

URL: https://forum.audiogames.net/post/457198/#p457198




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


Re: Iron python and how to use it on Ubuntu

2019-08-22 Thread AudioGames . net Forum — Developers room : nuno69 via Audiogames-reflector


  


Re: Iron python and how to use it on Ubuntu

https://www.mono-project.com/docs/gui/gtksharp/

URL: https://forum.audiogames.net/post/457197/#p457197




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


Re: Scrolling Battles and downloading it!

2019-08-22 Thread AudioGames . net Forum — Site and forum feedback : simter via Audiogames-reflector


  


Re: Scrolling Battles and downloading it!

Difference between what?

URL: https://forum.audiogames.net/post/457196/#p457196




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


Re: I need a new media player.

2019-08-22 Thread AudioGames . net Forum — Off-topic room : brad via Audiogames-reflector


  


Re: I need a new media player.

Hi.@jade, yeah, my friend Amin said the same thing.It's not stuttering now, ever since I got rid of realtech audio, but I'm going to save up so I can buy a laptop with at least 16 gigs of ram and maybe an ssd.

URL: https://forum.audiogames.net/post/457195/#p457195




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


Re: I need a new media player.

2019-08-22 Thread AudioGames . net Forum — Off-topic room : DJEPIC via Audiogames-reflector


  


Re: I need a new media player.

VLC is OK in my opinion but its playlists feature isn't very accessible for me and as far as I know, nothing comes close to the customisation that Foobar has. Anyway, I've spent a while setting up Foobar to the beast of a media player it is today and while I love what you can do with it, it can get annoying if you have to set it up over and over again. This is also the reason why I am slightly unwilling to trying new media Foobar's perfect for me, so it'll be sticking around for at least a while longer.

URL: https://forum.audiogames.net/post/457194/#p457194




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


Re: things I can do with my dad

2019-08-22 Thread AudioGames . net Forum — Off-topic room : GameCoder via Audiogames-reflector


  


Re: things I can do with my dad

@Zarvox, is your post a question or just a rant out of frustration? There seems to be multiple issues brought up so I am not sure if it is more about you or about your dad.

URL: https://forum.audiogames.net/post/457192/#p457192




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


Re: Iron python and how to use it on Ubuntu

2019-08-22 Thread AudioGames . net Forum — Developers room : bgt lover via Audiogames-reflector


  


Re: Iron python and how to use it on Ubuntu

@3: The what binding for mono? Can you back up your information? I need it too, so can you provide information about installing and seting it up?

URL: https://forum.audiogames.net/post/457193/#p457193




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


Re: InstraPlanet, my first BGT project

2019-08-22 Thread AudioGames . net Forum — New releases room : tunmi13 via Audiogames-reflector


  


Re: InstraPlanet, my first BGT project

Unfortunately I can't promise any form of reverb anytime soon. Besides, I mean, when you are at a piano, there is no reverb in the sst place, unless its a digital keyboard.

URL: https://forum.audiogames.net/post/457191/#p457191




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


Re: Reading pdf files in c#

2019-08-22 Thread AudioGames . net Forum — Developers room : bgt lover via Audiogames-reflector


  


Re: Reading pdf files in c#

Can you back your statement with some code? Can you show how to extract text from a pdf file page by page?

URL: https://forum.audiogames.net/post/457190/#p457190




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


Re: Planet Saga, public demo released.

2019-08-22 Thread AudioGames . net Forum — New releases room : assault_freak via Audiogames-reflector


  


Re: Planet Saga, public demo released.

No, and no. If you read the post again you'll find that it was only an idea, not something that's actually happening. Same with release dates... it has been said again and again that we will announce something when we have it.

URL: https://forum.audiogames.net/post/457189/#p457189




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


Re: An implementation of bgt running on the .net framework

2019-08-22 Thread AudioGames . net Forum — Developers room : bgt lover via Audiogames-reflector


  


Re: An implementation of bgt running on the .net framework

Angelscript? Gods above, not again, never again.As I sead above, ironpython will be used as the script interpreter, though I found some bindings for lua with .net, what do you guys think about a future lua version of bgt?To finish with angelscript once and for all, I would ask of those who use swig to run it on angelscript.h and post the c# wrapper that was generated for all to see, after that, if people still want angelscript in the ultimate game kit, then I will replace iron python with it.One more reason for me using ironpythonn is  that iron python is managed code while angelscript and lua are unmanaged code, so I'd need to compile them on every platform mono and .net core would run on with no or allmost no modifications required to my codebase and, since I could not compile angelscript for windows without vs complaining about target incompatibilities and codeblocs about sintactical errors that aren't there, I am stuck with that.

URL: https://forum.audiogames.net/post/457188/#p457188




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


Re: I need a new media player.

2019-08-22 Thread AudioGames . net Forum — Off-topic room : Jayde via Audiogames-reflector


  


Re: I need a new media player.

I hyave personally used Windows Media Player for years. It's basic, but for me at least, it works like a charm.I strongly suspect that weird stuttering issue is more about your laptop dying than anything else. I am not going to tell you I've never seen WMP skip or stutter - it does happen - but it's rare for me. Like maybe 3-5 times per month.

URL: https://forum.audiogames.net/post/457187/#p457187




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


Re: I need a new media player.

2019-08-22 Thread AudioGames . net Forum — Off-topic room : turtlepower17 via Audiogames-reflector


  


Re: I need a new media player.

Ah, ok, I got it now. Thanks. That sure was a pain in the ass, I hope I never have to do that again. I'm assuming there's a config file I can back up?

URL: https://forum.audiogames.net/post/457186/#p457186




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


Re: JustUpdate: Native auto updating, made easy (python)

2019-08-22 Thread AudioGames . net Forum — Developers room : SkyGuardian via Audiogames-reflector


  


Re: JustUpdate: Native auto updating, made easy (python)

does it work in c#

URL: https://forum.audiogames.net/post/457185/#p457185




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


Re: Unofficial Squaresoft Mud-who's playing?

2019-08-22 Thread AudioGames . net Forum — General Game Discussion : KenshiraTheTrinity via Audiogames-reflector


  


Re: Unofficial Squaresoft Mud-who's playing?

I would. The player base and administration are generally helpful, and no one is allowed to lie on newbie so you can ask away if something is confusing. The parser may seem restricted, but the game has a robust alias system that you can use to shorten lengthy commands. If you have a question and post it here, I'd be happy to answer. Various missions and npcs will familiarize you with final fantasy, chrono trigger and mana lore.

URL: https://forum.audiogames.net/post/457184/#p457184




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


Re: JustUpdate: Native auto updating, made easy (python)

2019-08-22 Thread AudioGames . net Forum — Developers room : nuno69 via Audiogames-reflector


  


Re: JustUpdate: Native auto updating, made easy (python)

Eh, no Linux support, of course that OS is being discriminated. , seriously speaking: good job, but Linux support would be fgood for the apps which are not in the repos

URL: https://forum.audiogames.net/post/457183/#p457183




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


Re: Reading pdf files in c#

2019-08-22 Thread AudioGames . net Forum — Developers room : nuno69 via Audiogames-reflector


  


Re: Reading pdf files in c#

PDF NET is not very big, its easily implementable./

URL: https://forum.audiogames.net/post/457182/#p457182




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


Re: Iron python and how to use it on Ubuntu

2019-08-22 Thread AudioGames . net Forum — Developers room : nuno69 via Audiogames-reflector


  


Re: Iron python and how to use it on Ubuntu

You need to use the GTK binding for Mono to make the appp accessible

URL: https://forum.audiogames.net/post/457181/#p457181




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


Re: Scrolling Battles and downloading it!

2019-08-22 Thread AudioGames . net Forum — Site and forum feedback : Ilya via Audiogames-reflector


  


Re: Scrolling Battles and downloading it!

@3 um, i don't get it what's the diffrence?

URL: https://forum.audiogames.net/post/457180/#p457180




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


Re: things I can do with my dad

2019-08-22 Thread AudioGames . net Forum — Off-topic room : turtlepower17 via Audiogames-reflector


  


Re: things I can do with my dad

I strongly disagree with post 2 about teenage years being the best of your life. Even if you had a relatively good high school experience, which I certainly did not, pretty much everyone is awkward or insecure about something at that age. You don't have the life experience to be able to cope with things, so you end up doing tons of self-destructive shit you regret, or don't do anything at all with yourself, which you can also come to regret. It's a cliche, and I hate to say it, but honestly, adolescence is a sucky time for pretty much everyone.

URL: https://forum.audiogames.net/post/457179/#p457179




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


Re: I need a new media player.

2019-08-22 Thread AudioGames . net Forum — Off-topic room : brad via Audiogames-reflector


  


Re: I need a new media player.

Hi.@turtlepower16, I don't have foobar installed anymore but I'll try and help.Once you've opened foobar, press control p.Then tab around until you reach the treeview and press k for keyboard shortcuts.Press tab until you here new button and press space on it.Then you tab to another treeview with things like play, play/pause, it's a treeview with many items in it, once you've found the shortcut you'd like,, for example play/pause, press tab and you'll here NVDA give a description of the item, plays and pauses the track,, in this box is where you write your shortcut for example, c, as in winamps play pause shortcut. Keep in mind you can put anything here but if you press control p then tab to aprove, that's not what it's called but I can't remember the name of it, you'll know it once you hear it, it's the button that sets everything but it's not the ok button, you'll come across a conflict with the shortcut because control p is for preferences.You can change that to be whatever you want it to be though, so if you want, you can make control p play/pause, you just have to do a bit of messing around, I think you go to the preferences shortcut, then tab to knew, and find it's description box and change it, if you've changed the play/pause shortcut to control p and the prefernces to something else, everything should work fine.I know this is confusing, sorry about that, ask more questions on here and we'll try to help.

URL: https://forum.audiogames.net/post/457178/#p457178




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


Re: I need a new media player.

2019-08-22 Thread AudioGames . net Forum — Off-topic room : turtlepower17 via Audiogames-reflector


  


Re: I need a new media player.

How do you set up the keyboard shortcuts for Foobar? I've never had any luck with it. I can get into the window where you add new ones, but I can't seem to get it to actually create anything. I get it to a point where it says something about an unassigned shortcut, but clicking on either the action or key buttons does nothing, I can only assume they're buttons although NVDA doesn't read them as such. I would really like to give Foobar a fair chance, particularly if I can configure it to use the shortcuts I'm used to with VLC, but this has stumped me every time I try.

URL: https://forum.audiogames.net/post/457177/#p457177




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


Re: things I can do with my dad

2019-08-22 Thread AudioGames . net Forum — Off-topic room : ogomez92 via Audiogames-reflector


  


Re: things I can do with my dad

Hi.I don't know you at all, but here is my 2 cents.You are getting rejected because you act like a blind person.Words like "I hope I don't get rejected because I'm blind" make you act like a blind person. You have insecurities, and that probably makes people avoid you. I went through the same shit before university, and there's only one way to cope with it. be yourself. get out more. And I don't mean go to parties, I mean try to meet people in your environment.Then again, if ou don't want to hang out with anyone that's fine. If you want to hang out only because you think  you should, don't bother. You're probably better off sitting by your computer, just like I was at age 10-13-15 and perhaps a a bit older.hth

URL: https://forum.audiogames.net/post/457176/#p457176




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


Re: things I can do with my dad

2019-08-22 Thread AudioGames . net Forum — Off-topic room : ogomez92 via Audiogames-reflector


  


Re: things I can do with my dad

Hi.I don't know you at all, but here is my 2 cents.You are getting rejected because you act like a blind person.Words like "I hope I don't get rejected because I'm blind" makes you act like a blind person. You have insecurities, and that probably makes people avoid you. I went through the same shit before university, and there's only one way to cope with it. be yourself. get out more. And I don't mean go to parties, I mean try to meet people in your environment.Then again, if ou don't want to hang out with anyone that's fine. If you want to hang out only because you think  you should, don't bother. You're probably better off sitting by your computer, just like I was at age 10-13-15.hth

URL: https://forum.audiogames.net/post/457176/#p457176




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


Re: I need a new media player.

2019-08-22 Thread AudioGames . net Forum — Off-topic room : GameCoder via Audiogames-reflector


  


Re: I need a new media player.

I like VLC and they have a portable version as well.

URL: https://forum.audiogames.net/post/457175/#p457175




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


Re: I need a new media player.

2019-08-22 Thread AudioGames . net Forum — Off-topic room : brad via Audiogames-reflector


  


Re: I need a new media player.

Hi.sorry for all the posts, I'm not sure if this is allowed but i'd thought i'd update you guys.I'm not going to buy a new laptop this year., maybe next year, I am noticing NVDA gets a bit sluggesh from time to time but I can deal with that for now.Deleting RealTech really helped a tun. Thanks a lot MasterOfDeath

URL: https://forum.audiogames.net/post/457174/#p457174




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


Re: Unofficial Squaresoft Mud-who's playing?

2019-08-22 Thread AudioGames . net Forum — General Game Discussion : dan_c via Audiogames-reflector


  


Re: Unofficial Squaresoft Mud-who's playing?

So I'm not incredibly familiar with final fantasy, despite working my way slowly through ff10.  would you recommend this mud regardless?  it looks like a lot of fun.

URL: https://forum.audiogames.net/post/457173/#p457173




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


Re: Madden NFL 20 Beta, terms and FAQ

2019-08-22 Thread AudioGames . net Forum — General Game Discussion : dan_c via Audiogames-reflector


  


Re: Madden NFL 20 Beta, terms and FAQ

as an aside, I admittedly don't know how different the menus for playtype in 19 are than 20, but they appear to be the same.  good news is however, that getting to playtype in 20 requires 3 down from coach suggestions for both offense and defense instead of four for defense.  you'll always start off the next time on repeat last play unless you press circle or B to go back to playbook, then you'll be placed back on play type.  Remember though that if you go one to the right for example and pick a run play, when going back into playtype, you'll be put back on passing options.

URL: https://forum.audiogames.net/post/457144/#p457144




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


Re: Unofficial Squaresoft Mud-who's playing?

2019-08-22 Thread AudioGames . net Forum — General Game Discussion : Garr via Audiogames-reflector


  


Re: Unofficial Squaresoft Mud-who's playing?

1. It's not necessary to do quests to enjoy or play the game2. abilities peep in priest, libra in blue mage, and scanner in engineer give mob info3. I overview failed battles to find what went wrong and change strategies accordingly4. Sometimes a few more levels make a huge difference5. I found that stats is the biggest issue with new players. We are free to pick stat rolls and forget to worry about duration of battles and survival. For instance, a wis caster should be str and agi should total 1x, vit and will would be 1.5x each, and wis being main would be 2x so, a level 60 char would have str 30, agi 30, vit 90, wis 120, and will 90. That's for better healing/resistance, attacks, and the proper equipment.

URL: https://forum.audiogames.net/post/457172/#p457172




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


Re: Madden NFL 20 Beta, terms and FAQ

2019-08-22 Thread AudioGames . net Forum — General Game Discussion : dan_c via Audiogames-reflector


  


Re: Madden NFL 20 Beta, terms and FAQ

that's strange.  it worked for me, try right bumper?  I know it's one of the two.

URL: https://forum.audiogames.net/post/457171/#p457171




-- 
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!

2019-08-22 Thread AudioGames . net Forum — Introduce Yourself to Gain Access : GameCoder via Audiogames-reflector


  


Re: Restricted/new users: introduce yourself!

Welcome to all the new people. Audiogames.net is a a great place for discussion of games.

URL: https://forum.audiogames.net/post/457170/#p457170




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


Re: Madden NFL 20 Beta, terms and FAQ

2019-08-22 Thread AudioGames . net Forum — General Game Discussion : cyco via Audiogames-reflector


  


Re: Madden NFL 20 Beta, terms and FAQ

I pressed the right trigger but nothing happens. Here is the steps that I take.I go into franchise. Then I select offline.I select create new. I select the team I want.I go to change positions. Then I select active roster.Then I press right trigger. However nothing happens. It stays on quarterback instead of changing position.

URL: https://forum.audiogames.net/post/457169/#p457169




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


Re: a a game bassed on game of thrones game idea

2019-08-22 Thread AudioGames . net Forum — General Game Discussion : GameCoder via Audiogames-reflector


  


Re: a a game bassed on game of thrones game idea

While I have never seen GOT, yes I know, creating a game takes a lot of work, dedication and resources. Even with my own game I find like it is never complete and there is always something more to add.

URL: https://forum.audiogames.net/post/457168/#p457168




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


Re: I need a new media player.

2019-08-22 Thread AudioGames . net Forum — Off-topic room : brad via Audiogames-reflector


  


Re: I need a new media player.

Hi.It seams to have worked but... it sounds tinny now?I'm sure i'll get used to it, I think it's just a step down from the audio i'm used to?I did end up pressing the power button after a couple of minutes because NVDA wasn't talking to me, real tehc seam to be uninstalled though so that's good.Having said all that, I think I'll be buying a new laptop this year,, i've had mine for 3 or so years now and as far as I can tell, it is slowing down.I'm thinking of getting an ssd hard drive with 16 to 32 gigs of ram,, 32 would be very expencive but would keep things running fine, maybe 16 would be fine too, I don't know. I have 8 gigs now.

URL: https://forum.audiogames.net/post/457167/#p457167




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


Interview: Blind vs Visually Challenged

2019-08-22 Thread AudioGames . net Forum — Off-topic room : GameCoder via Audiogames-reflector


  


Interview: Blind vs Visually Challenged

My wife often interviews people and in this particular video she made she interviews a teacher about the differences between Blind and Visually Challenged. The teacher also explains the apps she uses. You can see it here. Feel free to like or comment too as it gives her encouragement to keep highlighting cases like this.

URL: https://forum.audiogames.net/post/457166/#p457166




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


Interview: Blind vs Visually Challenged

2019-08-22 Thread AudioGames . net Forum — Off-topic room : GameCoder via Audiogames-reflector


  


Interview: Blind vs Visually Challenged

My wife often interviews people and in this particular video she made she interviews a teacher about the differences between Blind and Visually Challenged. The teacher also explains the apps she uses. You can see it here. Feel free to like or comment too as it gives her encouragement to keep highlighting cases like this.

URL: https://forum.audiogames.net/post/457166/#p457166




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


Re: a a game bassed on game of thrones game idea

2019-08-22 Thread AudioGames . net Forum — General Game Discussion : KenshiraTheTrinity via Audiogames-reflector


  


Re: a a game bassed on game of thrones game idea

Well there's game of thrones ascension on android which is kinda accessible? That was the game that came to mind when I read this, it's the closest thing. Maybe try that out.

URL: https://forum.audiogames.net/post/457165/#p457165




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


Notification

2019-08-22 Thread AudioGames . net Forum — Site and forum feedback : GameCoder via Audiogames-reflector


  


Notification

Greets. Has Email notifications of replies been disabled for this site? Sometimes people reply but I am unaware of it and only realize when I revisit.

URL: https://forum.audiogames.net/post/457164/#p457164




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


Re: Ruler of Kings, epic story-driven browser RPG for roleplayers

2019-08-22 Thread AudioGames . net Forum — New releases room : GameCoder via Audiogames-reflector


  


Re: Ruler of Kings, epic story-driven browser RPG for roleplayers

Here is the most recent update to ROK II: you can select the Dungeon Master you want for your game.@Jason, I only just saw your message. Send me your Email address privately and I will unban it.

URL: https://forum.audiogames.net/post/457163/#p457163




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


Re: Unofficial Squaresoft Mud-who's playing?

2019-08-22 Thread AudioGames . net Forum — General Game Discussion : KenshiraTheTrinity via Audiogames-reflector


  


Re: Unofficial Squaresoft Mud-who's playing?

Pretty sure cleric and sorcerer will become missions eventually. Their solution to fixing the quest thing is to eliminate them altogether, and boy are they doing that, not sure what part of that isn't obvious. I mean half of the questlocked jobs and abilities are no longer questlocked, heck even that last bluemage ability that used to be a quest isn't a quest anymore. Also the game has been through 3 administrations, which is why we are only now starting to see changes.

URL: https://forum.audiogames.net/post/457162/#p457162




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


Re: I need a new media player.

2019-08-22 Thread AudioGames . net Forum — Off-topic room : brad via Audiogames-reflector


  


Re: I need a new media player.

Hi.I've not gotten rid of real tech audio, i'll try that.

URL: https://forum.audiogames.net/post/457161/#p457161




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


Re: In search of a text retreavel tool

2019-08-22 Thread AudioGames . net Forum — Off-topic room : GameCoder via Audiogames-reflector


  


Re: In search of a text retreavel tool

When I have to edit a large text based game like ROK II I find myself having to search through a ton of files not only for text but for its location on my PC. I have never found anything better than Agent Ransack which does an excellent job.

URL: https://forum.audiogames.net/post/457160/#p457160




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


Re: Request a name change version 2

2019-08-22 Thread AudioGames . net Forum — Site and forum feedback : MasterOfDeath via Audiogames-reflector


  


Re: Request a name change version 2

Hello, I'd like to request a name change as well.Previous name: MasterOfDeathNew name: MoonwalkerThanks in advance!

URL: https://forum.audiogames.net/post/457159/#p457159




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


Re: It's time we put mainstream games into the db!

2019-08-22 Thread AudioGames . net Forum — Site and forum feedback : GameCoder via Audiogames-reflector


  


Re: It's time we put mainstream games into the db!

defender wrote:Ruler of Kings browser gameThanks for mentioning ROK II, I will definitely like to see it added. While not perfect for the blind, many of our blind users say it is easy to navigate so it will be a plus to the AudioGames database.

URL: https://forum.audiogames.net/post/457157/#p457157




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


  1   2   >