Re: Browser rpgs

2018-04-10 Thread AudioGames . net Forum — General Game Discussion : JasonBlaze via Audiogames-reflector
Re: Browser rpgs wierd, I just tryed erannorth and it's work just fine here...all the buttons are labeled URL: http://forum.audiogames.net/viewtopic.php?pid=359158#p359158 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.c

how can you update the button's label in the wx EVT_BUTTON?

2018-04-10 Thread AudioGames . net Forum — Developers room : pauliyobo via Audiogames-reflector
how can you update the button's label in the wx EVT_BUTTON? Hi all.I and my friend are buildinga GUI app with wx.While we were developing it, we faced an issue.Basically what I want to do is changing the button's label name as soon as it's pressedI've tried using the wx.SetLabel() method, b

Re: Browser rpgs

2018-04-10 Thread AudioGames . net Forum — General Game Discussion : JasonBlaze via Audiogames-reflector
Re: Browser rpgs wierd, I just tryed erannorth and it's work just fine here...all the buttons are labeledalthough yeah, the layout is kindda wierd URL: http://forum.audiogames.net/viewtopic.php?pid=359158#p359158 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-guc

Re: Second Castaways 2 public beta

2018-04-10 Thread AudioGames . net Forum — New releases room : Aprone via Audiogames-reflector
Re: Second Castaways 2 public beta I've uploaded a tiny client patch that will allow multiplayer to work once more.  A change in my web host changed how logins are handled a tiny bit, so the older way was not letting players log in correctly. URL: http://forum.audiogames.net/viewtopic.php?

Accessible realities looking for alpha testers

2018-04-10 Thread AudioGames . net Forum — General Game Discussion : ianhamilton_ via Audiogames-reflector
Accessible realities looking for alpha testers http://accessiblerealities.com/blog/acc … ow-vision/ URL: http://forum.audiogames.net/viewtopic.php?pid=359162#p359162 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi

Re: Castaways, roleplaying strategy game, by Aprone

2018-04-10 Thread AudioGames . net Forum — New releases room : Aprone via Audiogames-reflector
Re: Castaways, roleplaying strategy game, by Aprone I've uploaded a tiny client patch that will allow the game to work once more.  A change in my web host changed how logins are handled a tiny bit, so the older way was not letting players log in correctly.  Even single player was affected b

Problems with Functions in C#

2018-04-10 Thread AudioGames . net Forum — Developers room : ironcross32 via Audiogames-reflector
Problems with Functions in C# OK, so I'm experiencing a highly frustrating set of circumstances. I am making an app that will allow you to type text and have it spoken by SAPI. That part is already done and is a windows forms app. You have the text box for typing, a control to adjust the ra

Re: Inheritance NSFW Text Based Game

2018-04-10 Thread AudioGames . net Forum — New releases room : Rio Aryo via Audiogames-reflector
Re: Inheritance NSFW Text Based Game [[wow]], in version a10 is available feature to check the relationship statistics and skills of girls. That is cool. This way I can check how much my actions affect my relationship with girls. Also available schedule of activities, although new activitie

Re: desafio mortal

2018-04-10 Thread AudioGames . net Forum — General Game Discussion : DarfVader via Audiogames-reflector
Re: desafio mortal @Arron.Yes, BTB was indeed made from ultrapower code, however the point i’m trying to make is, ivan and Colton changed way more than just sounds. He added mines, teleporters, stars, the beginnings of a robot class, the titlecheck thing which was never used  still, he sort

Re: Opinions on what makes an audio game engaging

2018-04-10 Thread AudioGames . net Forum — General Game Discussion : Centauri via Audiogames-reflector
Re: Opinions on what makes an audio game engaging Interesting discussions here. I know its been a while since I've been here, but I do check in to see whats going on.Engaging the players is something I have been reminded of lately, not just grinding, but doing something with a purpose. I ag

Re: Why is no one playing tactical battle?

2018-04-10 Thread AudioGames . net Forum — General Game Discussion : ironcross32 via Audiogames-reflector
Re: Why is no one playing tactical battle? That's a shame about the multiplayer, has anyone tried it recently? I kinda wish it would be open sourced if the guy making it even says on his own page that he's not developing it anymore, at the least, make one more patch that allows people to ru

Re: Swamp, zombie FPS by Aprone

2018-04-10 Thread AudioGames . net Forum — New releases room : Aprone via Audiogames-reflector
Re: Swamp, zombie FPS by Aprone Alrighty, I've had a very busy but very productive day.  The website appears to be working now.  I've posted patches for Castaways 1 and 2 so they work after this server craziness, and also updated my server to run updated versions of both of those games.  Wh

Re: The Worst App in the World

2018-04-10 Thread AudioGames . net Forum — Developers room : Centauri via Audiogames-reflector
Re: The Worst App in the World Hah! as possibly the ONE sightie that saw it, it wasn't that bad, and we worked on making it a little more pleasing to the eye Functionally, it works as designed, the goal of any program - smiling URL: http://forum.audiogames.net/viewtopic.php?pid=359170#p359

