Dieses Forum nutzt Cookies
Dieses Forum nutzt Cookies um Anmeldeinformationen (keine Passwörter) zu speichern. Dabei werden diese Informationen als kleine Textdateien auf deinem Endgerät abgelegt. Sie können nur durch dieses Forum ausgelesen werden und stellen kein Sicherheitsrisiko dar. Neben deinem letzten Login wird auch abgespeichert, welche Themen du bereits gelesen hast.

Zudem wird ein Cookie angelegt, in dem abgespeichert wird, ob du diesen Hinweis gelesen hast. Damit wird er nicht jedes mal angezeigt.

Antwort schreiben 
 
Themabewertung:
  • 0 Bewertungen - 0 im Durchschnitt
  • 1
  • 2
  • 3
  • 4
  • 5
Neues in TTDPatch(-Nightly)
Verfasser Nachricht
spielerA
Geschäftsführer
***

Beiträge: 391
Registriert seit: Jan 2004
Beitrag #108
RE: Neues in TTDPatch(-Nightly)
(19.02.2010 21:19)mb schrieb:  Man kann für jedes Gut einzeln einstellen ob es mit Ziel, ohne Ziel oder sowohl als auch erzeugt werden soll.

Der Schalter dafür ist "cdstcargoclassgentype" in der ttdpatch.cfg.

Ob das in allen Fällen Sinn macht, muss man mal ausprobieren. Auge meint das jedenfalls.

Gruß
Michael

Code:
// `cdstcargoclassgentype' (keine Option in der Befehlszeile) controls cargo generation for the cargodest switch for each cargo class. One digit per cargo class: 0 for the rightmost up to 10 for the leftmost. Digit value: 0: all cargo is by preferance routed, 1: all cargo is routed (or dropped at source), 2: all cargo is unrouted (old behaviour), 3: mix of routed and unrouted cargo generated. See: http://wiki.ttdpatch.net/tiki-index.php?page=Action0Cargos#Cargo_classes_16_ for list of cargo classes. Where a cargo is in multiple classes the bitwise OR of specified values is used. Range 0..33333333333. Default 33333333333.
cdstcargoclassgentype 33333333333

// `cdstcargopacketttl' (keine Option in der Befehlszeile) sets the ttl (time to live) for newly created cargo packets, each hop decrements this value, even if the packet stays on the vehicle. Any packets which run out of life will be exterminated without payment. This is to prevent any errant packets from circling the network indefinitely. Range 0..255.  Default 100.
cdstcargopacketttl 100

// `cdstnegdaysfactor' (keine Option in der Befehlszeile) cargo generation destination selector: factor to multiply minimum cost in days by before subtracting from score for routed cargo. Range 0..1000.  Default 3.
cdstnegdaysfactor 3

// `cdstnegdistfactor' (keine Option in der Befehlszeile) cargo generation destination selector: factor to multiply manhattan distance by before subtracting from score for routed cargo. Range 0..1000.  Default 2.
cdstnegdistfactor 2

// `cdstroutedinitscore' (keine Option in der Befehlszeile) cargo generation destination selector: initial score for routed cargo before target station activity is added and distance and day costs are subtracted, note negative scores result in exclusion. Range 0..2147418112.  Default 1500.
cdstroutedinitscore 1500

// `cdstrtcmpfactor' (keine Option in der Befehlszeile) sets route comparison threshold for cargodest switch. Route cost threshold (in days) at a node is equal to minimum found cost * this value / 65536. Set to 65536 to only ever allow one route to any destination. Set to an enormous value to disable any semblence of intelligent routing. The (per route) lesser of this and the cdstrtdiffmax switch applies. Range 65536 (100%)..2147483647 (3276800%).  Default 91750 (about 140%).
cdstrtcmpfactor 91750

