Sie sind nicht angemeldet.

<ERROR> [unit] The unit name 'containertank1' is in wrong format.

Antworten im Thema: 7 » Der letzte Beitrag (6. Juni 2014, 23:26) ist von heinz.

Koneko Toujou

Gigaline-Fahrer

  • »Koneko Toujou« ist männlich
  • »Koneko Toujou« ist der Autor dieses Themas

Beiträge: 728

Wohnort: Wolfsburg

OS: Windows 10 64Bit

GV: 1.22

Danksagungen: 10702

  • Nachricht senden

1

Donnerstag, 5. Juni 2014, 19:53

<ERROR> [unit] The unit name 'containertank1' is in wrong format.

ich weiß nicht mehr weiter ich wollte zu einem meiner Aufliger neue frachten hinzufügen
nur jedoch gestalltet es sich schwere als eigentlich

meine Vorgehensweise:
ich habe die vorhandene sii aus dem verzeichnis def/company/firmenname/In (out) eifnach nur kopiert und mit den werten der neuen Frachten eingetragen dan richtigen stellen

nur mag das ETS 2 wohl nicht:
der Error in voller länge:
00:01:43.358 : <ERROR> [unit] File '/def/company/bcp/in/containertank1.sii', line 3:
00:01:43.358 : <ERROR> [unit] The unit name 'containertank1' is in wrong format.
00:01:43.358 : <ERROR> load_unit_tree() - Failed to load unit tree from file (/def/company/bcp/in/containertank1.sii)
00:01:43.358 : <ERROR> [unit] File '/def/company/bcp/in/containertank2.sii', line 3:
00:01:43.358 : <ERROR> [unit] The unit name 'containertank2' is in wrong format.
......

der Error zieht sich über alle Firmen und allen 5 Frachten einschließlich der Alten die noch funktionierte

die angesprochene Datei

Quellcode

1
2
3
4
5
6
7
SiiNunit
{
cargo_def : containertank1 {
 cargo: "cargo.containertank1"
}

}



wo liegt den der Fehler ich verstehe es nicht
vllt weiß es jemand von euch



Update: 06.01.2016

heinz

Gliederzug-Fahrer

  • »heinz« ist männlich

Beiträge: 191

Wohnort: Waddekath

OS: Windows 10 Pro 64 Bit

Game: ETS 2

GV: 1.42.x.x

Danksagungen: 11

  • Nachricht senden

2

Donnerstag, 5. Juni 2014, 20:07

wenn eine neue Fracht erstellt wird reich es nicht nur die sii im in und out zu ändern

denn es gibt noch ander Sii die du erstellen must und zwar unter def/cargo und def/vehicle/trailer

Koneko Toujou

Gigaline-Fahrer

  • »Koneko Toujou« ist männlich
  • »Koneko Toujou« ist der Autor dieses Themas

Beiträge: 728

Wohnort: Wolfsburg

OS: Windows 10 64Bit

GV: 1.22

Danksagungen: 10702

  • Nachricht senden

3

Donnerstag, 5. Juni 2014, 20:27

das is mir schon bewusst das is nich das erstemal dass ich frachten erstelle ;)

und ja alle weiteren Einträge sind vorhanden und sehen so aus:

Cargo def

Quellcode

1
2
3
4
5
6
7
8
9
10
11
SiiNunit
{

@include "cargo/containertank1.sii"
@include "cargo/containertank2.sii"
@include "cargo/containertank3.sii"
@include "cargo/containertank4.sii"
@include "cargo/containertank5.sii"


}


Sii unter/def/cargos



Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
cargo_data: cargo.containertank1
{
	name: "Benzin Tankcontainer"
	
	vehicles[]: trailer.containertank

	mass[]: 14000.0

	fragility: 0.3
	
	price_coef: 1.290
}



