Re: death match a new beginning version 2.0 released

2016-01-06 Thread AudioGames . net Forum — New releases room : prajwal via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

o nice

URL: http://forum.audiogames.net/viewtopic.php?pid=245737#p245737





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

Re: death match a new beginning version 2.0 released

2016-01-05 Thread AudioGames . net Forum — New releases room : SLJ via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

Can I help by compiling and testing on my machines? I can't code at all, so if I got the sourcecode, I won't be able to do anything with it other than compiling it if possible. Or, if you compile something then I can test if it'll work. You can also get an account on my Mac and control it using remote control. I'm not sure but I think that would work from Linux as well. There should be other possibilities than the need of buying a Mac to compile a game.

URL: http://forum.audiogames.net/viewtopic.php?pid=245575#p245575





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

Re: death match a new beginning version 2.0 released

2016-01-05 Thread AudioGames . net Forum — New releases room : danny via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

I'd rather not go the way of emulating a mac for mac support. I've been down that road before and believe me its not fun at all. The reason I braught up buying a mac is I generally prefer to have direct access to what i'm doing, that way if a bug springs up I can ressel with it as long as I need to. The closest thing i've got to a mac is an old power pc g4 sitting on my desk here running 10.5, but I don't think i'll be doing any serious development using that.

URL: http://forum.audiogames.net/viewtopic.php?pid=245636#p245636





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

Re: death match a new beginning version 2.0 released

2016-01-05 Thread AudioGames . net Forum — New releases room : manuelcortez via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

