Woops, forgot something:
Found a bug: The train-reverse button doesn't always return after the train
was in depot.
Another: When an error refitting trains occurs, it mentiones airplanes, I
assume you copied that.
TTDPatch
Re: TTDPatch
In article <7v2qep$bv...@azure.nl.gxn.net>, Boudewijn Dijkstra says...
again. That's a feature, not a bug (because there's no way to fix it
)
trains are airplanes...
--
Josef Drexler | http://publish.uwo.ca/~jdrexler/
---------------------------------+---------------------------------------
Please help Conserve Gravity | To email me, please change the country
Play Chess, not Basketball. | code to .ca - Death to Spammers!
The button doesn't return until you close the train window and open itWoops, forgot something:
Found a bug: The train-reverse button doesn't always return after the train
was in depot.
again. That's a feature, not a bug (because there's no way to fix it

That is how I made TTD refit trains: by tricking it into thinking theAnother: When an error refitting trains occurs, it mentiones airplanes, I
assume you copied that.
trains are airplanes...
--
Josef Drexler | http://publish.uwo.ca/~jdrexler/
---------------------------------+---------------------------------------
Please help Conserve Gravity | To email me, please change the country
Play Chess, not Basketball. | code to .ca - Death to Spammers!
Re: TTDPatch
In article <MPG.127ecf89741beb2f989...@news1.on.sympatico.ca>,
jdrex...@julian.uwo.canada (Josef Drexler) wrote:
...
Can a train crash now like an airplane?
Does it search for a hangar instead of a depot?
Hm...
Another question: How do you make this patch and how do you find out
the game's inner algorithms? Do you disassemble and recompile it? Do
you have the source?
Could you rewrite some game principles if desired?
One thing: I think cheating is one factor that makes a game boring
earlier because it annihilates the challenge. I really like it, that TT
has no cheat codes and there are some nice tricks built in to prevent
the player from benefits of saving and restarting.
Of course a sandbox mode is interesting to test new ideas but you
should not make it into the highscores this way.
Peter
Sent via Deja.com http://www.deja.com/
Before you buy.
jdrex...@julian.uwo.canada (Josef Drexler) wrote:
...
And what are the benefits of this trick?That is how I made TTD refit trains: by tricking it into thinking the
trains are airplanes...
Can a train crash now like an airplane?
Does it search for a hangar instead of a depot?
Hm...
Another question: How do you make this patch and how do you find out
the game's inner algorithms? Do you disassemble and recompile it? Do
you have the source?
Could you rewrite some game principles if desired?
One thing: I think cheating is one factor that makes a game boring
earlier because it annihilates the challenge. I really like it, that TT
has no cheat codes and there are some nice tricks built in to prevent
the player from benefits of saving and restarting.
Of course a sandbox mode is interesting to test new ideas but you
should not make it into the highscores this way.
Peter
Sent via Deja.com http://www.deja.com/
Before you buy.
Re: TTDPatch
Woops again! Wrong address! Ignore this!
Boudewijn Dijkstra <webmas...@bdijkstra.tmfweb.nl> schreef in berichtnieuws
7v2qep$bv...@azure.nl.gxn.net...
Boudewijn Dijkstra <webmas...@bdijkstra.tmfweb.nl> schreef in berichtnieuws
7v2qep$bv...@azure.nl.gxn.net...
Woops, forgot something:
Found a bug: The train-reverse button doesn't always return after the
train
was in depot.
Another: When an error refitting trains occurs, it mentiones airplanes, I
assume you copied that.
Re: TTDPatch
In article <7v41f9$pl...@nnrp1.deja.com>, dobro...@hkn.de writes:
I'd like to see a train land on a station...And what are the benefits of this trick?
Can a train crash now like an airplane?
Does it search for a hangar instead of a depot?
Hm...
Re: TTDPatch
In article <7v41f9$pl...@nnrp1.deja.com>, dobro...@hkn.de says...
carry coal (or other cargo) instead.
Maybe even more impressively.
so it has to use a depot instead. j/k
number of typewriters. One of them always seems to come up with the next
version, but it's getting harder and harder to find the one...
Seriously, I use a debugger and go looking for where to place a "hook".
This hook will then call my changed code instead of the original code to
make the program do what I want.
thousands of locations referring to something, and changing them all
would not be feasible. The landscape size is one of these examples, as
is the (non-)height of bridges, etc. In other cases it's very simple to
change something. Unfortunately it's not immediately apparent to which
category a proposed change belongs.
cheating. And IMHO those far outweigh the possible temptation of
cheating.
The next TTDPatch will have an option to have "politically correct"
cheats, that are only more convenient but cost money. E.g. if you use
"Cht: Renew" or "Cht: Tracks" it will cost the amount of money it takes.
is one thing I haven't figured out yet, what exactly goes into the
calculation. So far I've only found lots of things that don't...
And I don't mean just increasing the number with the patch, I mean
finding out how that number is determined. I think the total number of
vehicles one owns has something to do with it, but I couldn't determine a
real relation so far.
--
Josef Drexler | http://publish.uwo.ca/~jdrexler/
---------------------------------+---------------------------------------
Please help Conserve Gravity | To email me, please change the country
Stop flipping pancakes. | code to .ca - Death to Spammers!
It's possible to refit train engines with mail/passenger compartments toIn article <MPG.127ecf89741beb2f989...@news1.on.sympatico.ca>,
jdrex...@julian.uwo.canada (Josef Drexler) wrote:
...
That is how I made TTD refit trains: by tricking it into thinking the
trains are airplanes...
And what are the benefits of this trick?
carry coal (or other cargo) instead.
If you have a strong helicopter to carry it high enough, I'm sure it can.Can a train crash now like an airplane?
Maybe even more impressively.
Yes, it would like that for a change but there's no tracks leading to oneDoes it search for a hangar instead of a depot?
so it has to use a depot instead. j/k
So...Hm...
No, I just have an infinite number of monkeys typing on an infiniteAnother question: How do you make this patch and how do you find out
the game's inner algorithms? Do you disassemble and recompile it? Do
you have the source?
number of typewriters. One of them always seems to come up with the next
version, but it's getting harder and harder to find the one...

Seriously, I use a debugger and go looking for where to place a "hook".
This hook will then call my changed code instead of the original code to
make the program do what I want.
The more complex the change the less likely it is. In many cases there'sCould you rewrite some game principles if desired?
thousands of locations referring to something, and changing them all
would not be feasible. The landscape size is one of these examples, as
is the (non-)height of bridges, etc. In other cases it's very simple to
change something. Unfortunately it's not immediately apparent to which
category a proposed change belongs.
Well, you can use TTDPatch and have benefits from it even withoutOne thing: I think cheating is one factor that makes a game boring
earlier because it annihilates the challenge. I really like it, that TT
has no cheat codes and there are some nice tricks built in to prevent
the player from benefits of saving and restarting.
cheating. And IMHO those far outweigh the possible temptation of
cheating.
The next TTDPatch will have an option to have "politically correct"
cheats, that are only more convenient but cost money. E.g. if you use
"Cht: Renew" or "Cht: Tracks" it will cost the amount of money it takes.
Not that the patch makes it easier to get into the highscore. The scoreOf course a sandbox mode is interesting to test new ideas but you
should not make it into the highscores this way.
is one thing I haven't figured out yet, what exactly goes into the
calculation. So far I've only found lots of things that don't...
And I don't mean just increasing the number with the patch, I mean
finding out how that number is determined. I think the total number of
vehicles one owns has something to do with it, but I couldn't determine a
real relation so far.
--
Josef Drexler | http://publish.uwo.ca/~jdrexler/
---------------------------------+---------------------------------------
Please help Conserve Gravity | To email me, please change the country
Stop flipping pancakes. | code to .ca - Death to Spammers!
Who is online
Users browsing this forum: No registered users and 16 guests