// `cdstrtdiffmax' (keine Option in der Befehlszeile) sets route comparison threshold for cargodest switch. Route cost threshold (in days) at a node is equal to minimum found cost + this value. Set to 0 to only ever allow one route to any destination. Set to an enormous value to disable any semblence of intelligent routing. The (per route) lesser of this and the cdstrtcmpfactor switch applies. Range 0..30000.  Default 60.
cdstrtdiffmax 60

// `cdstrtexprthrshld' (keine Option in der Befehlszeile) sets the time in days after which an unused single hop route expires. Range 0..3653.  Default 100.
cdstrtexprthrshld 100

// `cdstunroutedscore' (keine Option in der Befehlszeile) cargo generation destination selector: unrouted cargo score. Range 0..2147483647.  Default 500.
cdstunroutedscore 500


Könnte dies bitte einer schnell mal ins Deutsche Übersetzen, Googel, spielt da nicht so recht mit.

Danke!!!!!

routing = Streckenführung oder Wegstrecke

www.soessen.de.vu
(Dieser Beitrag wurde zuletzt bearbeitet: 19.02.2010 22:21 von spielerA.)
19.02.2010 22:15
Webseite des Benutzers besuchen Alle Beiträge dieses Benutzers finden Diese Nachricht in einer Antwort zitieren
Antwort schreiben 


