Tremulous Forum

Media => Modeling Center => Topic started by: XenoMann on January 07, 2011, 09:48:22 pm

Title: Adding weapons to my mod
Post by: XenoMann on January 07, 2011, 09:48:22 pm
How to add config, shader, ... files to my mod(for work weapons)???
Title: Re: Adding weapons to my mod
Post by: swamp-cecil on January 08, 2011, 03:21:25 am
source code and the .shader files.
Title: Re: Adding weapons to my mod
Post by: XenoMann on January 08, 2011, 02:09:58 pm
source code and the .shader files.

How to add config, shader, ... files to my mod(for work weapons)Huh?
Title: Re: Adding weapons to my mod
Post by: UniqPhoeniX on January 08, 2011, 02:47:07 pm
For most graphical changes you only need to:
find the relevant texture and/or .shader files from data-1.1.0.pk3
edit textures and/or shaders (shader manual here (http://q3map2.everyonelookbusy.net/shader_manual/contents.htm))
recreate the folder structure found inside data-1.1.0.pk3 (only folders you took files from)
put the changed files in the same subfolders and compress those to z-mymod.zip, then rename to z-mymod.pk3

For adding weapons and other gameplay changes you need to modify source code and compile your own game.qvm and cgame.qvm files and put those in the vm folder inside the .pk3.

However, considering your English does not seem very good, you may want to try to ask questions/get instructions in your native language.
Title: Re: Adding weapons to my mod
Post by: Pazuzu on January 08, 2011, 03:21:51 pm
source code and the .shader files.

How to add config, shader, ... files to my mod(for work weapons)Huh?
You're making a tutorial on how to add shader config files to a mod? Sweet!
Title: Re: Adding weapons to my mod
Post by: swamp-cecil on January 08, 2011, 07:41:31 pm
So i was slightly right?
Also; FINNALY a tutorial how to add shder config! I was waiting for this forever!