Hi guys,This is my opinion about this matter (mac and making games for this system in python). The only thing It could be a bit difficult to code in a mac using python is that you have to sort the following things:Input: If you use only pygame you will be able to type only english characters. Don't know why, but I think pygame isn't very good for chats as You have to manage all keypresses separately. And SDL 1.x (the version pygame uses) isn't very good for some keyboard functions. I have read that SDL2 adds a new input event type, but if you want to code a game in Python, using pygame, You will have to use a third party module for text input. In windows there is EasyDialogs, but there are no an equivalent in mac (a working one, I mean, the EasyDialogs for mac doesn't work in Cocoa interfaces).Sound: There's a strange bug in the sound_lib package that causes it doesn't work in Unix environments (this means only windows works). I thin
 k It's an unicode thingy, I'll fix it for Linux when I have a Linux box. If this issue is fixed for Linux presumably it may work for Mac.AccessibleOutput: I think the last version of accessibleOutput2 has changed its method to say text through Voiceover. But I didn't tested the feature, even I'm not sure if someone already did it.py2app and some packaging tools: I think this is the most difficult task to do for any non-mac developer. Py2app creates mac packages by taking the python code and compiling and applying some code. The final result is a .app file. If you don't have a mac you could try to code the other things (accessibleOutput improvements, sound_lib bugfixes and even a basic input subsystem for Unix environments). You could test the code in a mac, but you can't test if you can package your code if you don't have a mac, neither you can install the module in other operathing systems.About if is possible to make games for O
 S X I think ofcourse It is, but you will have to access to a Mac (I can't emulate one in my laptop), install Xcode, macports, some python modules and begin to code. The thing is, who has a physical mac, good python skills and wants to fix these modules so other developers can create games for this platform?

URL: http://forum.audiogames.net/viewtopic.php?pid=245628#p245628





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

Re: death match a new beginning version 2.0 released

2016-01-05 Thread AudioGames . net Forum — New releases room : manuelcortez via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

Well, to be honest I didn't worked too much with pygame for text input and sound. About the mixer module I think It isn't good because there are some weaknesses that you would fix if you really want to use it for making realtime audiogames (stereo panning, in pygame you have to set the left and right channel's volume and when I tried to do something faster It doesn't seems to work properly, environmental effects, low latency, etc.). The Only think I don't like about getting keypresses  throught pygame is that you will have to implement your own screenreader for the chat text input, I mean you have to do the running screen reader to speak whenever someone presses a key. Then you will have to handle when someone deletes a letter, presses left/right keys, presses tab, f1 or other unhandled keys, presses ctrl+home/end, etc. I think It's a better idea to display a native dialogue where the accessibility is implemented already, and you can use Ctypes f
 or this purpose.

URL: http://forum.audiogames.net/viewtopic.php?pid=245659#p245659





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

Re: death match a new beginning version 2.0 released

2016-01-05 Thread AudioGames . net Forum — New releases room : thggamer via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

@Manuel,I can confirm you that Pygame does support unicode characters.I use pygame apps with a brazilian keyboard and it works fine.However, to get that behavior, I think you'll need to use the "unicode"attribute of the keypress event.For sound, you can use the pygame mixer module, which in my opinion is very complete.About Mac and Linux support, I've done some tests and Pygame works fine on Linux.For the Mac I can't say because I don't have one, but it is very likely it can work.

URL: http://forum.audiogames.net/viewtopic.php?pid=245656#p245656





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

Re: death match a new beginning version 2.0 released

2016-01-05 Thread AudioGames . net Forum — New releases room : thggamer via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

@Manuel,About the pan issue, CAE_Jones has made a module that can convert BGT pan values to Pygame ones.If you want I can try to upload it.About the latency, you can use this line to fix it (before pygame.init):pygame.mixer.pre_init(44100, -16, 2, 1024)This will lower the buffer size and make it work.Hope this helps.

URL: http://forum.audiogames.net/viewtopic.php?pid=245676#p245676





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

Re: death match a new beginning version 2.0 released

2016-01-04 Thread AudioGames . net Forum — New releases room : SLJ via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

[[wow]]... So, does that mean you'll be able to make a version for Mac as well? That would be totally awesome. Yes I'm sure other people would be interested in a Linux version as well, but maybe more people who would be interested in a Mac version.

URL: http://forum.audiogames.net/viewtopic.php?pid=245520#p245520





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

Re: death match a new beginning version 2.0 released

2016-01-04 Thread AudioGames . net Forum — New releases room : danny via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

Unfortunitly I do not have any current mac computer to even begin the process of converting my titles over, the closest thing i've got is an old ibook power pc and that struggles to run 10.5, nore do I have the money to order a mac.

URL: http://forum.audiogames.net/viewtopic.php?pid=245522#p245522





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

Re: death match a new beginning version 2.0 released

2016-01-04 Thread AudioGames . net Forum — New releases room : danny via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

So far i'm exparamenting with python as I ran into a bit of difficultys with c++, and figured I might as well see why python keeps getting braught up in developers room as an alternitive. I can say I do rather like the language and have ported my engine over to it. I've avoided mentioning this for 2 weaks, but this means cross platform support is a possibility. And seeing as i'm a former linux user myself i'm intrested in producing my titles for both the linux and windows platforms, if anyone else is intrested as well let me know.

URL: http://forum.audiogames.net/viewtopic.php?pid=245514#p245514





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

Re: death match a new beginning version 2.0 released

2016-01-04 Thread AudioGames . net Forum — New releases room : prajwal via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

iff you want i can give you mac download link torrent link

URL: http://forum.audiogames.net/viewtopic.php?pid=245567#p245567





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

Re: death match a new beginning version 2.0 released

2016-01-04 Thread AudioGames . net Forum — New releases room : SLJ via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

Hi Danny and others.I haven't had the time to follow this project for very long time, because I've been busy with other things. It came as a surprise to me that you wanna code the next project in C++, since this language sounds extremely complex, and other languages might be easier, but also have their limites. I wish you the best of luck, and I look very much forward to see the next release. For me the programming language does not matter at all if the game just works.

URL: http://forum.audiogames.net/viewtopic.php?pid=245500#p245500





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

Re: death match a new beginning version 2.0 released

2015-12-30 Thread AudioGames . net Forum — New releases room : prajwal via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

so what is new danny

URL: http://forum.audiogames.net/viewtopic.php?pid=244750#p244750





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

Re: death match a new beginning version 2.0 released

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


  


Re: death match a new beginning version 2.0 released

danny v want dmnb plese

URL: http://forum.audiogames.net/viewtopic.php?pid=244663#p244663





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

Re: death match a new beginning version 2.0 released

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


  


Re: death match a new beginning version 2.0 released

Well guess what? You guys aren't getting it. Danny discontinued it for specific reasons, and if you really respect him you should respect his wishes. Ishan, the reason STW is still going is that Sam does not wish to discontinue STW, for his own reasons. DMNB and STW were not competing, they were two separate developers with two completely different goals and motives.

URL: http://forum.audiogames.net/viewtopic.php?pid=244665#p244665





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

Re: death match a new beginning version 2.0 released

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


  


Re: death match a new beginning version 2.0 released

severestormsteve1 wrote:Well guess what? You guys aren't getting it. Danny discontinued it for specific reasons, and if you really respect him you should respect his wishes. Ishan, the reason STW is still going is that Sam does not wish to discontinue STW, for his own reasons. DMNB and STW were not competing, they were two separate developers with two completely different goals and motives.Exactly, I don't understand why this forum has so many whiners. If I'm not mistaken, he's still working on Project Alpha, so quitting DMNB makes sense. Besides, most of the features he had planned for the new DMNB were also to be incorporated into Project Alpha, so making two games which are essentially the same makes little sense. I'm just waiting for the Project Alpha update to be released.

URL: http://forum.audiogames.net/viewtopic.php?pid=244697#p244697





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

Re: death match a new beginning version 2.0 released

2015-12-29 Thread AudioGames . net Forum — New releases room : Ishan Dhami via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

hi RTR assassin. well I think ethen also a part of realitysoftware I think If Danny is working in project alfa then ethen should host DMNB on the realitysoftware's servers. I am not a whiner but I still like the game and it is a first unique game of creativity. I hope you will agree with my point. also no spamming is happening in DMNB how do you commit that well if a programmer wants to discontinue then its his choice and we will compromise with him. Why danny thought to start a new project at this time? How we think that OK we will be in hands of danny? If he wants then we play if he don't then we will not it is not a part of justice Mr rTR assassin. ThanksIshan

URL: http://forum.audiogames.net/viewtopic.php?pid=244722#p244722





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

Re: death match a new beginning version 2.0 released

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


  


Re: death match a new beginning version 2.0 released

You've been out of the loop as far as things are on that front. Ethin has been gone from rs for quite a while now. And even if I wanted too, I couldn't put up either dmnb v1 or v2. I no longer have the source to both versions. And even if I could put up dmnb v1, its simpply not worth it. It, frankly was difficult to maintain at the best of times, and horificly frustrating at the worst, and it put intense cycologicle pressure on me. Though's who are really close to me and know me really well already know the several reasons why I layed dmnb to rest, and i'd rather not disclose them here. Its enough to say that while it might have made you happy for a few hours, it never would have made me happy, which as players in the games layder days could tell you, ment hardly any updates and lack of support. It was fun, and probably could have worked, given better circumstances, but in my book, its better left closed and its far too late to backtrack now.

URL: http://forum.audiogames.net/viewtopic.php?pid=244727#p244727





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

Re: death match a new beginning version 2.0 released

2015-12-28 Thread AudioGames . net Forum — New releases room : Ishan Dhami via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

hi danny. Why you killed this ausam game? I don't know but the possible thing is afraiding of Ultra power. well if you don't know something or maybe you have some other issue then it should not use for an excuse. at least you should give us the old game. to play only for the sake of happiness. well why survive the wild is progressing and DM is just stopped?

URL: http://forum.audiogames.net/viewtopic.php?pid=244605#p244605





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

Re: death match a new beginning version 2.0 released

2015-12-22 Thread AudioGames . net Forum — New releases room : prajwal via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

hey danny what about new thinks can tell about it?

URL: http://forum.audiogames.net/viewtopic.php?pid=243717#p243717





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

Re: death match a new beginning version 2.0 released

2015-12-20 Thread AudioGames . net Forum — New releases room : prajwal via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

c ++ is awsome thing  and dmnb dust like online dpma

URL: http://forum.audiogames.net/viewtopic.php?pid=243485#p243485





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

Re: death match a new beginning version 2.0 released

2015-12-20 Thread AudioGames . net Forum — New releases room : luciana . lu3a via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

Hopefully my bad English allowed me to translate this message correctly. Well, that's your choise, maybe you will get some new great ideas. And, I wish you good luck with learning c++, I have no ideas about programming though, but even me knows that c++ is a good thing.Anyway, I'll glad to play dmnb again, even if it will be offline version, something like project Alpha, which I haven't finished yet.  And also will glad to try new projects, especially if it will be something about the space.Take care.

URL: http://forum.audiogames.net/viewtopic.php?pid=243477#p243477





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

Re: death match a new beginning version 2.0 released

2015-12-20 Thread AudioGames . net Forum — New releases room : prajwal via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

danny it seems server offline from atlist night

URL: http://forum.audiogames.net/viewtopic.php?pid=243487#p243487





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

Re: death match a new beginning version 2.0 released

2015-12-20 Thread AudioGames . net Forum — New releases room : vlad25 via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

ok. but i think then it's ok to let us to host our own servrs if you said that yóu discontinued it for now.

URL: http://forum.audiogames.net/viewtopic.php?pid=243471#p243471





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

Re: death match a new beginning version 2.0 released

2015-12-20 Thread AudioGames . net Forum — New releases room : manuelcortez via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

Good luck with C++.

URL: http://forum.audiogames.net/viewtopic.php?pid=243495#p243495





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

Re: death match a new beginning version 2.0 released

2015-12-20 Thread AudioGames . net Forum — New releases room : danny via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

First off I pulled down the server since it takes up time to maintain, and second off I couldn't release the source or a newer version for you to host your own servers on if I wanted too since I no longer have the source, either to the client or the server.

URL: http://forum.audiogames.net/viewtopic.php?pid=243513#p243513





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

Re: death match a new beginning version 2.0 released

2015-12-19 Thread AudioGames . net Forum — New releases room : luciana . lu3a via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

Hello. Yeah I've got the same problem with login in, I tride and normal, and unzip version, created an account in the normal one, but it still is saying about password and etc.

URL: http://forum.audiogames.net/viewtopic.php?pid=243365#p243365





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

Re: death match a new beginning version 2.0 released

2015-12-19 Thread AudioGames . net Forum — New releases room : Billy via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

I love him but I can't se oh what is going on, I logged in to my account. I don't see my ship when i press d.

URL: http://forum.audiogames.net/viewtopic.php?pid=243374#p243374





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

Re: death match a new beginning version 2.0 released

2015-12-19 Thread AudioGames . net Forum — New releases room : Billy via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

what is going on, I logged in to my account. I don't see my ship when i press d. I bought a new one still nothing

URL: http://forum.audiogames.net/viewtopic.php?pid=243374#p243374





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

Re: death match a new beginning version 2.0 released

2015-12-19 Thread AudioGames . net Forum — New releases room : Rio_unesa via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

ya me too.. what happen here?

URL: http://forum.audiogames.net/viewtopic.php?pid=243409#p243409





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

Re: death match a new beginning version 2.0 released

2015-12-19 Thread AudioGames . net Forum — New releases room : danny via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

Hi guys, account ishues should be fixt, sorry for taking a while to reply. To whoever asked about the 2d idea, its not coming to dmnb, its an exparament i'm attempting in c++ to see if I can reduce the clunkyness of the system for people.

URL: http://forum.audiogames.net/viewtopic.php?pid=243371#p243371





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

Re: death match a new beginning version 2.0 released

2015-12-19 Thread AudioGames . net Forum — New releases room : Farhad Ali Bhatti via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

danny developer, the game is not showing following options. ship management, our ships, and any other planats. please fix this issue.

URL: http://forum.audiogames.net/viewtopic.php?pid=243375#p243375





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

Re: death match a new beginning version 2.0 released

2015-12-19 Thread AudioGames . net Forum — New releases room : prajwal via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

o cool c++ is its so nice programming and easy to

URL: http://forum.audiogames.net/viewtopic.php?pid=243414#p243414





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

Re: death match a new beginning version 2.0 released

2015-12-19 Thread AudioGames . net Forum — New releases room : blindndangerous via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

I can't even connect into the server...

URL: http://forum.audiogames.net/viewtopic.php?pid=243425#p243425





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

Re: death match a new beginning version 2.0 released

2015-12-19 Thread AudioGames . net Forum — New releases room : danny via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

A recent disision has been building on my mined for a while. While this doesn't mean the end of dm, it for now at least, does affect dmnb, and its a choice that i've thought about for a while, and in view of the fact i'm learning c++ now, i've decided that its time to lay this project to rest. I do want to continue on with the dm series and other projects, so understand that i'm not making this choice lightly. This is something that i've thought about and roled over in my head for quite a while now. While their are a number of reasons for this choice, I would like to elabborate that this doesn't mean that I won't ever look at an online space game like dmnb in the future, as I do think its a good idea still and that it has some potentual, but i'd like to focus on other installments in the series and do some much needed editing before I try this again.

URL: http://forum.audiogames.net/viewtopic.php?pid=243426#p243426





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

Re: death match a new beginning version 2.0 released

2015-12-19 Thread AudioGames . net Forum — New releases room : Rio_unesa via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

so how about the server, is it included in this package or in other server topic?

URL: http://forum.audiogames.net/viewtopic.php?pid=243352#p243352





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

Re: death match a new beginning version 2.0 released

2015-12-19 Thread AudioGames . net Forum — New releases room : Rio_unesa via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

so how about the server, is it included in this package or in other server topic? and why i got error when login?

URL: http://forum.audiogames.net/viewtopic.php?pid=243352#p243352





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

Re: death match a new beginning version 2.0 released

2015-12-19 Thread AudioGames . net Forum — New releases room : prajwal via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

danny i m having error wen i trying to login my  account name its telling me this account not created

URL: http://forum.audiogames.net/viewtopic.php?pid=243354#p243354





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

Re: death match a new beginning version 2.0 released

2015-12-19 Thread AudioGames . net Forum — New releases room : JasonBlaze via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

woopsy danny, i think that password issue is back... , oh btw, how about that 2d layout you  tel me yesterday? , can you make a recording or something? , just wondering how its work hehehe,

URL: http://forum.audiogames.net/viewtopic.php?pid=243356#p243356





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

Re: death match a new beginning version 2.0 released

2015-12-16 Thread AudioGames . net Forum — New releases room : danny via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

Greetings all. As was previously announced, we've returned to an installer format. Simpply redownload from the first post or this link https://dl.dropboxusercontent.com/u/266 … bsetup.exe and you'll be on dmnb.

URL: http://forum.audiogames.net/viewtopic.php?pid=243041#p243041





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

Re: death match a new beginning version 2.0 released

2015-12-16 Thread AudioGames . net Forum — New releases room : danny via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

So far nothing new currently yes. This is because i'm taking a bit of a break from the game to renew my head and get some more ideas.

URL: http://forum.audiogames.net/viewtopic.php?pid=243107#p243107





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

Re: death match a new beginning version 2.0 released

2015-12-16 Thread AudioGames . net Forum — New releases room : mike-tan via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

so, still nothin new on the surver?

URL: http://forum.audiogames.net/viewtopic.php?pid=243104#p243104





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

Re: death match a new beginning version 2.0 released

2015-12-16 Thread AudioGames . net Forum — New releases room : mike-tan via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

hi. danny. I have one question. reguarding the soulvage mission. when we finish the mission, is there any credit reward?

URL: http://forum.audiogames.net/viewtopic.php?pid=243020#p243020





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

Re: death match a new beginning version 2.0 released

2015-12-16 Thread AudioGames . net Forum — New releases room : danny via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

For the moment no. Its ment to give you 400 k but that system isn't working at the present time.

URL: http://forum.audiogames.net/viewtopic.php?pid=243036#p243036





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

Re: death match a new beginning version 2.0 released

2015-12-14 Thread AudioGames . net Forum — New releases room : Rio_unesa via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

use winrar

URL: http://forum.audiogames.net/viewtopic.php?pid=242688#p242688





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

Re: death match a new beginning version 2.0 released

2015-12-14 Thread AudioGames . net Forum — New releases room : danny via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

OK, server should be back up. And i've finished off waypoints, expect a waypoint manager in all newly baught ships soon.

URL: http://forum.audiogames.net/viewtopic.php?pid=242701#p242701





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

Re: death match a new beginning version 2.0 released

2015-12-14 Thread AudioGames . net Forum — New releases room : prajwal via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

danny server client cannot connecting to server and older setup client allso

URL: http://forum.audiogames.net/viewtopic.php?pid=242668#p242668





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

Re: death match a new beginning version 2.0 released

2015-12-13 Thread AudioGames . net Forum — New releases room : Billy via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

hello please help i can't connect to the server. i had the latest version. i pressed connect i got the message it says can't connect to the server etc

URL: http://forum.audiogames.net/viewtopic.php?pid=242520#p242520





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

Re: death match a new beginning version 2.0 released

2015-12-13 Thread AudioGames . net Forum — New releases room : danny via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

Make sure its the .7z version and not the setup file, as that still connects to the older server.

URL: http://forum.audiogames.net/viewtopic.php?pid=242617#p242617





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

Re: death match a new beginning version 2.0 released

2015-12-13 Thread AudioGames . net Forum — New releases room : Billy via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

Now I had the DM and B7C, some reason I can't unzip it open. I downloaded seven zip to try no work. I am her windows 10

URL: http://forum.audiogames.net/viewtopic.php?pid=242655#p242655





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

Re: death match a new beginning version 2.0 released

2015-12-12 Thread AudioGames . net Forum — New releases room : danny via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

OK guys, link player functionality should be present in dmnb from the accounts menu.

URL: http://forum.audiogames.net/viewtopic.php?pid=242424#p242424





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

Re: death match a new beginning version 2.0 released

2015-12-12 Thread AudioGames . net Forum — New releases room : Rio_unesa via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

ya i did, my acount is Rio and my player name Ario Surya

URL: http://forum.audiogames.net/viewtopic.php?pid=242449#p242449





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

Re: death match a new beginning version 2.0 released

2015-12-11 Thread AudioGames . net Forum — New releases room : danny via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

OK, your accounts have been linked back up to your players. Also for though's who might feel that i'm ignoring you if you see me on during the night time my time, i'm not. I've been taking a little time off the game before the server release to get my sleeping patterns back in order, so 9 times out of 10 if you come online and i'm online and its past 9 PM my time i'm probably asleep. If you have anything you need to request send me a pm, i'll get it when I get up.

URL: http://forum.audiogames.net/viewtopic.php?pid=242223#p242223





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

Re: death match a new beginning version 2.0 released

2015-12-11 Thread AudioGames . net Forum — New releases room : vlad25 via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

helloi have  a friend who is hosting now the server.ip: 5.135.207.54 port: 1245enjoy

URL: http://forum.audiogames.net/viewtopic.php?pid=242282#p242282





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

Re: death match a new beginning version 2.0 released

2015-12-11 Thread AudioGames . net Forum — New releases room : prajwal via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

my account is prajwal and my players is prajwal keny or prajwal cargo

URL: http://forum.audiogames.net/viewtopic.php?pid=242207#p242207





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

Re: death match a new beginning version 2.0 released

2015-12-11 Thread AudioGames . net Forum — New releases room : danny via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

OK guys, galactica salvage missions are doable again, and the phoenix galactica has been made so it can't be destroyed. Also fixt the mining freighters engine sound. I've decided to take a different approach to the dm engine handling. I'll have 2 versions of dmnb. 1 the main one that connects to dmnb itself, and the current version that you can connect to other games with. The next release of the engine will have the server source so you can truely start creating your own universes. You'll need to know pure basic in order to use it.

URL: http://forum.audiogames.net/viewtopic.php?pid=242263#p242263





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

Re: death match a new beginning version 2.0 released

2015-12-10 Thread AudioGames . net Forum — New releases room : Rio_unesa via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

the problem is i cannot make it public with my modem, if i in my hometown i can do it lol

URL: http://forum.audiogames.net/viewtopic.php?pid=242082#p242082





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

Re: death match a new beginning version 2.0 released

2015-12-10 Thread AudioGames . net Forum — New releases room : danny via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

Greetings. In order to fix the password ishue people were having, i've had to purge all accounts, your players are still here however. I'm trying to get a link player to account feature working, but until its operational, notify me what your player name is on dmnb and what your account name is, and i'll do the linking.

URL: http://forum.audiogames.net/viewtopic.php?pid=242166#p242166





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

Re: death match a new beginning version 2.0 released

2015-12-10 Thread AudioGames . net Forum — New releases room : danny via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

To clairify, you'll need to create the account you want me to link your player to first before I can link.

URL: http://forum.audiogames.net/viewtopic.php?pid=242183#p242183





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

Re: death match a new beginning version 2.0 released

2015-12-10 Thread AudioGames . net Forum — New releases room : Rio_unesa via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

my player is Ario Surya and my acount Rio

URL: http://forum.audiogames.net/viewtopic.php?pid=242182#p242182





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

Re: death match a new beginning version 2.0 released

2015-12-10 Thread AudioGames . net Forum — New releases room : danny via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

OK, for sure i've fixt the accounts this time. It helps if i'm looking in the right directory.

URL: http://forum.audiogames.net/viewtopic.php?pid=242102#p242102





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

Re: death match a new beginning version 2.0 released

2015-12-10 Thread AudioGames . net Forum — New releases room : Ronal via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

@danny: ok,i'm  successfully create a new akount, but bla...  this thingy still showing, Sorry, either that account has not been created yet or you have typed in the rong password.

URL: http://forum.audiogames.net/viewtopic.php?pid=242104#p242104





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

Re: death match a new beginning version 2.0 released

2015-12-10 Thread AudioGames . net Forum — New releases room : danny via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

OK, for the time being create a newer account with a different name while I look into this ishue.

URL: http://forum.audiogames.net/viewtopic.php?pid=242101#p242101





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

Re: death match a new beginning version 2.0 released

2015-12-10 Thread AudioGames . net Forum — New releases room : danny via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

That their is a bug, thanks for notifying me about it. I'll get to fixing it right away.

URL: http://forum.audiogames.net/viewtopic.php?pid=242126#p242126





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

Re: death match a new beginning version 2.0 released

2015-12-10 Thread AudioGames . net Forum — New releases room : danny via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

OK, the bug with creating accounts should be fixt now. For though's who tried to create an account and then found they couldn't log in, try creating a new account using a different name and things should work.

URL: http://forum.audiogames.net/viewtopic.php?pid=242128#p242128





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

Re: death match a new beginning version 2.0 released

2015-12-10 Thread AudioGames . net Forum — New releases room : PercyJacson via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

my name is Percy Jacson. and my account is aswar.

URL: http://forum.audiogames.net/viewtopic.php?pid=242189#p242189





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

Re: death match a new beginning version 2.0 released

2015-12-10 Thread AudioGames . net Forum — New releases room : Ronal via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

ahh, kk, my akount name is  MuhammadB22 and my player is Jason Blaze  and Michael Carl

URL: http://forum.audiogames.net/viewtopic.php?pid=242191#p242191





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

Re: death match a new beginning version 2.0 released

2015-12-09 Thread AudioGames . net Forum — New releases room : Ronal via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

emm hello...  anyone know what happen here?  , i can't login to my akount and create a new akount also , i deadly sure i'm  not forget my password , emm, when i create a new akount and tryed to login to that akount its says:  sorry this akount not  created  yet or you type in the wrong password or something like that, hehehe, sorry for my english 

URL: http://forum.audiogames.net/viewtopic.php?pid=241952#p241952





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

Re: death match a new beginning version 2.0 released

2015-12-09 Thread AudioGames . net Forum — New releases room : Ronal via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

[ a-t ] danny, my akount name is Jason , with caps j , emm, if you can't do anything with it, , just wipe that akount + the player, hehehe i will create a new one

URL: http://forum.audiogames.net/viewtopic.php?pid=241976#p241976





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

Re: death match a new beginning version 2.0 released

2015-12-09 Thread AudioGames . net Forum — New releases room : danny via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

What's your account name and i'll have a look. Also for though's who are curious, class m planets have been updated to the new side scroller format. For though's who are curious as to weather planet cracking from the old dmnb will return, the answer is yes, i'm just constructing the ship class now to set things up. Also this was requested a few days ago and something we had on the old dmnb, but i'm implementing a waypoint system so you can store the locations of different galactic coordinates, waypoints can of course have custom names.

URL: http://forum.audiogames.net/viewtopic.php?pid=241968#p241968





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

Re: death match a new beginning version 2.0 released

2015-12-09 Thread AudioGames . net Forum — New releases room : Ronal via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

[ a-t ] danny, my akount name is Jason , with caps j

URL: http://forum.audiogames.net/viewtopic.php?pid=241976#p241976





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

Re: death match a new beginning version 2.0 released

2015-12-09 Thread AudioGames . net Forum — New releases room : Ronal via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

emm, i can't recreate my akount , lol, Their is already an account created with this username. Please try registering with a different username. 

URL: http://forum.audiogames.net/viewtopic.php?pid=242017#p242017





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

Re: death match a new beginning version 2.0 released

2015-12-09 Thread AudioGames . net Forum — New releases room : danny via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

Try now. Also for the curious who want to see the future planet cracker class vessel let me know when your on and i'll let you have a look around. As for red warp, i've braught it back now more like the one that's getting built in the newer project alpha, as I plan for a mission to take place abord it. Planets can now have minerals and after you survey them and land on them you can still walk around them, note though you can only do this if the planet is class m. Moons are also capable of this.

URL: http://forum.audiogames.net/viewtopic.php?pid=242023#p242023





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

Re: death match a new beginning version 2.0 released

2015-12-09 Thread AudioGames . net Forum — New releases room : Rio_unesa via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

Ya what happen with my acount also, its Rio with cap r on it.. same happen with jason...

URL: http://forum.audiogames.net/viewtopic.php?pid=242057#p242057





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

Re: death match a new beginning version 2.0 released

2015-12-09 Thread AudioGames . net Forum — New releases room : Ronal via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

@mas rio: emm, can you send me your server's connection info?  , i really want to try it , :d , em, if you don't want your server to be publick, please send me the connection info via pm , :d

URL: http://forum.audiogames.net/viewtopic.php?pid=242076#p242076





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

Re: death match a new beginning version 2.0 released

2015-12-09 Thread AudioGames . net Forum — New releases room : Ronal via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

@mas rio: emm, can you send me your server's connection info?  , i really want to try it ,  , em, if you don't want your server to be publick, please send me the connection info via pm , 

URL: http://forum.audiogames.net/viewtopic.php?pid=242076#p242076





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

Re: death match a new beginning version 2.0 released

2015-12-09 Thread AudioGames . net Forum — New releases room : Ronal via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

@danny: ahaha still don't work@mas rio: emm, can you send me your server's connection info?  , i really want to try it ,  , em, if you don't want your server to be publick, please send me the connection info via pm , 

URL: http://forum.audiogames.net/viewtopic.php?pid=242076#p242076





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

Re: death match a new beginning version 2.0 released

2015-12-09 Thread AudioGames . net Forum — New releases room : danny via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

OK, go ahead and recreate.

URL: http://forum.audiogames.net/viewtopic.php?pid=242012#p242012





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

Re: death match a new beginning version 2.0 released

2015-12-08 Thread AudioGames . net Forum — New releases room : danny via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

Greetings all. As per requests and just like in v1, the inventory system now shows one of each item reducing on spam.

URL: http://forum.audiogames.net/viewtopic.php?pid=241835#p241835





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

Re: death match a new beginning version 2.0 released

2015-12-08 Thread AudioGames . net Forum — New releases room : nibar via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

hi! i can't open this file and i need a spechel program so i can open the game. what program i need? sorry for my English. mail program to me, my mail is, ni...@hotmail.se thanks

URL: http://forum.audiogames.net/viewtopic.php?pid=241852#p241852





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

Re: death match a new beginning version 2.0 released

2015-12-08 Thread AudioGames . net Forum — New releases room : vlad25 via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

hey man. but i think you could  do this server thing to work for us properly even if we don't wanna make another space game and we just only want to setup a server. could you make for us abit an easier way for setting up the server? or could you explain on readme how to set it up on windows please?

URL: http://forum.audiogames.net/viewtopic.php?pid=241860#p241860





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

Re: death match a new beginning version 2.0 released

2015-12-08 Thread AudioGames . net Forum — New releases room : danny via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

You need 7zip, and @vlad, i've repeatedly explained 120 times over, please do not make me restate it that that is not why I released the server. If you don't intend to start your own game, don't use it and play on dmnb or some other server using the same engine. Its not for instant setup and usage.

URL: http://forum.audiogames.net/viewtopic.php?pid=241865#p241865





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

Re: death match a new beginning version 2.0 released

2015-12-07 Thread AudioGames . net Forum — New releases room : danny via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

Crash, that part is intentional, both things you braught up. 1, their's a new sound skeem that replaces the older sound skeem, and hents all the room/bridge files are unrequired, and B the running speed was made to match more closely project alpha.

URL: http://forum.audiogames.net/viewtopic.php?pid=241654#p241654





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

Re: death match a new beginning version 2.0 released

2015-12-07 Thread AudioGames . net Forum — New releases room : danny via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

Greetings all. Galactica salvage missions are back in action from the mission terminal on inderion station. Enjoy!

URL: http://forum.audiogames.net/viewtopic.php?pid=241728#p241728





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

Re: death match a new beginning version 2.0 released

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


  


Re: death match a new beginning version 2.0 released

Hithat may be the case danny, however in that case, ships the fraiters and the shuttle that were ported from the previous version use doors that are not in the game.Maybe other stations and items are nike this I have not checked, the point is, that in order for some doors and stuff to work I have had to coppy my sounds from the old game to the new one.I have noticed you havn't updated the installers either but thats a small thing.I notice red warp is not in this version.also how far do I need to be to find derelicts.What happened to the smaller battleships, corvets, frigates and the cruisers.just wandering I will be back later on to continue building up cash.one thing I'd like is a way to know when my bays are full, I mined over 20 rocks but only recieved about 180k for those.

URL: http://forum.audiogames.net/viewtopic.php?pid=241734#p241734





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

Re: death match a new beginning version 2.0 released

2015-12-07 Thread AudioGames . net Forum — New releases room : danny via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

Crashmaster, the freighters and shuttles have been upgraded, they were upgraded a while ago. All you got to do is sell and rebuy. Also red warp isn't in this version because its getting a redesign in project alpha.

URL: http://forum.audiogames.net/viewtopic.php?pid=241749#p241749





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

Re: death match a new beginning version 2.0 released

2015-12-07 Thread AudioGames . net Forum — New releases room : danny via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

OK all, repairing systems should be fixt now so you should no longer have tractoring ishues. And for though's that our curious, dmnb will be the main testing game where i'll make updates to the server, and release new server versions.

URL: http://forum.audiogames.net/viewtopic.php?pid=241773#p241773





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

Re: death match a new beginning version 2.0 released

2015-12-06 Thread AudioGames . net Forum — New releases room : danny via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

Greetings. Despite what things may show this is not dead, its just moved to the newer server. The dmnb server and client topic has the connection info and newer client to connect with, but i'll edit the first post so the link points to the correct client. Anyways, i've got plasma rifles and medkits and such running again. I've just got to get the galactica mission back up and running and i'll still continue putting updates to the server.

URL: http://forum.audiogames.net/viewtopic.php?pid=241594#p241594





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

Re: death match a new beginning version 2.0 released

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


  


Re: death match a new beginning version 2.0 released

Hi.one thing I have noticed is that not all the sounds are coppied over to the new version I had to pull some files from the installed coppy of the game.Also the running speed is a lot slower so is walking.

URL: http://forum.audiogames.net/viewtopic.php?pid=241623#p241623





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

Re: death match a new beginning version 2.0 released

2015-12-05 Thread AudioGames . net Forum — New releases room : Dragonlee via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

Why do u have to manually download the updates. U should really work on auto updates as manual updates really turn a lot people off, as they might not know that the updates exist and might think the game is broken

URL: http://forum.audiogames.net/viewtopic.php?pid=241257#p241257





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

Re: death match a new beginning version 2.0 released

2015-12-01 Thread AudioGames . net Forum — New releases room : saiteja via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

Hi all,I have recently found that my character named Saiteja Muppavarapu got unlinked from my account. I tried deleting my account and recreating the account, but it didn't work. Any help in this matter would be greatly appreciated.

URL: http://forum.audiogames.net/viewtopic.php?pid=240777#p240777





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

Re: death match a new beginning version 2.0 released

2015-11-30 Thread AudioGames . net Forum — New releases room : danny via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

Greetings all. I've made some more adjustments to the galactica salvage mission making it a bit easier for players to get into now. If the orion is still in the game and no players who are partaking in the galactica salvage mission are online, the orion will be destroyed, this is to give though's who are online a chance at taking the mission. Additionally if the leader of the mission dies, the orion will be opened up so the rest can continue the mission.

URL: http://forum.audiogames.net/viewtopic.php?pid=240614#p240614





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

Re: death match a new beginning version 2.0 released

2015-11-29 Thread AudioGames . net Forum — New releases room : danny via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

You might need to use nvda to play, as far as I know jaws doesn't work with the game.

URL: http://forum.audiogames.net/viewtopic.php?pid=240528#p240528





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

Re: death match a new beginning version 2.0 released

2015-11-29 Thread AudioGames . net Forum — New releases room : danny via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

Greetings! The galactica salvage mission is now ready for players to have a go at. Try it via the mission terminal on inderion. I suggest bringing a healthy supply of medkits and plasma energy as I myself almost died while attempting to repair the galactica's computer core. Only one group at a time can try until the orion is destroyed after it redocks. The mission is short but is an exparament to see how the objective baste system works, give it a go and tell me what you think.

URL: http://forum.audiogames.net/viewtopic.php?pid=240543#p240543





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

Re: death match a new beginning version 2.0 released

2015-11-29 Thread AudioGames . net Forum — New releases room : sswwaaiikkee via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

hiI have problem when I m open game but don't talk and don't read game menu

URL: http://forum.audiogames.net/viewtopic.php?pid=240490#p240490





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

Re: death match a new beginning version 2.0 released

2015-11-29 Thread AudioGames . net Forum — New releases room : danny via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

Greetings all. I'm still putting it together but once i'm done, the first objective baste mission for dmnb, galactica salvage. After landing with the orion onboard the galactica your task is to repair the computer core and obtain the research data being done on project alpha that was stored abord, all the while battling off project alpha's creations. The mission includes a bit of project alpha stile tractor beam system repair work and some project alpha creation slaying in true dmpa stile. While this is a short mission, it can be done with at least a team of 2, soloed on your own or if your up for it an entire group. This is a primary test of concept to see how well the idea does on the online platform, if people like it i'll continue with making more missions to expand the dm storyline.

URL: http://forum.audiogames.net/viewtopic.php?pid=240454#p240454





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

Re: death match a new beginning version 2.0 released

2015-11-28 Thread AudioGames . net Forum — New releases room : danny via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

Make sure you have the latest update, if your still running from the 2d build for exampple beta 1 then the game won't let you in.

URL: http://forum.audiogames.net/viewtopic.php?pid=240342#p240342





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

Re: death match a new beginning version 2.0 released

2015-11-28 Thread AudioGames . net Forum — New releases room : danny via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

Greetings all! You've requested it, and here it is. Tired of enemies constantly murdering you beyond belief? Weapon damage and range needing an upgrade? Reintraducing the new upgrade components system from project alpha. You can find upgrade components  on inderion station at the galactic network terminal, and assuming you have a plasma rifle or any other sort of weapon you can upgrade it using the upgrade station located on inderion as well. Also i've decided to take the game more in line to the dm series, to take a new approach, this means I won't be going in the rp direction of the previous game. I have in the planning stages to do a newer mission baste objective system, i'll show it off once I figure out what the first mission should be about and once its implemented. I intend to still keep the game open however for though's who just want to bounce around the universe.

URL: http://forum.audiogames.net/viewtopic.php?pid=240416#p240416





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

Re: death match a new beginning version 2.0 released

2015-11-28 Thread AudioGames . net Forum — New releases room : RTR_Assassin via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

This is exactly what I've been waiting for! DMPA continued online instead of mud-style rp. I haven't logged on in a few days since being brutally murdered by creatures on Andromeda. Two of my ships are still stuck there, at least I hope they still are. Anyway, I'll go back on to enjoy more of what DMNB, or DM 2 has to offer.

URL: http://forum.audiogames.net/viewtopic.php?pid=240421#p240421





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

Re: death match a new beginning version 2.0 released

2015-11-27 Thread AudioGames . net Forum — New releases room : danny via Audiogames-reflector


  


Re: death match a new beginning version 2.0 released

Sorry for taking so long as I was away when this was asked on the game. If you have trouble moving or undocking, remember to engage your ships fusion drive, its off by default unless you turn it on.

URL: http://forum.audiogames.net/viewtopic.php?pid=240233#p240233





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

  1   2   >