In the mean time I've used X3 Editor2 for the time being to change the cockpit scene file to a M2 and have also changed the stats to make it more realistic specifically the speed.
Now to test the weapons out etc.

Moderators: Scripting / Modding Moderators, Moderators for English X Forum
whokay.. i forgot to add the docking dummies i made for the ship..Striker304 wrote:Fighters still cannot dock inside the ship.
And I know why
No, that would be mean if I ended my post with this, so here we go:
I looked through your scene file, and found this:
Code:
P 55; B ships\Anubitus\props\int_fighter_launching_dummy; N Bships\Anubitus\props\int_fighter_launching_dummy; b // idx 55
P 56 to 58 also contain this, and P 59 contains the following: Code:
P 59; B ships\Anubitus\props\int_fighter_docking_dummy; N Bships\Anubitus\props\int_fighter_docking_dummy; b // idx 59
So these seem to be the entries which are responsible for the fighter docking. However, if you look through the cat/dat file, you will notice that there is no folder "objects\ships\Anubitus\props", and the two files (int_fighter_docking_dummy / int_fighter_launching_dummy) are also nowhere to find in the cat/dat files.
So I guess you just forgot to add these files to the cat/dat
mfg
Striker
extract Venator_scene.bod from the .cat file and open it with notepad. then go to the lineDarthVain wrote:How do you do that?