How to add config, shader, ... files to my mod(for work weapons)???
source code and the .shader files.
Quote from: swamp-cecil on January 08, 2011, 03:21:25 AM
source code and the .shader files.
How to add config, shader, ... files to my mod(for work weapons)Huh?
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.
Quote from: XenoMann on January 08, 2011, 02:09:58 PM
Quote from: swamp-cecil on January 08, 2011, 03:21:25 AM
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!
So i was slightly right?
Also; FINNALY a tutorial how to add shder config! I was waiting for this forever!