Hi guys,
I have been playing with modding and I'm still i the early stages of learning, but I'm experienced with mods that use code and I can't figure out what I'm doing wrong here.
What I'm trying to do is create a Carrier class ship, which is an exact copy of the Battleship with basically just the name changed to Carrier.
I have made changes in the localisation file to add the Carrier name, added the new size to the ship sizes file, and copied the battleship file in section templates and renamed it to carrier, and replaced the ship_size = battleship lines in that file to ship_size = carrier.
This has resulted in the Carrier entry showing up in the ship designer, but when I click on it, there are no sections or modules available for it, clicking on the buttons does nothing.
I'm sure I'm just missing something simple, but any help would be appreciated.
I have been playing with modding and I'm still i the early stages of learning, but I'm experienced with mods that use code and I can't figure out what I'm doing wrong here.
What I'm trying to do is create a Carrier class ship, which is an exact copy of the Battleship with basically just the name changed to Carrier.
I have made changes in the localisation file to add the Carrier name, added the new size to the ship sizes file, and copied the battleship file in section templates and renamed it to carrier, and replaced the ship_size = battleship lines in that file to ship_size = carrier.
This has resulted in the Carrier entry showing up in the ship designer, but when I click on it, there are no sections or modules available for it, clicking on the buttons does nothing.
I'm sure I'm just missing something simple, but any help would be appreciated.