[no]drivable

Moderator: Graf Zahl

Locked
kgsws
Posts: 22
Joined: Sun Oct 16, 2005 22:39

[no]drivable

Post by kgsws »

can you add drivable flag like in kgzdoom?
there is my sources (i tried to add in gzdoom but i have problems with compilation) http://www.zdoom.ic.cz/download/drivable.rar
User avatar
Graf Zahl
GZDoom Developer
GZDoom Developer
Posts: 7148
Joined: Wed Jul 20, 2005 9:48
Location: Germany
Contact:

Post by Graf Zahl »

I'll have to take a look how it all works first. I post again when I know more.
kgsws
Posts: 22
Joined: Sun Oct 16, 2005 22:39

Post by kgsws »

Download it again, i put into archyve original sources from kgzdoom now

and thanks :)
User avatar
Graf Zahl
GZDoom Developer
GZDoom Developer
Posts: 7148
Joined: Wed Jul 20, 2005 9:48
Location: Germany
Contact:

Post by Graf Zahl »

I just took a look but this won't work without extensive changes. You used a few hacks that have to be removed first (for example, you don't use sound variables for other tasks!) The biggest issue I am having with this is that you transfer the properties of the vehicle to the actual player actor instead of making the vehicle a player itself and linking it properly. This won't work with the revised state system of the floating point code.

But before I decide what to do I want to see Grubber's custom player class support first. That one looks more important to me and if the two are incompatible I'd have to dump this anyway.

THe bottom line is, don't expect any results soon. Sorry.

Furthermore, what's A_zmena and A_odhoz?
kgsws
Posts: 22
Joined: Sun Oct 16, 2005 22:39

Post by kgsws »

i tried to some custom classes with A_zmena("class") - not function
and a_odhoz is BlastRadius for weapons
that was only for test
Inuyasha_989
Posts: 60
Joined: Sun Sep 04, 2005 3:05

Post by Inuyasha_989 »

I hate to bug you man, but could you release the code for the a_FOV command? That would make TRUE Decorate Sniper Rifles possible :D
kgsws
Posts: 22
Joined: Sun Oct 16, 2005 22:39

Post by kgsws »

void A_FOV (AActor *actor)
{
int index=CheckIndex(1);
if (index<0 || !actor->player) return;
float newfov=EvalExpressionI (StateParameters[index], actor);
actor->player->DesiredFOV=newfov;
}
User avatar
BlazingPhoenix
Posts: 488
Joined: Sun Aug 28, 2005 5:11
Contact:

Post by BlazingPhoenix »

If you do add this Graf, you'd create a revolution in vehicle making....
User avatar
grubber
Site Founder
Posts: 230
Joined: Wed Jun 29, 2005 18:57
Location: Czech Republic, Zlin
Contact:

Post by grubber »

Graf Zahl wrote:But before I decide what to do I want to see Grubber's custom player class support first. That one looks more important to me and if the two are incompatible I'd have to dump this anyway.
Unfortunately it will probably take some time before I finish it - I'm busy with final exams. Until they're over (27.5.2006) I can't really do much.
Graf Zahl wrote:Furthermore, what's A_zmena and A_odhoz?
Czech language. "Zmena" ("zm&#283;na" to be exact) means "a change". "Odhoz" means something like "a throwing away".
User avatar
Graf Zahl
GZDoom Developer
GZDoom Developer
Posts: 7148
Joined: Wed Jul 20, 2005 9:48
Location: Germany
Contact:

Post by Graf Zahl »

Ok, then this will have to wait. I don't like the implementation anyway so I most certainly won't miss it.
User avatar
Cutmanmike
Posts: 482
Joined: Sat Sep 03, 2005 23:34

Post by Cutmanmike »

It seems like a rather messy hack anyway. I found tons of bugs with it.
User avatar
Zeg-Vok
Posts: 233
Joined: Wed Sep 21, 2005 18:04
Location: Up the creek without a paddle
Contact:

Post by Zeg-Vok »

Yes, but the +Driveable thing is still Awesome!
User avatar
Graf Zahl
GZDoom Developer
GZDoom Developer
Posts: 7148
Joined: Wed Jul 20, 2005 9:48
Location: Germany
Contact:

Post by Graf Zahl »

Cutmanmike wrote:It seems like a rather messy hack anyway. I found tons of bugs with it.

It is a messy hack. After some further investigation of what exactly it is doing I decided not to bother any further with this. I'd have to rewrite this from scratch to make it work.
Locked

Return to “Closed Feature Suggestions”