Nachrichten in diesem Thema
Neues in TTDPatch(-Nightly) - pETe! - 21.08.2005, 14:58
RE: Neues in TTDPatch(-Nightly) - mb - 28.11.2011, 13:33
RE: Neues in TTDPatch(-Nightly) - mb - 15.12.2011, 13:19
RE: Neues in TTDPatch(-Nightly) - mb - 16.12.2011, 10:22
[] - pETe! - 21.08.2005, 14:59
[] - pETe! - 22.08.2005, 00:58
[] - Bernhard - 14.09.2005, 07:28
[] - pETe! - 25.09.2005, 21:02
[] - Bernhard - 19.10.2005, 09:06
[] - Bernhard - 07.02.2006, 08:42
[] - spielerA - 08.02.2006, 22:15
Ohne Bugs geht es nicht! - spielerA - 15.02.2006, 02:40
Nach Alpha kommt Beta - spielerA - 27.02.2006, 23:39
[] - killking - 28.02.2006, 11:34
[] - mb - 28.02.2006, 13:06
RE: Beta 2.5 - RK - 31.07.2006, 11:30
RE: Beta 2.5 - mb - 31.07.2006, 12:18
RE: Neues im Nightly - RK - 19.08.2006, 13:57
RE: Neues im Nightly - mb - 10.09.2006, 15:46
RE: Neues im Nightly - mb - 09.11.2006, 20:46
RE: Neues im Nightly - DanielNHG - 09.11.2006, 22:16
RE: Neues im Nightly - mb - 09.11.2006, 22:31
RE: Neues im Nightly - DanielNHG - 09.11.2006, 22:42
RE: Neues im Nightly - ramstein7 - 09.11.2006, 22:51
RE: Neues im Nightly - mb - 09.11.2006, 23:05
RE: Neues im Nightly - RK - 19.11.2006, 23:02
RE: Neues im Nightly - pETe! - 21.11.2006, 09:56
RE: Neues im Nightly - mb - 21.11.2006, 10:10
RE: Neues im Nightly - Spaceball - 21.11.2006, 12:52
RE: Neues im Nightly - mb - 21.11.2006, 13:07
RE: Neues im Nightly - Spaceball - 21.11.2006, 13:27
RE: Neues im Nightly - mb - 21.11.2006, 14:03
RE: Neues im Nightly - Spaceball - 21.11.2006, 14:39
RE: Neues im Nightly - mb - 21.11.2006, 14:50
RE: Neues im Nightly - Spaceball - 21.11.2006, 14:59
RE: Neues im Nightly - RK - 22.12.2006, 14:04
RE: Neues im Nightly - pETe! - 22.12.2006, 14:58
RE: Neues im Nightly - mb - 20.04.2007, 08:09
RE: Neues im Nightly - RK - 20.04.2007, 11:54
RE: Neues im Nightly - Bernhard - 20.04.2007, 11:56
RE: Neues im Nightly - mb - 20.04.2007, 12:06
RE: Neues im Nightly - Bernhard - 20.04.2007, 12:18
RE: Neues im Nightly - mb - 20.04.2007, 13:16
RE: Neues im Nightly - Bernhard - 20.04.2007, 14:55
RE: Neues im Nightly - RK - 20.04.2007, 18:01
RE: Neues im Nightly - mb - 20.04.2007, 19:34
RE: Neues im Nightly - mb - 18.05.2007, 09:20
RE: Neues im Nightly - Bernhard - 18.05.2007, 10:30
RE: Neues im Nightly - El Patron - 19.05.2007, 01:45
[] - pETe! - 19.05.2007, 12:52
RE: Neues im Nightly - mb - 19.05.2007, 13:28
RE: Neues im Nightly - pETe! - 19.05.2007, 21:50
RE: Neues im Nightly - RK - 20.05.2007, 00:25
RE: Neues in TTDPatch(-Nightly) - RK - 30.06.2007, 22:29
RE: Neues in TTDPatch(-Nightly) - mb - 25.07.2007, 22:25
[] - AnD - 27.07.2007, 09:07
RE: Neues in TTDPatch(-Nightly) - AnD - 27.07.2007, 13:13
RE: Neues in TTDPatch(-Nightly) - mb - 27.07.2007, 16:30
RE: Neues in TTDPatch(-Nightly) - AnD - 27.07.2007, 21:37
RE: Neues in TTDPatch(-Nightly) - Uwe - 05.08.2007, 08:20
RE: Neues in TTDPatch(-Nightly) - mb - 05.08.2007, 08:31
RE: Neues in TTDPatch(-Nightly) - mb - 26.10.2007, 08:04
RE: Neues in TTDPatch(-Nightly) - mb - 17.01.2008, 23:51
RE: Neues in TTDPatch(-Nightly) - RK - 18.01.2008, 16:46
RE: Neues in TTDPatch(-Nightly) - mb - 18.01.2008, 16:56
RE: Neues in TTDPatch(-Nightly) - mb - 18.01.2008, 17:39
[] - mb - 18.01.2008, 21:18
[] - DiStefano8472 - 18.01.2008, 22:26
[] - mb - 18.01.2008, 22:31
RE: Neues in TTDPatch(-Nightly) - mb - 20.01.2008, 16:53
RE: Neues in TTDPatch(-Nightly) - mb - 18.07.2008, 06:08
RE: Neues in TTDPatch(-Nightly) - mb - 18.07.2008, 07:41
RE: Neues in TTDPatch(-Nightly) - mb - 25.07.2009, 09:01
RE: Neues in TTDPatch(-Nightly) - mb - 17.08.2009, 08:01
TTDPatch 3.0 - Timmaexx - 04.11.2009, 16:22
RE: Neues in TTDPatch(-Nightly) - mb - 18.02.2010, 21:43
RE: Neues in TTDPatch(-Nightly) - mb - 18.02.2010, 23:53
RE: Neues in TTDPatch(-Nightly) - mb - 19.02.2010, 09:43
RE: Neues in TTDPatch(-Nightly) - mb - 19.02.2010, 11:32
RE: Neues in TTDPatch(-Nightly) - mb - 19.02.2010, 21:19
RE: Neues in TTDPatch(-Nightly) - spielerA - 19.02.2010 22:15
RE: Neues in TTDPatch(-Nightly) - mb - 19.02.2010, 22:51
RE: Neues in TTDPatch(-Nightly) - mb - 24.02.2010, 23:09

Möglicherweise verwandte Themen...
Thema: Verfasser Antworten: Ansichten: Letzter Beitrag
  TTDPatch-nightly-r2066 neue Schalter spielerA 1 4.131 27.10.2008 11:33
Letzter Beitrag: killermoehre

Gehe zu:


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste