Author Topic: The new and improved 3D model topic!  (Read 4649293 times)

Why does the smoke come out AFTER the bolt is pulled back?
And why does it magically stop once the bolt is pushed forward?
Code: [Select]
stateName[0]                     = "Activate";
stateTimeoutValue[0]             = 0.15;
stateTransitionOnTimeout[0]       = "Ready";
stateSound[0] = weaponSwitchSound;

stateName[1]                     = "Ready";
stateTransitionOnTriggerDown[1]  = "Fire";
stateAllowImageChange[1]         = true;
stateSequence[1] = "Ready";

stateName[2]                    = "Fire";
stateTransitionOnTimeout[2]     = "BoltOut";
stateTimeoutValue[2]            = 0.25;
stateFire[2]                    = true;
stateAllowImageChange[2]        = false;
stateSequence[2]                = "Fire";
stateScript[2]                  = "onFire";
stateWaitForTimeout[2] = true;
stateEmitter[2] = GunFlashEmitter;
stateEmitterTime[2] = 0.025;
stateEmitterNode[2] = "muzzleNode";
stateSound[2] = R700FireSound;

stateName[3] = "BoltOut";
stateTimeoutValue[3]            = 0.25;
stateTransitionOnTimeout[3]     = "Smoke";
stateWaitForTimeout[3] = true;
stateSequence[3]                = "BoltOut";
stateSound[3] = R700BoltOutSound;

stateName[4] = "Smoke";
stateEmitter[4] = RemmingtonSmokeEmitter;
stateEmitterTime[4] = 2.00;
stateEmitterNode[4] = "muzzlePoint";
stateTimeoutValue[4]            = 2.0;
stateTransitionOnTimeout[4]     = "BoltIn";
stateEjectShell[4]       = true;

stateName[5] = "BoltIn";
stateTimeoutValue[5]            = 0.25;
stateTransitionOnTimeout[5]     = "Reload";
stateWaitForTimeout[5] = true;
stateSequence[5]                = "BoltIn";
stateSound[5] = R700BoltInSound;

stateName[6] = "Reload";
stateSequence[6]                = "Reload";
stateTransitionOnTriggerUp[6]     = "Ready";
//stateSequence[6] = "Ready";


I don't see the point of you posting all this in the topic. It's probably at the stage where you can go and branch off and make your own topic about it now.

I don't see the point of you posting all this in the topic. It's probably at the stage where you can go and branch off and make your own topic about it now.
I just didn't think it was worthy of one yet

It's done for now, waiting for it in the Holding Tank, i'll update it some other day if needed

I got this far before all the bullstuff got overwhelming. There are a forgetstuffloadton of tiny technical problems. I give up.

View for larger res as usual, if you must.





More T+T styled stuff.


Closest to T+T's style I've seen thus far. Good job.

Closest to T+T's style I've seen thus far. Good job.
I figured out how to texture like a Bushido

You and me, let's get crackin.
your models dont even look like tier tactical though

Howdy all y'all, I made this with my cousin in 2 hours. It's harder to make than it looks. enjoy!
http://www.youtube.com/watch?v=GUF1ZCYOZJw&feature=youtu.be

I got this far before all the bullstuff got overwhelming. There are a forgetstuffloadton of tiny technical problems. I give up.

View for larger res as usual, if you must.
Are you doing whatever it is you're doing for any reason? What are you doing anyway? Ripping the models?