,ore the an attack art?

Mr.Wolna

Vault Senior Citizen
whats about three art of attack? or si this hardcoded by the engine?

For spear ist 54 but what when i add 3 values in aproto by a hexeditor? Will this worK?
 
ok a sper!

you can fight with or throw sit these are two attak art, define in the pro as 54 5 for fight 4 for throw

so what happen wwhen a add a 3 value 54x so will be a third attack type aviable?

i ask because i experemnt with pros... like the shavel.

HOw wok it there si no script, but how work it that you can open a grave.plz explain me these two little queatins!
 
I think the various attack types are hard coded (and limited by art) from what dude_obj and I tested out a few years back.

We went through and tested out the various combination to see if we could un-lock any new attack types.

We tried various combinations of the attack code suffix.
eg:

- Rifle thrust (for a bayonet attack)
- Sledge Hammer Throw
- club throw
- Spear swing

None of the above codes options seemed to work in our testing :( But we did discover that all of the gun had a 'single shot attack', 'burst mode' and 'continuous fire' Which lead to the art pack that I made which lets modders make new guns such as an automatic pistol, hand flamer etc....

In regards to the shovel digging up graves the script is either attached to the grave or the map most likely rather than the shovel.

*EDIT*
The testing we done was by using the offical mappers and the default attack codes, we didn't check to much outside the original codes, but if you are hex editing the protos you could try and make up a new gun after the bazooka

I figure that each suffix letter is represented by a hexadecimal digit and it might be possible to use digits outside those of the engine ie a crossbow's single shot could be designated by the "OJ" suffix. You would need to figure out what hex digit represented each letter or weapon (ask cubix he would know after making his proto editor).

SUFIXTAG Part 1

A* = Unarmed
B* = Death
C* = Stand Up
D* = Knife
E* = Stick
F* = Hammer
G* = Spear
H* = Pistol
I* = SMG
J* = Rifle
K* = Heavy
L* = Minigun
M* = Bazooka
N* = Called Shot
R* = Corpse



SUFIXTAG Part 2

*A = Idle
*B = Walk
*C = Equip
*D = Unequip
*E = Dodge
*F = Thrust
*G = Slash
*H = Aim Gun
*I = Lower Gun
*J = Single Shot
*K = Burst
*L = Continuous
*M = Throw
 
Wolna, you should perhaps consider using the spellchecker and proofread your topic titles a bit.
 
Back
Top