Modding

Discussions about ET modding (sdk code, player/weapon modeling)

Moderators: Forum moderators, developers

User avatar
dutchmeat
Posts: 62
Joined: Tue Jan 28, 2003 8:08 am
Location: Netherlands
Contact:

Modding

Post by dutchmeat »

Hi
Can someone help me with modding???
I want to add comands like: Slow panzer and i want weapon limiting.

can please some1 help meh/ :?:


greetigs dutchmeat
User avatar
fretn
Posts: 341
Joined: Sun Jul 27, 2003 4:35 am
Location: Belgium!

Post by fretn »

do you know howto code C ?
Day by day : http://w.twwwo.be/
User avatar
dutchmeat
Posts: 62
Joined: Tue Jan 28, 2003 8:08 am
Location: Netherlands
Contact:

Post by dutchmeat »

Like what?? i can give u an example of what i already have...

|-SUPER PANZER (5 Bullets) Slow panzer
|- Medic, engineer 90 bullets as ammo and 30 bullets as clips 30/90
|- Switched handguns: Allies has Luger, Axis has Colt.
|- All classes have Bino's.
|- All classes have 4 Grenades (Bouncing Nades)

Simple stuff
User avatar
fretn
Posts: 341
Joined: Sun Jul 27, 2003 4:35 am
Location: Belgium!

Post by fretn »

look in fire_rocket in g_missile.c (server module)

this part sets the rocketspeed:
VectorScale(dir,2500,bolt->s.pos.trDelta);

check http://www.planetquake.com/code3arena/a ... cle2.shtml for more info on vectors, there's an rocketspeed example

for weapon limiting: check the existing weapon limiting code, try to understand it, and then try to add your own weapons
Day by day : http://w.twwwo.be/
User avatar
dutchmeat
Posts: 62
Joined: Tue Jan 28, 2003 8:08 am
Location: Netherlands
Contact:

Post by dutchmeat »

I already have those things...
But i need things like
HOW TO MAKE COMMANDS... I want a command to slow down panzer... like something: g_slowpanzer 1/0 how do i do that?
User avatar
dutchmeat
Posts: 62
Joined: Tue Jan 28, 2003 8:08 am
Location: Netherlands
Contact:

Post by dutchmeat »

for weapon limiting: check the existing weapon limiting code, try to understand it, and then try to add your own weapons
Where can i find weaponlimiting?
User avatar
dutchmeat
Posts: 62
Joined: Tue Jan 28, 2003 8:08 am
Location: Netherlands
Contact:

Post by dutchmeat »

Fretn do u have msn/icq/ aim or other messaging programs ?
User avatar
fretn
Posts: 341
Joined: Sun Jul 27, 2003 4:35 am
Location: Belgium!

Post by fretn »

just find some cvar in the code, and look how it's implemented, try to understand how it works, and then make your own cvar (like I said in an other post)

the same counts for commands

I have msn/icq/yahoo/irc
Day by day : http://w.twwwo.be/
User avatar
dutchmeat
Posts: 62
Joined: Tue Jan 28, 2003 8:08 am
Location: Netherlands
Contact:

Post by dutchmeat »

yeah , me again
I did it, i made a command
(g_slowpanzer and g_superpanzer) now i know how it works.
thanks for the explaination but i still have a question:

Do you know how the Jetpack works ??
And do you know if i can enable ARMOR in demo ?

Greetings dutchmeat
User avatar
dutchmeat
Posts: 62
Joined: Tue Jan 28, 2003 8:08 am
Location: Netherlands
Contact:

Post by dutchmeat »

Hello , me again...
can you reveal the JetPack code?? it would be great... :(
User avatar
=FF=im2good4u
Posts: 3821
Joined: Wed Feb 05, 2003 7:30 am
Location: The Netherlands, HOLLAND
Contact:

Post by =FF=im2good4u »

i thoguh jetpack w\was some kind of super jumping
User avatar
gotenks
Posts: 3465
Joined: Fri Nov 15, 2002 4:12 pm
Location: out of my mind
Contact:

Post by gotenks »

shrubet's "jetpack" is just letting you jump in the middle of jumps... unless your talking about explosions (like banimod pilots)
My Website
Image
After a night of binge drinking:
=FF=im2good4u wrote:WTF wanst i on top ?
User avatar
dutchmeat
Posts: 62
Joined: Tue Jan 28, 2003 8:08 am
Location: Netherlands
Contact:

Post by dutchmeat »

could you make a "double Jump" instead? i don't have the skillz. :(
User avatar
Bushy
Posts: 1
Joined: Sun Dec 12, 2004 12:41 pm

Post by Bushy »

does any 1 know when the counter strike like mod is coming out for enemy territory ?
Image
nUllSkillZ
Posts: 62
Joined: Mon Dec 29, 2003 12:25 pm

Post by nUllSkillZ »

Counter Strike mod?
If you mean True Combat: Elite you should check their page:
http://www.truecombat.com
Post Reply