Tremulous Forum
Mods => Modding Center => Topic started by: Chomps123 on August 23, 2010, 03:56:10 pm
-
How do you put in a patch like the amp patch
-
patch -p0 < amp.patch
-
patch -p0 < amp.patch
What are you saying? ???
Do I need a special program to do it? ???
Tell me like you would to a 5 year old. :-\
This stuff is all new to me. :-[
-
if your some crazy the runs winblows read this link http://tremulous.net/forum/index.php?topic=3408.0 (http://tremulous.net/forum/index.php?topic=3408.0)
for linux is far simpler
- open a terminal
- checkout the source by doing "svn co svn://source.mercenariesguild.net/lakitu7-qvm/trunk tremsource" for latiku71.1 "svn co svn://svn.icculus.org/tremulous/trunk/ tremsource" for 1.2
- cd into the new source folder tremsource
- patch the source by doing "patch -p0 < <location of the patch you want to apply>/<patchfile>" (amp will need some work to get working/patched cleanly btw - you can find a patch where the work has mostly been done to apply to latiku7trunk here http://code.google.com/p/slackers-qvm/wiki/Mods (http://code.google.com/p/slackers-qvm/wiki/Mods))
- check the output and fix any parts that was rejected etc
- type "make clean && make" if you did it right it shouldnt have any errors and your new qvm will be in the build directory
-
you really are an ly aren't you