Re: Swamp, zombie FPS by Aprone

2018-04-10 Thread AudioGames . net Forum — New releases room : Aprone via Audiogames-reflector
Re: Swamp, zombie FPS by Aprone Alrighty, I've had a very busy but very productive day.  The website appears to be working now.  I've posted patches for Castaways 1 and 2 so they work after this server craziness, and also updated my server to run updated versions of both of those games.  Wh

Re: `Cosmic Rage, an all new, all awesome Space MOO from Nathan Tech!

2018-04-10 Thread AudioGames . net Forum — New releases room : Centauri via Audiogames-reflector
Re: `Cosmic Rage, an all new, all awesome Space MOO from Nathan Tech! I beg to differ on sound packs, Flux has never had any! We rely on descriptions on rooms and objects. In order to save bandwidth, not every object spews long descriptions, unless you look at it.  It really is about design

Re: Problems with Functions in C#

2018-04-10 Thread AudioGames . net Forum — Developers room : Xsense via Audiogames-reflector
Re: Problems with Functions in C# In this case you need to create a accessor for your main form so you can call it from a static or outside class.So for example your name is called Form1Create a variable above the constructor within the class.internal static Form1 MyName {get;set;}Now in th

Re: Problems with Functions in C#

2018-04-10 Thread AudioGames . net Forum — Developers room : ironcross32 via Audiogames-reflector
Re: Problems with Functions in C# I'll try it, I'm still not really good with classes and stuff of that nature. I'm just cobbling it together with almost no knowledge. To be honest, I'm surprised I got this far. URL: http://forum.audiogames.net/viewtopic.php?pid=359172#p359172 -- Audi

Re: Problems with Functions in C#

2018-04-10 Thread AudioGames . net Forum — Developers room : Xsense via Audiogames-reflector
Re: Problems with Functions in C# Also here is my own class for Text to speech.That i use in my own game.I hope the code is not to long.Just rename the namespace or call it from there.Also remove the jaws and nvda options.If you dont wish to use them.And you must also remove the Log functio

Re: Inheritance NSFW Text Based Game

2018-04-10 Thread AudioGames . net Forum — New releases room : ashaman via Audiogames-reflector
Re: Inheritance NSFW Text Based Game Rio Aryo wrote:[[wow]], in version a10 is available feature to check the relationship statistics and skills of girls. That is cool. This way I can check how much my actions affect my relationship with girls. Also available schedule of activities, althoug

Re: Star Conquest soundpack?

2018-04-10 Thread AudioGames . net Forum — General Game Discussion : nightshade via Audiogames-reflector
Re: Star Conquest soundpack? I look forward to this potterspotter13. URL: http://forum.audiogames.net/viewtopic.php?pid=359175#p359175 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogame

Re: an accessible method to earn a little extra income

