Skip to main content
Topic: [Ajuda] Vagão Fica no depot como locomotiva (Read 4712 times) previous topic - next topic

[Ajuda] Vagão Fica no depot como locomotiva

Estava criando um vagão para combustivel, mas ele aparece como locomotiva:

Code: [Select]
obj=vehicle
name=VagãoCombustivel
copyright=Fox92
intro_month=1
intro_year=2400
runningcost=150
cost=2000000
weight=4
gear=120
power=30
speed=300
payload=55
freight=Oel
length=9
waytype=track
engine_type=electric

se alguem puder me orientar.
Muito Obrigado mais uma vez

Re: [Ajuda]Vagão Fica no depot como locomotiva

Reply #1
Os vagãos não deve ter nenhum desses atributos no arquivo dat:
  • engine_type
  • gear
  • power

Alguns exemplos de vagãos criados com os atributos corretos:

Code: [Select]
obj=vehicle
name=OldOil
length=6
copyright=uzurpator
waytype=track
freight=Oel
payload=18
speed=90
cost=70000
weight=9
RunningCost=200
intro_year=1865

########################

obj=vehicle
name=Oelwagen
waytype=track
freight=Oel
copyright=DanMacK
payload=45
cost=73000
weight=18
speed=120
RunningCost=850
sound=-1
intro_year=1939

############################

obj=vehicle
name=NeuOelwagen
waytype=track
freight=Oel
payload=80
cost=134000
weight=23
speed=100
RunningCost=850
sound=-1
intro_year=1951

Re: [Ajuda]Vagão Fica no depot como locomotiva

Reply #2
Muito Obrigado Novamente