Page 4 of 13

Re: [WIP] GZDoom - Tower of Babel

Posted: Wed Jun 29, 2011 3:59 pm
by NeuralStunner
FDARI wrote:If the actual data on type-specific damage is stored per class and not per actor, modifying it per actor is not feasible.
IIRC that's the case.

Re: [WIP] GZDoom - Tower of Babel

Posted: Wed Jun 29, 2011 5:38 pm
by Ryan Cordell
Nash:
If you are comfortable with making a new function for it, go ahead. Otherwise you could probably hijack the ActorProperty functions in ACS.


The only problem with bobbing right now is the limiter property. It determines how narrow or wide the weapon bobbing can be. Trouble is, using it has side effects, since the weapon slides left and right if the value is non-zero (AKA default).

Re: [WIP] GZDoom - Tower of Babel

Posted: Thu Jun 30, 2011 2:24 am
by Nash
Question is, does it make sense to add model yaw, pitch and roll as actor properties? They're only being used for models and nothing else...

Re: [WIP] GZDoom - Tower of Babel

Posted: Thu Jun 30, 2011 4:05 am
by Ryan Cordell
Well, perhaps you wanted to change a particular actor's rotation? Or a group? And if they all have models? XP

Re: [WIP] GZDoom - Tower of Babel

Posted: Fri Jul 01, 2011 4:03 am
by disposable_username2
Is the source available? Just asking.

Re: [WIP] GZDoom - Tower of Babel

Posted: Fri Jul 01, 2011 8:17 pm
by Ryan Cordell
Afraid not. The thought hadn't really crossed my mind.. Hm.

Re: [WIP] GZDoom - Tower of Babel

Posted: Sat Jul 02, 2011 1:23 pm
by disposable_username2
Ryan Cordell wrote:Afraid not. The thought hadn't really crossed my mind.. Hm.
So what you think about it now?

Re: [WIP] GZDoom - Tower of Babel

Posted: Sat Jul 02, 2011 1:27 pm
by Gez
The licenses for several part of GZDoom require that the source be available. They include the OPL emulator, the FraggleScript code, and the OpenGL renderer.

Just sayin'.

Re: [WIP] GZDoom - Tower of Babel

Posted: Sat Jul 02, 2011 3:00 pm
by NeuralStunner
I'm sure it wouldn't be too hard to zip up the source folder and upload it on request.

Re: [WIP] GZDoom - Tower of Babel

Posted: Sat Jul 02, 2011 3:11 pm
by Nash
Or better yet, setup a code repository just like ZDoom! You're already on Google Code, aren't you?

Re: [WIP] GZDoom - Tower of Babel

Posted: Sat Jul 02, 2011 10:35 pm
by Ryan Cordell
Alright, dangit, I get it, I'll have to release the source. But not yet at least. I'd like to get some features out of the way before I'll even consider uploading it as well as the executable.

Re: [WIP] GZDoom - Tower of Babel

Posted: Sun Jul 03, 2011 1:58 am
by Nash
Don't forget to compile a release version. :D

Re: [WIP] GZDoom - Tower of Babel

Posted: Sun Jul 03, 2011 2:01 am
by Ryan Cordell
Already done that. Should be in that SVN link.

.. Which brings me to the realization that I forgot to work on that puff randomizing deal before this release. Oh well.

Re: [WIP] GZDoom - Tower of Babel

Posted: Sun Jul 03, 2011 1:59 pm
by disposable_username2
Ryan Cordell wrote:But not yet at least. I'd like to get some features out of the way before I'll even consider uploading it as well as the executable.
Ancient excuse used by closed source developers. Either the list of tasks which need to be done before source release perpetually expands or some items from it never get done. I personally don't want another skulltag.

Re: [WIP] GZDoom - Tower of Babel

Posted: Sun Jul 03, 2011 4:58 pm
by NeuralStunner
disposable_username2 wrote:Ancient excuse used by closed source developers.
It's not an "excuse" for anything. He has no intention of deliberately keeping it closed source. :|