2018-04-10 Thread AudioGames . net Forum — Off-topic room : Ethin via Audiogames-reflector
Re: an accessible method to earn a little extra income @mastodont, I did in fact try applying for a job. I was rejected not because I was blind but because they had someone more qualified apply before me. (Then again, I was happy for the rejection because I wasn't interested in the job anyw

Re: adventure at c stage Remnant V 3.0 Final rC is now released!

2018-04-10 Thread AudioGames . net Forum — New releases room : Fox via Audiogames-reflector
Re: adventure at c stage Remnant V 3.0 Final rC is now released! does anyone know w hat to do about that chrome error thingy? i really wanta play, i've played before, but i don't have t he aac: files anymore URL: http://forum.audiogames.net/viewtopic.php?pid=359177#p359177 -- Audiogam

Re: `Cosmic Rage, an all new, all awesome Space MOO from Nathan Tech!

2018-04-10 Thread AudioGames . net Forum — New releases room : DarfVader via Audiogames-reflector
Re: `Cosmic Rage, an all new, all awesome Space MOO from Nathan Tech! Hi,I’m having a few problems with vip mud. I can’t for the life of me figure out how to connect, all i’m seeing is a list of chars which for some reason has fredd Valhalla, no idea what that’s about. Besides that all i’m

Re: Browser rpgs

2018-04-10 Thread AudioGames . net Forum — General Game Discussion : stirlock via Audiogames-reflector
Re: Browser rpgs Honestly, you're not missing much. The game is littered with typos and bad english, and the story is pretty nonexistent beyond a few very short paragraphs once in a while, it's very grindy. It's a neat idea but I wouldn't recommend it over all. URL: http://forum.audiogames

Re: `Cosmic Rage, an all new, all awesome Space MOO from Nathan Tech!

2018-04-10 Thread AudioGames . net Forum — New releases room : stirlock via Audiogames-reflector
Re: `Cosmic Rage, an all new, all awesome Space MOO from Nathan Tech! Sorry, centauri. I mean space moos in the style of CR, miriani etc. Flux is a different kind of game altogether. Speaking of flux, I should really get back into it! URL: http://forum.audiogames.net/viewtopic.php?pid=3591

Re: Your_adventure beta 2 released

2018-04-10 Thread AudioGames . net Forum — New releases room : pelantas via Audiogames-reflector
Re: Your_adventure beta 2 released Hi@riad,I have discovered the bug you were having, it has been fixed in the codebase. The patch in the 1st post will be updated, Thursday evening when i can't do it sooner. I will do my best to upload it tomorrow evening, but no guaranties, am rather busy

Re: how can you update the button's label in the wx EVT_BUTTON?

2018-04-10 Thread AudioGames . net Forum — Developers room : thggamer via Audiogames-reflector
Re: how can you update the button's label in the wx EVT_BUTTON? I did a quick test to see if it works and it worked on my computer.Here is the code I used (might help to solve your problem):import wxapp = wx.App()frame = wx.Frame(None, wx.ID_ANY, "Button Test", size=(640, 480))panel = wx.Pa

Re: Bokurano Daibouken 3 : secondary topic

2018-04-10 Thread AudioGames . net Forum — New releases room : danang137 via Audiogames-reflector
Re: Bokurano Daibouken 3 : secondary topic Thank you! URL: http://forum.audiogames.net/viewtopic.php?pid=359183#p359183 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Problems with Functions in C#

2018-04-10 Thread AudioGames . net Forum — Developers room : Xsense via Audiogames-reflector
Re: Problems with Functions in C# https://files.fm/u/byugz9nx There you go a quick example i made you just have to add rate to it and such, also i didnt use a speak button just type text in the text box and press enter to make it speak. URL: http://forum.audiogames.net/viewtopic.php?pid=35

Re: desafio mortal

2018-04-10 Thread AudioGames . net Forum — General Game Discussion : nidza07 via Audiogames-reflector
Re: desafio mortal You guys make this even more confusing for mods. Is the problem now UP or BTB? If BTB, I honestly could not care less despite what he added in the code afterwards. Desafio has additional things too and they are not just sounds so please do play the game at least before co

Re: aac, a little help and recomendations?

2018-04-10 Thread AudioGames . net Forum — General Game Discussion : razvitasca via Audiogames-reflector
Re: aac, a little help and recomendations? Hi tristan. Thanks for the really helpful advice. I didnt knew raising dificulty gets you more bits, this is really nice to know. My attak now is at 21, defence at 26. I still have 200 health, and i dont think ill buy more yet because as i heard, r

Re: Problems with Functions in C#

2018-04-10 Thread AudioGames . net Forum — Developers room : Xsense via Audiogames-reflector
Re: Problems with Functions in C# https://files.fm/u/byugz9nxAbove you can download the source code.I made a quick example with one text box and one combo box.instead of using a button to speak, just type something in the text box and press enter to make it speak.you still need to add thing

Re: My Google Home Max adventures

2018-04-10 Thread AudioGames . net Forum — Off-topic room : jack via Audiogames-reflector
Re: My Google Home Max adventures Google Play Music and Youtube Red are under the same umbrella, so you are paying $10 for one package containing all the services. URL: http://forum.audiogames.net/viewtopic.php?pid=359185#p359185 -- Audiogames-reflector mailing list Audiogames-reflect

Re: Luna Stories Development Release A 3d Binaural Audio Horror Game

2018-04-10 Thread AudioGames . net Forum — Developers room : sanslash332 via Audiogames-reflector
Re: Luna Stories Development Release A 3d Binaural Audio Horror Game The engine sounds really, really cool.Oculus spatialicer is a library itself? Or is a extension for fmod?Now trying the concept demo.Really we need a complete game engine with binaural audio, for a powerful languagelike c#

Re: `Cosmic Rage, an all new, all awesome Space MOO from Nathan Tech!

2018-04-10 Thread AudioGames . net Forum — New releases room : devinprater via Audiogames-reflector
Re: `Cosmic Rage, an all new, all awesome Space MOO from Nathan Tech! Yeah, pretty bad for Mac users, or those who don't want to just use demoware all the time. Ah well, I suppose I'll get VIP MUD and try it out for 30 days, but once that time is over, as a way of protesting, I'm deleting V

Re: adventure at c stage Remnant V 3.0 Final rC is now released!

2018-04-10 Thread AudioGames . net Forum — New releases room : threeblacknoises via Audiogames-reflector
Re: adventure at c stage Remnant V 3.0 Final rC is now released! Fox, do you get the error after chrome asks where to save the file?I tried the link in this topic and in the AAC topic with IE, firefox, and Chrome, and they all work fine.Try downloading the file with IE or Firefox; if you ca

Re: Browser rpgs

2018-04-10 Thread AudioGames . net Forum — General Game Discussion : MikeFont via Audiogames-reflector
Re: Browser rpgs Hi all, I just started playing on Kingdom of loathing about a week or so ago, I'm at level 7. But my question is, where are the flaws in KoL? Not sure what  you mean by flaws here. I have a couple of chars on Twilight heros also, but I'm liking KoL better, probably cause th

Re: Problems with Functions in C#

2018-04-10 Thread AudioGames . net Forum — Developers room : ironcross32 via Audiogames-reflector
Re: Problems with Functions in C# Ah, thanks. I'll check it out. Really, there is no need for this app, its just something to help me learn, which is why I'm doing it. There is no real purpose. URL: http://forum.audiogames.net/viewtopic.php?pid=359191#p359191 -- Audiogames-reflector m

Re: `Cosmic Rage, an all new, all awesome Space MOO from Nathan Tech!

2018-04-10 Thread AudioGames . net Forum — New releases room : Centauri via Audiogames-reflector
Re: `Cosmic Rage, an all new, all awesome Space MOO from Nathan Tech! @543Yer welcome anytime, of course, you brought me 100s a few years ago. and we solved many player issues because of the blindie flood that ensued! URL: http://forum.audiogames.net/viewtopic.php?pid=359192#p359192 --

Re: My Google Home Max adventures

2018-04-10 Thread AudioGames . net Forum — Off-topic room : Orko via Audiogames-reflector
Re: My Google Home Max adventures Thanks, Jack!This unit is going back for an exchange, hopefully the new one won't have this Voice Match problem, but if it does, that would pretty much mean it's a software problem that will hopefully be fixed in a future update, but since I can't find anyt

Re: My Google Home Max adventures

2018-04-10 Thread AudioGames . net Forum — Off-topic room : Jeffb via Audiogames-reflector
Re: My Google Home Max adventures @jack thanks I thought so but was not 100% sure.@Orko make sure that the app on your phone has permission to use the mic, and make sure that the mic on the max is not muted. If that doesn't work maybe try clearing the current voice profile. URL: http://for

Re: My Google Home Max adventures

2018-04-10 Thread AudioGames . net Forum — Off-topic room : Jeffb via Audiogames-reflector
Re: My Google Home Max adventures @jack thanks I thought so but was not 100% sure.@Orko make sure that the app on your phone has permission to use the mic, and make sure that the mic on the max is not muted. If that doesn't work maybe try clearing the current voice profile. URL: http://for

Re: My Google Home Max adventures

2018-04-10 Thread AudioGames . net Forum — Off-topic room : Jeffb via Audiogames-reflector
Re: My Google Home Max adventures I really wish Tasker was on IOS although IFTTT has a lot of cool things you can do I'd still like to try out Tasker with Google Home. URL: http://forum.audiogames.net/viewtopic.php?pid=359195#p359195 -- Audiogames-reflector mailing list Audiogames-ref

Re: aac, a little help and recomendations?

2018-04-10 Thread AudioGames . net Forum — General Game Discussion : nidza07 via Audiogames-reflector
Re: aac, a little help and recomendations? Also, I never manage to kill that second virus in the program files x86 folder. It certainly might be doable, but you need lots of ubgrades for that and for now, what you should do is make it fall into the corrupted sector by jumping over it and ev

Re: desafio mortal

2018-04-10 Thread AudioGames . net Forum — General Game Discussion : DarfVader via Audiogames-reflector
Re: desafio mortal Well mister smart ass, you said it yourself, you’ve never played up or BTB. I have played DM, thank you very much. And from what i’ve seen, the only real difference is maps, along with a few other miner features like clocks, the hole first / hunger thing, and a few new we

Re: Problems with Functions in C#

2018-04-10 Thread AudioGames . net Forum — Developers room : ironcross32 via Audiogames-reflector
Re: Problems with Functions in C# Well, I got it working, thanks for the help. I must admit to not really understanding why that does what it does.These two lines I'm not sure about        internal static System.Speech.Synthesis.SpeechSynthesizer SpeechEngine { get; set; }Is that some sort

Re: Problems with Functions in C#

2018-04-10 Thread AudioGames . net Forum — Developers room : Xsense via Audiogames-reflector
Re: Problems with Functions in C# Hello, no problem glad i could help.To answer few of your questions.The  internal static lineIs basically a variable, for example if i would add a text box using code.internal static TextBox MyBox {get; set;}Would be the same as adding it on the form b

Re: requesting some hints and libraries-Csharp

2018-04-10 Thread AudioGames . net Forum — Developers room : defender via Audiogames-reflector
Re: requesting some hints and libraries-Csharp Don't worry about Ethin Xsense, he talks like this to almost everyone. As with most communities their are bad apples and he is one of them. He's done this kind of thing for years and the moderators haven't gotten rid of him yet for some reason,

Re: an accessible method to earn a little extra income

2018-04-10 Thread AudioGames . net Forum — Off-topic room : turtlepower17 via Audiogames-reflector
Re: an accessible method to earn a little extra income Ah, but do you know for sure that the other applicant was more qualified than you, or are you just sugarcoating it to soften the blow of not getting hired?I'm sorry, but I find your sweeping generalizations and blanket statements to be

Re: adventure at c stage Remnant V 3.0 Final rC is now released!

2018-04-10 Thread AudioGames . net Forum — New releases room : Fox via Audiogames-reflector
Re: adventure at c stage Remnant V 3.0 Final rC is now released! i tried both IE and firefox, neither worked. firefox says i might not have permision to use it or some shit. IE says the page can't be found.and i usually don't use the save as thing if that's what your referring to, but wen i

Re: requesting some hints and libraries-Csharp

2018-04-10 Thread AudioGames . net Forum — Developers room : Xsense via Audiogames-reflector
Re: requesting some hints and libraries-Csharp Ok thank you for clarifying this for me, appriciate it. URL: http://forum.audiogames.net/viewtopic.php?pid=359204#p359204 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/

Re: Luna Stories Development Release A 3d Binaural Audio Horror Game

2018-04-10 Thread AudioGames . net Forum — Developers room : Xsense via Audiogames-reflector
Re: Luna Stories Development Release A 3d Binaural Audio Horror Game Hello,The Oculus Spacializer is a plugin for FMod.There are a lot of different types of the plugins but i am using the " Raw" version.Which means i can really dig into the low level system of it.And modify specific things

Re: requesting some hints and libraries-Csharp

2018-04-10 Thread AudioGames . net Forum — Developers room : defender via Audiogames-reflector
Re: requesting some hints and libraries-Csharp Your welcome, and I am going to do some research to help you find voice actors for free, they are out their, and you won't find much on here in a reasonable amount of time. Luna stories sounds very exciting and without going into a ton of detai

Re: requesting some hints and libraries-Csharp

2018-04-10 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: requesting some hints and libraries-Csharp @defender, considering the fact that I haven't violated any rules in my so called "arrogants" as you put it, the mods "execution" of me, if you will, would be unjust, as there isn't a rule against arrogants. If there was, I'm sure not only me,

Re: requesting some hints and libraries-Csharp

2018-04-10 Thread AudioGames . net Forum — Developers room : defender via Audiogames-reflector
Re: requesting some hints and libraries-Csharp Your welcome, and I am going to do some research to help you find voice actors for free, they are out their, and you won't find much on here in a reasonable amount of time. Luna stories sounds very exciting and without going into a ton of detai

Re: requesting some hints and libraries-Csharp

2018-04-10 Thread AudioGames . net Forum — Developers room : sorressean via Audiogames-reflector
Re: requesting some hints and libraries-Csharp @post 3:Don't use a byte array this large. Figure out what your packets might be, or gbetter yet attach a length header to your packets being the first two bytes, then read two bytes, see if the length is valid, then try to read that next amoun

Re: Problems with Functions in C#

2018-04-10 Thread AudioGames . net Forum — Developers room : ironcross32 via Audiogames-reflector
Re: Problems with Functions in C# Ah OK. Well the app is about the most ugly thing I've ever seen. I have some vision, so I can attest to its ugliness. I made a few improvements to it though. It now has labels over each control so sighted people know what they do, though for screen reader u

Re: requesting some hints and libraries-Csharp

2018-04-10 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: requesting some hints and libraries-Csharp @sorressean:And, as usual, whenever I say something wrong you lash out at me like its a personal insult to your very being. Considering that you agreed on some of my points, it wasn't all dribble, was it? Yes, in .NET, more than one method can

Re: desafio mortal

2018-04-10 Thread AudioGames . net Forum — General Game Discussion : braille0109 via Audiogames-reflector
Re: desafio mortal not an admin, but some people have started to insult, and call others names. maybe it's just me. so how did you guys try out these commands without being an admin? I should give the thing another go, but when I played with it a few weeks back, I gathered in less than an h

Re: desafio mortal

2018-04-10 Thread AudioGames . net Forum — General Game Discussion : ivan_soto via Audiogames-reflector
Re: desafio mortal So this is what you said, nidza07.If BTB, I honestly could not care less despite what he added.So what you're saying is, well who cares if the developers work their asses off, as long as its not X developer, doesn't matter if the code is leaked, stolen, cloned.@Aaron, so

Re: Accessible realities looking for alpha testers

2018-04-10 Thread AudioGames . net Forum — General Game Discussion : JasonBlaze via Audiogames-reflector
Re: Accessible realities looking for alpha testers hmm. the video is mono though... URL: http://forum.audiogames.net/viewtopic.php?pid=359213#p359213 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/lis

Re: Problems with Functions in C#

2018-04-10 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: Problems with Functions in C# Also, the internal specifier simply means that access to the variable is limited to the assembly, which is a fancy name for the program or library. URL: http://forum.audiogames.net/viewtopic.php?pid=359211#p359211 -- Audiogames-reflector mailing list

Re: requesting some hints and libraries-Csharp

2018-04-10 Thread AudioGames . net Forum — Developers room : sorressean via Audiogames-reflector
Re: requesting some hints and libraries-Csharp I'm simply showing you why, yet again your all-knowing arrogant oppinions and your haste to spew copypasted code and invalid oppinions you are wrong, yet again. It's not a personal insult, with exception to the fact that you call yourself a pro

Re: requesting some hints and libraries-Csharp

2018-04-10 Thread AudioGames . net Forum — Developers room : sorressean via Audiogames-reflector
Re: requesting some hints and libraries-Csharp I also find it interesting that you suggest the wrongful use of a lock in the form of a mutex just in case you want it (which really isn't any way to program at all), but you spent so much time complaining about the fact that he was importing a

Re: Opinions on The Gate

2018-04-10 Thread AudioGames . net Forum — General Game Discussion : Quasar via Audiogames-reflector
Re: Opinions on The Gate I just started replaying the gate, and the Spiders seem to be fixed. On Easy it stunned me for a while and attacked several times. I still lost almost half my health but it was definitely survivable. As for dealing with the early game statues on higher difficulties,

Re: desafio mortal

2018-04-10 Thread AudioGames . net Forum — General Game Discussion : DarfVader via Audiogames-reflector
Re: desafio mortal @braille, it’s a pretty huge security flaw that enables normal players to use some admin commands. They fucked it up good. URL: http://forum.audiogames.net/viewtopic.php?pid=359217#p359217 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukogl

Re: desafio mortal

2018-04-10 Thread AudioGames . net Forum — General Game Discussion : animal metal via Audiogames-reflector
Re: desafio mortal lol the only one that i seen do those admins commands is ivan, and thats because he is an admin... a few days he was don't know about now.ahah but really I have no idea what desafio team was thinking to make ivan an admin. thats something to laugh at. URL: http://forum.a

Re: desafio mortal

2018-04-10 Thread AudioGames . net Forum — General Game Discussion : DarfVader via Audiogames-reflector
Re: desafio mortal I’m not an admin, and I tryed it myself and it worked. So don’t give me that bullshit. URL: http://forum.audiogames.net/viewtopic.php?pid=359219#p359219 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.c

Re: requesting some hints and libraries-Csharp

2018-04-10 Thread AudioGames . net Forum — Developers room : ironcross32 via Audiogames-reflector
Re: requesting some hints and libraries-Csharp Doing it again are we @4, 6, 8, etc.  *sighs* I don't have the energy right now to deal with you. URL: http://forum.audiogames.net/viewtopic.php?pid=359220#p359220 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucuk

Re: requesting some hints and libraries-Csharp

2018-04-10 Thread AudioGames . net Forum — Developers room : defender via Audiogames-reflector
Re: requesting some hints and libraries-Csharp Yeah, I was talking about post 8, and I guess partly post 6 as well.And your right, we would all be up a creak with no paddle if arrogance was punishable around here, but I can't remember a time when I responded to benevolent misinformation wit

Re: desafio mortal

2018-04-10 Thread AudioGames . net Forum — General Game Discussion : animal metal via Audiogames-reflector
Re: desafio mortal lol are you okay there mate? think i touch a nerve somewhere. maybe we should get on and try some admin commands on me lol. URL: http://forum.audiogames.net/viewtopic.php?pid=359221#p359221 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukog

Re: desafio mortal

2018-04-10 Thread AudioGames . net Forum — General Game Discussion : DarfVader via Audiogames-reflector
Re: desafio mortal Lmao, onnistly i’m just tired of all the ultrapower clone bullshit. Actually I’m just tired in general. Meh fuck my life. URL: http://forum.audiogames.net/viewtopic.php?pid=359223#p359223 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu

Re: Restricted/new users: introduce yourself!

2018-04-10 Thread AudioGames . net Forum — Introduce Yourself to Gain Access : yousuf via Audiogames-reflector
Re: Restricted/new users: introduce yourself! hello.my name is yousuf, and I'd like to be a member of audiogames forum.I have another account here, so delete it.the acocount name is: YousufKatabthanks. URL: http://forum.audiogames.net/viewtopic.php?pid=359224#p359224 -- Audiogames-ref

Re: desafio mortal

2018-04-10 Thread AudioGames . net Forum — General Game Discussion : HummingBirdGuy via Audiogames-reflector
Re: desafio mortal Hi,So, I have an user account in the Desafio Mortal game where I work there as an instructor. We are people who help the others in smaller things, kind of minor things than what an admin can do.The point is, I'm giving this message in the name of Desafio Mortal's team:Our

Re: Redspot, blood and paril. First public beta released!

2018-04-10 Thread AudioGames . net Forum — New releases room : cartertemm via Audiogames-reflector
Re: Redspot, blood and paril. First public beta released! Hi guys,A little update was just released with the following changes.changes on 4/10Adds the changes command, type /changes to see what's newAdds the combo map, designed purely for hand to hand fighting. To enter, type /combo_enter.

Re: Crazy Party: mini-games and card battle! (beta58)

2018-04-10 Thread AudioGames . net Forum — New releases room : Quacker via Audiogames-reflector
Re: Crazy Party: mini-games and card battle! (beta58) Not sure if this is related to the extraction issues, but started having an odd issue yesterday, and haven't been able to resolve it, so thought I'd see if anyone here had any suggestions. When trying to launch the game, I get: "Windows

Re: desafio mortal

2018-04-10 Thread AudioGames . net Forum — General Game Discussion : animal metal via Audiogames-reflector
Re: desafio mortal lol is this serious?I think desafio is a big game on the other blind comunities like the spanish and the portuguese, instead of waving away a forum like audio games the desafio team should have try to bring it back to the forums... give proves that its a different code et

Re: desafio mortal

2018-04-10 Thread AudioGames . net Forum — General Game Discussion : HummingBirdGuy via Audiogames-reflector
Re: desafio mortal Hi,So, I have an user account named Exink in the Desafio Mortal game where I work there as an instructor. We are people who help the others in smaller things, kind of minor things than what an admin can do.The point is, I'm giving this message in the name of Desafio Morta

Re: requesting some hints and libraries-Csharp

2018-04-10 Thread AudioGames . net Forum — Developers room : matt1211 via Audiogames-reflector
Re: requesting some hints and libraries-Csharp Just to add my opinion to this topic.Ethin:You need to think before you post, for the love of god. While I am not nearly as good a programmer as others on this thread, from the way all of you write, and the things I have seen from you in the pa

Re: requesting some hints and libraries-Csharp

2018-04-10 Thread AudioGames . net Forum — Developers room : Kyleman123 via Audiogames-reflector
Re: requesting some hints and libraries-Csharp The reason you want a buffer as small as possible is because a malicious program could fill the left over space in your buffer with god knows what. It might be code they want executed as in an SQL injection or data they are trying to exfiltrate

Re: Blindcraft release, is it possible?

2018-04-10 Thread AudioGames . net Forum — General Game Discussion : animal metal via Audiogames-reflector
Re: Blindcraft release, is it possible? I wonder what happen to this project URL: http://forum.audiogames.net/viewtopic.php?pid=359232#p359232 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/a

Re: Crazy Party: mini-games and card battle! (beta58)

2018-04-10 Thread AudioGames . net Forum — New releases room : The Imaginatrix via Audiogames-reflector
Re: Crazy Party: mini-games and card battle! (beta58) That sounds sort of kind of similar to what I was experiencing. I, too, am using Windows 7 and MSSE. I haven't had this exact experience but I dare not mess with it further in case things go screwy again. No matter what anybody says, I'l

Re: requesting some hints and libraries-Csharp

2018-04-10 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: requesting some hints and libraries-Csharp Thank you, Kyleman123, for stating that so eloquently. Plus, I find it kinda hypocritical when someone says I'm arrogant, then goes to correct me and acts just as arrogant, if not outright insulting, right back. That doesn't exactly help the si

Re: requesting some hints and libraries-Csharp

2018-04-10 Thread AudioGames . net Forum — Developers room : sorressean via Audiogames-reflector
Re: requesting some hints and libraries-Csharp Okay, so I've stolen data from your system, crafted an sql injection attack, whatever and for whatever reason I've decided to put this in your buffer. What exactly happens now? How is this a security risk. It might slow things down as you try t

Re: requesting some hints and libraries-Csharp

2018-04-10 Thread AudioGames . net Forum — Developers room : sorressean via Audiogames-reflector
Re: requesting some hints and libraries-Csharp There are potential attacks I can think of, but these all have to do with denial of service rather than using the buffer size to somehow exploit the server, so I'm really struggling here to understand where the security concern is. URL: http:/

Re: requesting some hints and libraries-Csharp

2018-04-10 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: requesting some hints and libraries-Csharp Thank you, Kyleman123, for stating that so eloquently. Plus, I find it kinda hypocritical when someone says I'm arrogant, then goes to correct me and acts just as arrogant, if not outright insulting, right back. That doesn't exactly help the si

Re: requesting some hints and libraries-Csharp

2018-04-10 Thread AudioGames . net Forum — Developers room : sorressean via Audiogames-reflector
Re: requesting some hints and libraries-Csharp Okay okay, I put fuel on the fire. Now that you've accused me of doing what others are accusing you of doing, would you care to back up Kyleman123's post, or any of your own claims, or literally just add anything constructive to this post apart

Re: Crazy Party: mini-games and card battle! (beta58)

2018-04-10 Thread AudioGames . net Forum — New releases room : Draq via Audiogames-reflector
Re: Crazy Party: mini-games and card battle! (beta58) That is very strange. I'm starting to think MSE is deleting it. URL: http://forum.audiogames.net/viewtopic.php?pid=359236#p359236 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin

Re: Ontoys online game platform

2018-04-10 Thread AudioGames . net Forum — General Game Discussion : electro via Audiogames-reflector
Re: Ontoys online game platform Capture VS captcha LOL.Updating this topic. If you didn't know, there are 2600 users registrated om the networks, thanks by me. Sooner a spanish translation is on the way. URL: http://forum.audiogames.net/viewtopic.php?pid=359238#p359238 -- Audiogames-r

Re: requesting some hints and libraries-Csharp

2018-04-10 Thread AudioGames . net Forum — Developers room : sorressean via Audiogames-reflector
Re: requesting some hints and libraries-Csharp I quite literally do not understand any bit of this, you edited your post and I just seen it, so let me disassemble this latest nonsense.You say that you could add random junk into a buffer and that it would take a long time to scan; how is tha

Re: Why is no one playing tactical battle?

2018-04-10 Thread AudioGames . net Forum — General Game Discussion : CrystalD via Audiogames-reflector
Re: Why is no one playing tactical battle? I played it for a while and honestly found the game play rather manotinous.  I would have liked a bit more customization to go into building the maps I played, because all it ever really was was move units and attack after positioning them.  I fogo

Re: requesting some hints and libraries-Csharp

2018-04-10 Thread AudioGames . net Forum — Developers room : Xsense via Audiogames-reflector
Re: requesting some hints and libraries-Csharp defenderThank you i appriciate all the help is welcome.As they say its a community we can put our minds together.sorresseanYes this is what i ment you nailed it on the head with that post.Just simply saying basic knowledge is needed when you di

Re: requesting some hints and libraries-Csharp

2018-04-10 Thread AudioGames . net Forum — Developers room : Xsense via Audiogames-reflector
Re: requesting some hints and libraries-Csharp defenderThank you i appriciate all the help is welcome.As they say its a community we can put our minds together.sorresseanYes this is what i ment you nailed it on the head with that post.Just simply saying basic knowledge is needed when you di

Re: requesting some hints and libraries-Csharp

2018-04-10 Thread AudioGames . net Forum — Developers room : defender via Audiogames-reflector
Re: requesting some hints and libraries-Csharp Kyleman I wish I could ignore it, but he tends to turn completely normal topics into shitting on people.I'm not going to just let him treat someone who did nothing to deserve it like that, and considering your post signature I'd think you would

Re: requesting some hints and libraries-Csharp

2018-04-10 Thread AudioGames . net Forum — Developers room : defender via Audiogames-reflector
Re: requesting some hints and libraries-Csharp Kyleman I wish I could ignore it, but he tends to turn completely normal topics into shitting on people.I'm not going to just let him treat someone who did nothing to deserve it like that, and considering your post signature I'd think you would

Re: requesting some hints and libraries-Csharp

2018-04-10 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: requesting some hints and libraries-Csharp @25, the reason I lash out at those who cut me down when I am wrong is not the fact that its criticism. Its not that I'm offended by it. Its the manner its delivered that I have a problem with. I don't try to deliberately fail each and every ti

Re: aac, a little help and recomendations?

2018-04-10 Thread AudioGames . net Forum — General Game Discussion : Tristan04 via Audiogames-reflector
Re: aac, a little help and recomendations? Yeah, that one is really annoying. Razvitasca, glad I could help! Good Luck With the program files X86! URL: http://forum.audiogames.net/viewtopic.php?pid=359244#p359244 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-guc

Re: Why is no one playing tactical battle?

2018-04-10 Thread AudioGames . net Forum — General Game Discussion : Ethin via Audiogames-reflector
Re: Why is no one playing tactical battle? Used to play TB, kinda lost interest in it after a while. Wanted to play it about a month ago with a friend but multiplayer was down so... (On another note, I did make a random SoundRTS map, called MH1. its a SoundRTS map but nearly everything is r

Re: blind characters in games of any media, present and discuss.

2018-04-10 Thread AudioGames . net Forum — Off-topic room : CrystalD via Audiogames-reflector
Re: blind characters in games of any media, present and discuss. @Dark Champloo is a really good anime, would totally recommend watching it.  Sarah doesn't show up til near the end, though.  The Lunar Chronicles is by Marissa Meyer, and is...alright lol I like the characters more than the a

Re: requesting some hints and libraries-Csharp

2018-04-10 Thread AudioGames . net Forum — Developers room : defender via Audiogames-reflector
Re: requesting some hints and libraries-Csharp I tried to be nice a couple times my self, but it still kept happening, so now I don't see the point. URL: http://forum.audiogames.net/viewtopic.php?pid=359247#p359247 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-g

<    1   2   3   >