hello
i try to make my first test mod with a minor change
i download 7 zip so as to make my mpk file
i have modified the header of the mod and the mod config file of the game
verified that its encoded in utf 8
removed the unused content
but when i launch the game a bug appear at start
25.7.14 10:06:55.9587: Important:
Current log severity: Important
25.7.14 10:06:56.1858: Important:
Mods folder: 'C:\Users\Thomas\AppData\Local\AtomicTorchStudio\Launcher\Games\VoidExpanse\Mods'
25.7.14 10:06:56.7722: Error:
La référence d'objet n'est pas définie à une instance d'un objet.
"the object reference is not set to an instance of an object"
i so much would like to make a mod on this game that i had tryed so many times to install unsuccesfully
without understanding this error, which is weird for me
my header is
<?xml version="1.0" encoding="utf-8"?>
<root>
<game>VoidExpanse</game>
<id>endlessuniverse3</id>
<title>VoidExpanse Endless universe Data</title>
<author>AtomicTorch Studio, toto</author>
<description>Extended mod for VoidExpanse. </description>
<version>1.0.0</version>
<updated>22.07.2014</updated>
<modtype>2</modtype> <!-- 1 - server, 2 - client-server, 3 - client -->
</root>
and my mod config is :
<mods>
<mod>core_1.0.0</mod>
<mod>endlessuniverse3_1.0.0</mod>
</mods>
</mods>
i try this mod on version 0.8.4.c
i try to make my first test mod with a minor change
i download 7 zip so as to make my mpk file
i have modified the header of the mod and the mod config file of the game
verified that its encoded in utf 8
removed the unused content
but when i launch the game a bug appear at start
25.7.14 10:06:55.9587: Important:
Current log severity: Important
25.7.14 10:06:56.1858: Important:
Mods folder: 'C:\Users\Thomas\AppData\Local\AtomicTorchStudio\Launcher\Games\VoidExpanse\Mods'
25.7.14 10:06:56.7722: Error:
La référence d'objet n'est pas définie à une instance d'un objet.
"the object reference is not set to an instance of an object"
i so much would like to make a mod on this game that i had tryed so many times to install unsuccesfully
without understanding this error, which is weird for me
my header is
<?xml version="1.0" encoding="utf-8"?>
<root>
<game>VoidExpanse</game>
<id>endlessuniverse3</id>
<title>VoidExpanse Endless universe Data</title>
<author>AtomicTorch Studio, toto</author>
<description>Extended mod for VoidExpanse. </description>
<version>1.0.0</version>
<updated>22.07.2014</updated>
<modtype>2</modtype> <!-- 1 - server, 2 - client-server, 3 - client -->
</root>
and my mod config is :
<mods>
<mod>core_1.0.0</mod>
<mod>endlessuniverse3_1.0.0</mod>
</mods>
</mods>
i try this mod on version 0.8.4.c