Svenska 3D-Tåg - Forum  
 

Om det här är ditt första besök, se till att gå till vår FAQ (finns även länk till FAQ i navigeringsmenyn ovan). Du kan behöva att registrera dig innan du kan posta (finns även en länk till registrering i navigeringsmenyn ovan). För att titta på inlägg, välj det forum som du vill besöka från de som är listade nedan.

Gå tillbaka   Svenska 3D-Tåg - Forum > DTG - Train Simulator > 3D-design - DTG - Train Simulator

Svara
 
Ämnesverktyg Visningsalternativ
Gammal 2015-01-04, 11:45   #1
Totte
Hedersmedlem
 
Reg.datum: Mar 2002
Ort: Trollhättan
Inlägg: 9 854
Standard

Citat:
Ursprungligen postat av newS Visa inlägg
yes, i've cleared the cache.
Hello!
After uninstalling the older version, you also have to delete the files under the folder KFP located Steam/SteamApps/common/RailWorks/Assets.
Totte besöker inte forumet just nu  
Svara med citat
Gammal 2015-01-04, 13:20   #2
Kungsfisk
Medlem
 
Reg.datum: May 2013
Ort: Skåne
Inlägg: 396
Standard

Okay, so I think this thread needs a proper update


So, the train is not finished. What work works, what doesn't doesn't

You need to have expert controls for the thing to work.
Always do a clean install of the packages.

I have not given up on this thing yet, far from. I simply just don't have the time during the semesters.
Unfortunatley not much is going to happen here untill summer I'm afraid, at which point I'm more likley to prepare the X2-project for the new game engine coming with TS16
rather than finishing it for what's going to be old and obsolete. (Nice right?!)

You have no idéa how mouch it bothers me that we were soooo clooose to wrap it up last summer but didn't manage in time.
We were really down on the fine details.

Don't remember which version you are all sitting on, but I think it was at least a month or so behind the absolute latest,
which have sounds and everyting. Don't remember.

Does the version you have include ATC and sound?
Like this: https://www.youtube.com/watch?v=86Fm...VvsEocwCmUFUwA

Just remembered what a pain in the cave it was to do the ATC XD
Since TS2015 uses lua all my coding skills are fairly useless, but
when they swap to Unreal Engine, which has support for Mono, we can
all use C# instead. WOHOO

I would love to give you the blue version of the train too, since I too like it more
than the modern colors. However, I used the "old train" for code test, so
it's compleatly broken and I haven't touched it since summer so yeah...xD

ps. It's really not a problem to ask how the project is going.
I'm currently doing my master, I don't have enough spare time for a project this big right now
__________________
X2000 LATEST BEST 5TH JUNE
Kungsfisk besöker inte forumet just nu   Svara med citat
Gammal 2015-01-04, 23:22   #3
newS
Medlem
 
Reg.datum: Dec 2007
Ort: Ostfreesland/Tyskland
Inlägg: 580
Standard

In my SE-Testroute, in a other screnario, works this train.

I've looked in the ScenarioProperties.xml of this scenario and in the ScenarioProperties.xml of the other scenario that not work with the X2000.

I've found a bug in "RequiredSet"

In this Scenario the train not work:
Kod:
	<RequiredSet>
		<iBlueprintLibrary-cBlueprintSetID d:id="1733576928">
			<Provider d:type="cDeltaString">KFP</Provider>
			<Product d:type="cDeltaString">sjx2000</Product>
		</iBlueprintLibrary-cBlueprintSetID>
	</RequiredSet>
