<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
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
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"
}
|
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"
}
}
es war zwar eine gute idee aber jedoch ändert es reingar nichts:
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.
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"
}
}
daran muss es gelegen habe jedoch seltsam da ich auch vorher schon längere Namen verwendet habe
danke für deine hilfe
bitte gern geschehen manchmal ist es schon seltsam
Counter:
Hits heute: 92 603 | Hits gestern: 131 998 | Hits Tagesrekord: 353 247 | Hits gesamt: 261 928 842 | Hits pro Tag: 51 324,37
Klicks heute: 192 203 | Klicks gestern: 276 170 | Klicks Tagesrekord: 756 082 | Klicks gesamt: 812 910 928 | Klicks pro Tag: 159 288,09 | 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