Hello
I've recently started modding homeworld, i'm trying to make the Turanic pirates playable by replacing the taiidan wth them.
What I don't seem to understand is why do we need to rename the rl0 folder to r10 in the ship folder that contains the lod files? I read this from a tutorial.
I notice that if i don't rename rl0 to r10 then the textures appear all messed up to whatever ship i'm replacing.
How did the modding community figure this out?
Thanks
edit: does anyone have any advice on replacing the taiidan mothership or carrier with the Turanic carrier/mothership i've been having difficulty with this.
EDIT, again: ok i've managed to get the Turanic carrier working ingame. it can build but the launch and dock points are messed up. ships get stuck within the carrier after they are built.
What caused the game to crash (referring to 1st edit comment) when I replaced the files was the incorrect docking point definitions. (listed right below)
NUMBER_OF_DOCK_POINTS 3
; format is DockPoint name,type,flyawaydist,mindist,maxdist,[headingdirection,updirection] (0=up,1=right,2=forward,4=down,5=left,6=back) for direction
DockPoint In,DockingCone,5000,1000,6000
DockPoint Out,LaunchPoint,800,800,800,6,0
DockPoint Out1,LaunchPoint,800,800,800,6,0
I changed them to this which i copied directly from the taiidan carrier shp
NUMBER_OF_DOCK_POINTS 7
; format is DockPoint name,type,flyawaydist,mindist,maxdist,[headingdirection,updirection] (0=up,1=right,2=forward,4=down,5=left,6=back) for direction
DockPoint In1,DockingCone,800,800,1000
DockPoint Out1,LaunchPoint,1000,1000,1000,2,0
DockPoint In2,DockingCone,800,800,1000
DockPoint Out2,LaunchPoint,1000,1000,1000,2,0
DockPoint Frigate,LaunchPoint,1300,1300,1300,2,0
DockPoint Res0,LatchPoint,700,700,1000,2,0
DockPoint Res1,LatchPoint,700,700,1000,2,0
It turns out that "In" and "Out" (1st and 2nd lines) from the original definition did not have a "1" or "2" or another digit in front of them. This caused the crash. I even changed it back on purpose and tried it out just to make sure, and it did crash when loading.
I did try editing the launch/dock points with the ship editor but it did not save any of the changes I made. It confirms the save but when I reload it was as if i did not change anything.
Just thought someone would find this information useful. knowledge must be shared.




