News:

SimuTranslator
Make Simutrans speak your language.

Fundamental on Patches

Started by colonyan, December 14, 2008, 07:18:02 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

colonyan

I'm total newbie on patch.
Search on forum gave only about patches but none on
how to use them.

Do we need to compile them or we only need to put the file
to the simutrans folder?

Tomas

When you change game engine, you must make new compilation.

vilvoh

Patches need to be applied directly to the source code, so you need to get the source code from the SVN, then apply the patch and after that compile it to get the Simutrans executable..there're some resources that explain how to compile Simutrans from source code


The last three ones are from my blog (Escala Real) and are in spanish but I've tried to use a simple language, so won't be hard to understand..


Escala Real...a blog about Simutrans in Spanish...

colonyan

Tomas:
Obviously.... Thanks for your time!

vilvoh:
I know french so spanish shouldn't kill me.
Thanks again. ;D

marioxcc

You can use the command diff in a GNU based system.

VS

Maybe you meant patch?

The usual sequence is:
old+new -> diff -> diff/patch -> patch+old -> new

Subversion (svn) can also do diffing, and TortoiseSVN can do both diffing and patching

My projects... Tools for messing with Simutrans graphics. Graphic archive - templates and some other stuff for painters. Development logs for most recent information on what is going on. And of course pak128!

marioxcc