News:

One Minute Game Review by The Happy Friar: https://ugetube.com/@OneMinteGameReviews
Also on Rumble: https://rumble.com/c/c-1115371

idTech 4 (aka Doom 3 tech) Discord Server! https://discord.gg/9wtCGHa

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - bitterman

#46
Strutt your stuff! / Re: Storm Engine 2 update
October 30, 2018, 11:13:32 AM
Yes, the vehicle auto-drives along path_corner at start if path_corner set as "target" for vehicle's entity.

Is there a way to bring back normal view in editor's window?

Not sure what is cause for this distortion.
#47
Strutt your stuff! / Re: Storm Engine 2 update
October 26, 2018, 02:30:22 AM
Btw funny fact about vehicles:

In D3 main part of vehicle's code located in AFEntity.cpp and it can get control via impulse_40 from Player.cpp.

Looks like AFEntity.cpp from D3BFG (and perhaps from RB too) has same stuff but impulse_40 was excluded from Player.cpp so vehicle's code can not get control either way.

In SE2 impulse_40 was reverted back, replaced with BUTTON_USE and stuff from AFEntity.cpp significantly extended (added new 4wd spawnclass, exhaust particle system etc).

P.S. Now I try to understand what is autodriving, waypoints and related stuff. In SE2 test map I see only vanilla 'path_corner'.

#48
Strutt your stuff! / Re: Storm Engine 2 update
October 25, 2018, 09:34:16 AM
Yep
#49
Strutt your stuff! / Re: Storm Engine 2 update
October 24, 2018, 11:44:51 AM
Done!
#50
Strutt your stuff! / Re: Storm Engine 2 update
October 23, 2018, 09:56:47 PM
Quote from: motorsep on October 23, 2018, 09:31:55 AM
I sent you the material, so it's all there.

Nope, you forgot :)
It was recreated by me from .md5mesh.
Sorry :)

I see this fragment in to Code, but not sure about syntax.

Somethings like
{

glow
map textures/glow.tga
}

?
#51
Strutt your stuff! / Re: Storm Engine 2 update
October 23, 2018, 05:36:19 AM
mt how to use 'glow' stage in buggy.mtr?
Is it implenented from RB? Is it really glow (even in the dark)?

THF, it can be used as analogue, I belive. And even reworked.
#52
Strutt your stuff! / Re: Storm Engine 2 update
October 19, 2018, 11:00:57 AM
Do you see Q4 code (about vehicle stuff)?
It may be useful.

P.S. just as example:

/*
================
rvVehicleAnimated::Save
================
*/
void rvVehicleAnimated::Save ( idSaveGame *savefile ) const {
savefile->WriteVec3( storedPosition );

savefile->WriteStaticObject ( physicsObj );

savefile->WriteAngles ( viewAngles );
savefile->WriteFloat ( turnRate );

// why are we writing out the viewAxis here???
savefile->WriteMat3 ( viewAxis );

// TEMP
animator.Save( savefile );
}

/*
================
rvVehicleAnimated::Restore
================
*/
void rvVehicleAnimated::Restore ( idRestoreGame *savefile ) {
savefile->ReadVec3( storedPosition );

physicsObj.SetSelf( this );
physicsObj.SetClipModel( new idClipModel( GetPhysics()->GetClipModel() ), 1.0f );
savefile->ReadStaticObject ( physicsObj );
RestorePhysics ( &physicsObj );
physicsObj.EnableClip();

savefile->ReadAngles ( viewAngles );
savefile->ReadFloat ( turnRate );

savefile->ReadMat3 ( viewAxis );

// TEMP - restore animator, because it was cleared when loading the AF
animator.Restore( savefile );
animator.GetJoints( &renderEntity.numJoints, &renderEntity.joints );
animator.GetBounds( gameLocal.time, renderEntity.bounds );
// TEMP

additionalDelta.Zero();
}



You remind me about D3 SDK.
#53
Strutt your stuff! / Re: Storm Engine 2 update
October 14, 2018, 05:17:17 AM
Feeling like UT :)
#54
Strutt your stuff! / Re: Storm Engine 2 update
October 13, 2018, 08:16:54 PM
Quote from: Snehk on October 13, 2018, 06:03:57 PM
RMB crashing the engine for no reason

I get the same in D3 or BFG. Missing script and related stuff, I think.
#55
Strutt your stuff! / Re: Storm Engine 2 update
October 12, 2018, 11:25:01 PM
Can you show any vechicle.def and any water.mtr?
#56
Strutt your stuff! / Re: Storm Engine 2 update
October 07, 2018, 10:10:38 AM
All the problems were related to the missing assets.

Picture looks blurry IMO (look at "Wall").
#57
Strutt your stuff! / Re: Storm Engine 2 update
October 07, 2018, 01:58:42 AM
Quote from: silverjoel on October 06, 2018, 11:02:31 AM
Snehk did a base asset pack a while ago.

404, but thanks anyway.

Quote from: motorsep on October 06, 2018, 03:55:59 PM

Player def from Phaeton: https://pastebin.com/MP0HWpKT

map format is the same, but you obviously need to built it with dmap from SE2. Also if you have stuff that isn't defined in materials/defs, you might have issues.

Yes, looks like this one, some problems with rendermodel. Need a blackbox and _white.

Is fs_game works?

Quote from: bitterman on October 06, 2018, 02:54:21 AM
? I have a flow bug with map butter error.

How can anyone understand that? :)

I mean a "floating bug with map buffer".
#58
Strutt your stuff! / Re: Storm Engine 2 update
October 06, 2018, 02:54:21 AM
Quote from: The Happy Friar on September 24, 2018, 02:06:00 PM
  Issue is related to the player start.  I think I need to get the player.def/script updated correctly

They rename 'player_doommarine' to 'player_female' (I even found her name) ;)

But worts of all is:

hipJoint = animator.GetJointHandle( value);   

In comparison with D3BFG the SE2 gives a wrong 'modelDef' with numJoints = 0.

This gives an error. Perhaps missed some assets but not sure.

********* P.S. It was a bad idea to mess with code without proper assets. ************

motorsep, how looks player.def?

Map's format is same as d3bfg? I have a flow bug with map butter error.

#59
Strutt your stuff! / Re: Storm Engine 2 update
October 02, 2018, 12:37:53 PM
Quote from: motorsep on October 02, 2018, 09:09:28 AM

Lol, that's not how it should look when properly built.

It's just a collage with few screens.

Next time I try to start it with some custom maps.

It's looks good but I still worry about non-flexible closed menus part.
In case of SE2 also random modified part (I mean AddTextSlider and more, Menu_Widget_Item.cpp up from 12 to 17 kB etc.)    :)
#60
Strutt your stuff! / Re: Storm Engine 2 update
October 02, 2018, 07:44:30 AM
SE2 have a lot of modifications in menus code. E.g. added control widget list (sliders, buttons etc.).

What are advantages?