Trailer_storage:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SiiNunit
{
# For modders: Please do not modify this file if you want to add a new entry. Create in
# this directory a new file "<base_name>.<idofyourmod>.sii" where <base_name> is name of
# base file without the extension (e.g. "city" for "/def/city.sii") and <idofyourmod> is
# some string which is unlikely to conflict with other mod.
#
# Warning: Even if the units are specified in more than one source file, they share the
# same namespace so suffixes or prefixes should be used to avoid conflicts.


@include "trailer/containertank.sii"




}


Trailer.sii

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
trailer : trailer.containertank
{
	accessories[]: .containertank.tchassis
	accessories[]: .containertank.trwheel0
	accessories[]: .containertank.trwheel1
	accessories[]: .containertank.trwheel2
}

vehicle_accessory: .containertank.tchassis
{
		data_path: "/def/vehicle/trailer/containertank/chassis.sii"
}

vehicle_wheel_accessory: .containertank.trwheel0
{
	offset: 0
		data_path: "/def/vehicle/t_wheel/chromwheel.sii"
}

vehicle_wheel_accessory: .containertank.trwheel1
{
	offset: 2
		data_path: "/def/vehicle/t_wheel/chromwheel.sii"
}

vehicle_wheel_accessory: .containertank.trwheel2
{
	offset: 4
		data_path: "/def/vehicle/t_wheel/chromwheel.sii"
}



Update: 06.01.2016

heinz

Gliederzug-Fahrer

  • »heinz« ist männlich

Beiträge: 191

Wohnort: Waddekath

OS: Windows 10 Pro 64 Bit

Game: ETS 2

GV: 1.42.x.x

Danksagungen: 11

  • Nachricht senden

4

Freitag, 6. Juni 2014, 22:26

hallo ich wollte dich nicht kritisieren

ich hab nochmal nachgeschaut und mir is was aufgefallen und zwar schreib das mal so
SiiNunit
{

cargo_def : _nameless.containertank1 {

cargo: "cargo.containertank1"

}

}

Koneko Toujou

Gigaline-Fahrer

  • »Koneko Toujou« ist männlich
  • »Koneko Toujou« ist der Autor dieses Themas

Beiträge: 728

Wohnort: Wolfsburg

OS: Windows 10 64Bit

GV: 1.22

Danksagungen: 10702

  • Nachricht senden

5

Freitag, 6. Juni 2014, 22:35

es war zwar eine gute idee aber jedoch ändert es reingar nichts:

Spoiler Spoiler

00:00:06.727 : <ERROR> [unit] File '/def/company/bcp/in/containertank1.sii', line 4:
00:00:06.727 : <ERROR> [unit] The unit name '_nameless.containertank1' is in wrong format.
00:00:06.727 : <ERROR> load_unit_tree() - Failed to load unit tree from file (/def/company/bcp/in/containertank1.sii)
00:00:06.727 : <ERROR> [unit] File '/def/company/bcp/in/containertank2.sii', line 4:
00:00:06.727 : <ERROR> [unit] The unit name '_nameless.containertank2' is in wrong format.
00:00:06.727 : <ERROR> load_unit_tree() - Failed to load unit tree from file (/def/company/bcp/in/containertank2.sii)
00:00:06.727 : <ERROR> [unit] File '/def/company/bcp/in/containertank3.sii', line 4:
00:00:06.727 : <ERROR> [unit] The unit name '_nameless.containertank3' is in wrong format.
00:00:06.727 : <ERROR> load_unit_tree() - Failed to load unit tree from file (/def/company/bcp/in/containertank3.sii)
00:00:06.727 : <ERROR> [unit] File '/def/company/bcp/in/containertank4.sii', line 4:
00:00:06.727 : <ERROR> [unit] The unit name '_nameless.containertank4' is in wrong format.
00:00:06.727 : <ERROR> load_unit_tree() - Failed to load unit tree from file (/def/company/bcp/in/containertank4.sii)
00:00:06.727 : <ERROR> [unit] File '/def/company/bcp/in/containertank5.sii', line 4:
00:00:06.727 : <ERROR> [unit] The unit name '_nameless.containertank5' is in wrong format.
00:00:06.727 : <ERROR> load_unit_tree() - Failed to load unit tree from file (/def/company/bcp/in/containertank5.sii)
00:00:06.731 : <ERROR> [unit] File '/def/company/bcp/out/containertank1.sii', line 4:
00:00:06.731 : <ERROR> [unit] The unit name '_nameless.containertank1' is in wrong format.
00:00:06.731 : <ERROR> load_unit_tree() - Failed to load unit tree from file (/def/company/bcp/out/containertank1.sii)
00:00:06.731 : <ERROR> [unit] File '/def/company/bcp/out/containertank2.sii', line 4:
00:00:06.731 : <ERROR> [unit] The unit name '_nameless.containertank2' is in wrong format.



