Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsCog Forum → Once more i request a cog
Once more i request a cog
2002-01-20, 7:31 AM #1
Now. the last time i requested it GBK told me to edit some line of code that did not exist in static.jkl (i looked for ages. maybe its just mine.. i don't know!)

But i want a cog that makes me slide/go faster. basically exactly like that cool boarding mod! I would appreicate it if someone can tell me how to do this or do it themselves for me, either way is fine

Thanks
-Moltar
2002-01-20, 9:42 AM #2
Of course the line doesnt exist, you have to add it.

 

Add the following lines:


Code:

_actor            none               orient=(0.000000/0.000000/0.000000) type=actor collide=1 move=physics thingflags=0x20000000 mass=150.000000 physflags=0x4a4f maxrotvel=200.000000 maxvel=1.000000 health=40.00 maxhealth=40.00 maxrotthrust=180.00 jumpspeed=1.50 eyeoffset=(0.000000/0.000000/0.037000) minheadpitch=-80.00 maxheadpitch=80.00 lightoffset=(0.000000/0.070000/0.040000) lightintensity=0.80

walkplayer        _actor             type=player thingflags=0x20000401 light=0.200000 model3d=ky.3do size=0.065000 movesize=0.065000 puppet=ky.pup soundclass=ky.snd cog=kyle.cog surfdrag=0 airdrag=0 staticdrag=0 health=100.00 maxhealth=100.00 maxthrust=2.00 typeflags=0x1 error=0.50 fov=0.71 chance=1.00
And when the moment is right, I'm gonna fly a kite.
2002-01-20, 9:49 AM #3
On second thought, maybe a small cog...


Code:
#01/2002 GBK
Symbols
Message Startup
Thing Player    Local
End
Code
Startup:
Sleep(0.5);
Player = JKgetlocalplayer();
Parsearg(Player, "Surfdrag=0");
Parsearg(Player, "Airdrag=0");
Parsearg(Player, "Staticdrag=0");
Stop;
End



Simple as pie. Just add this to your level, and the player will move faster than superman. And I do mean faster... [http://forums.massassi.net/html/biggrin.gif]


------------------
Success is the inverse relationship between effort, gain, and loss.
And when the moment is right, I'm gonna fly a kite.

↑ Up to the top!