In this Scenario the train work correctly:
Kod:
	<RequiredSet>
		<iBlueprintLibrary-cBlueprintSetID d:id="851441144">
			<Provider d:type="cDeltaString">EatenMarcus</Provider>
			<Product d:type="cDeltaString">Lok</Product>
		</iBlueprintLibrary-cBlueprintSetID>
		<iBlueprintLibrary-cBlueprintSetID d:id="851441152">
			<Provider d:type="cDeltaString">KFP</Provider>
			<Product d:type="cDeltaString">sjx2000</Product>
		</iBlueprintLibrary-cBlueprintSetID>
		<iBlueprintLibrary-cBlueprintSetID d:id="851441160">
			<Provider d:type="cDeltaString">KMW</Provider>
			<Product d:type="cDeltaString">Malmbanan</Product>
		</iBlueprintLibrary-cBlueprintSetID>
		<iBlueprintLibrary-cBlueprintSetID d:id="851441168">
			<Provider d:type="cDeltaString">KMW</Provider>
			<Product d:type="cDeltaString">Sweden</Product>
		</iBlueprintLibrary-cBlueprintSetID>
		<iBlueprintLibrary-cBlueprintSetID d:id="851441176">
			<Provider d:type="cDeltaString">Kuju</Provider>
			<Product d:type="cDeltaString">RailSimulator</Product>
		</iBlueprintLibrary-cBlueprintSetID>
		<iBlueprintLibrary-cBlueprintSetID d:id="851441184">
			<Provider d:type="cDeltaString">sOden</Provider>
			<Product d:type="cDeltaString">RailVehicles</Product>
		</iBlueprintLibrary-cBlueprintSetID>
		<iBlueprintLibrary-cBlueprintSetID d:id="851441192">
			<Provider d:type="cDeltaString">sweden</Provider>
			<Product d:type="cDeltaString">RailVehicles</Product>
		</iBlueprintLibrary-cBlueprintSetID>
		<iBlueprintLibrary-cBlueprintSetID d:id="851441200">
			<Provider d:type="cDeltaString">SweTrac</Provider>
			<Product d:type="cDeltaString">RailVehicles</Product>
		</iBlueprintLibrary-cBlueprintSetID>
	</RequiredSet>
One of this is needed, but not Kuju - Railsimulator. In a scenario I've added only Kuju - Railsimulator and the train also not work.

I think the X2000 is linked with a addon from EatenMarcus, KMW, sOden, sweden and/or SweTrac.
The scenario editor from TS2015 write this needed addon not in the ScenarioProperties.xml

If the X2000 works correct, then must be inside the scenario also rolling stock from EatenMarcus, KMW, sOden, sweden and/or SweTrac.

Sorry for my bad english
__________________

Senast redigerad av newS den 2015-01-04 klockan 23:36.
newS besöker inte forumet just nu   Svara med citat
Gammal 2015-01-04, 23:48   #4
Kungsfisk
Medlem
 
Reg.datum: May 2013
Ort: Skåne
Inlägg: 396
Standard

The X2-Project have no external dependencies and use no external content.
It should work fine on a TS installation (no other assets).

Is your scenario expert mode?

Also, the train is only set up for quick drive scenarios...i think.
Or, that's the only thing I remember doing (or coding).

Is it only the controls the malfunction or are you getting any error messages?
__________________
X2000 LATEST BEST 5TH JUNE
Kungsfisk besöker inte forumet just nu   Svara med citat
Gammal 2015-01-04, 23:53   #5
newS
Medlem
 
Reg.datum: Dec 2007
Ort: Ostfreesland/Tyskland
Inlägg: 580
Standard

Yes, I use the expert mode.

Only the controls have a malfunction and the gui if I use the easy control mode (look at my screenshots)

But now the train works correct with expert and easy mode.
__________________

Senast redigerad av newS den 2015-01-04 klockan 23:54.
newS besöker inte forumet just nu   Svara med citat
Svara

Ämnesverktyg
Visningsalternativ

Regler för att posta
Du får inte posta nya ämnen
Du får inte posta svar
Du får inte posta bifogade filer
Du får inte redigera dina inlägg

BB-kod är
Smilies är
[IMG]-kod är
HTML-kod är av
Forumhopp



Alla tider är GMT +2. Klockan är nu 23:37.


Powered by vBulletin® Version 3.7.5
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Svensk översättning av: Anders Pettersson
© Svenska 3D-Tåg 2001-2009