Tremulous Forum
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Come Chat with us live! Learn how
HERE!
Home
Help
Search
Login
Register
Tremulous Forum
»
Mods
»
Modding Center
»
patch problem
Print
Pages: [
1
]
Go Down
Author
Topic: patch problem (Read 4731 times)
Chomps123
Posts: 341
Turrets: +4/-15
patch problem
«
on:
August 23, 2010, 03:56:10 pm »
How do you put in a patch like the amp patch
Logged
Don't just live life with work.
Find some time every day to have some fun.
Aelita
Posts: 742
Turrets: +147/-34
Re: patch problem
«
Reply #1 on:
August 23, 2010, 05:21:55 pm »
patch -p0 < amp.patch
Logged
Chomps123
Posts: 341
Turrets: +4/-15
Re: patch problem
«
Reply #2 on:
August 24, 2010, 03:08:30 am »
Quote from: Aelita on August 23, 2010, 05:21:55 pm
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.
Logged
Don't just live life with work.
Find some time every day to have some fun.
SlackerLinux
Spam Killer
Posts: 555
Turrets: +41/-62
Re: patch problem
«
Reply #3 on:
August 24, 2010, 03:53:57 am »
if your some crazy the runs winblows read this link
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
)
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
Logged
Slackware64 13.1
SlackersQVM/
your face
Community Moderators
Posts: 3843
Turrets: +116/-420
Re: patch problem
«
Reply #4 on:
August 24, 2010, 04:21:02 am »
you really are an ly aren't you
Logged
Quote from: dolby on February 19, 2003, 06:44:44 pm
spam spam spam, waste waste waste!
Print
Pages: [
1
]
Go Up
Tremulous Forum
»
Mods
»
Modding Center
»
patch problem