Update: 06.01.2016

heinz

Gliederzug-Fahrer

  • »heinz« ist männlich

Beiträge: 191

Wohnort: Waddekath

OS: Windows 10 Pro 64 Bit

Game: ETS 2

GV: 1.42.x.x

Danksagungen: 11

  • Nachricht senden

6

Freitag, 6. Juni 2014, 22:55

eins hätte ich jetz noch vielleicht ist de Name hinter nameless zu lang bei den originalen sin nur 9Zeichen hinter dem Punkt

vielleicht geht es so

SiiNunit
{

cargo_def : _nameless.conttank1 {

cargo: "cargo.containertank1"

}

}

Koneko Toujou

Gigaline-Fahrer

  • »Koneko Toujou« ist männlich
  • »Koneko Toujou« ist der Autor dieses Themas

Beiträge: 728

Wohnort: Wolfsburg

OS: Windows 10 64Bit

GV: 1.22

Danksagungen: 10702

  • Nachricht senden

7

Freitag, 6. Juni 2014, 23:10

daran muss es gelegen habe jedoch seltsam da ich auch vorher schon längere Namen verwendet habe
danke für deine hilfe ;)



Update: 06.01.2016

heinz

Gliederzug-Fahrer

  • »heinz« ist männlich

Beiträge: 191

Wohnort: Waddekath

OS: Windows 10 Pro 64 Bit

Game: ETS 2

GV: 1.42.x.x

Danksagungen: 11

  • Nachricht senden

8

Freitag, 6. Juni 2014, 23:26

bitte gern geschehen manchmal ist es schon seltsam :)

Social Bookmarks

Counter:

Hits heute: 83 333 | Hits gestern: 92 978 | Hits Tagesrekord: 353 247 | Hits gesamt: 221 461 603 | Hits pro Tag: 46 797,33

Klicks heute: 125 245 | Klicks gestern: 147 821 | Klicks Tagesrekord: 756 082 | Klicks gesamt: 735 642 888 | Klicks pro Tag: 155 449,63 | Gezählt seit: 3. Mai 2011, 07:40

Ungelesene Beiträge Unbeantwortete Themen Themen der letzten 24 Stunden

Euro Truck Simulator,Euro Truck Simulator 2,German Truck Simulator,Forum,Community,Downloads,Support,Euro Trucksimulator,Euro Trucksimulator 2,German Trucksimulator,Trucks,18 Wheels of Steel,Haulin,Convoy,Pttm,Long Haul,Trucksimulator,Trucksimulation,Truck Simulator,Simulation,ATS,Trucksim,Extreme Trucker 2,ETS,ETS2,GTS,UKTS,ET,ET2,18WoS,Tutorial,Tutorials,Tipp,Zmodeler,z3d,Modding,SCS,simulation,support, Zmod,z3d,Sk,Skins,Map,Maps,Mod,Mods,Trucksims,STD,Scania Truck Driving Simulator,Scania,ETS2Mods, Euro Trucksimulator2 Mods