how to mod more drones and hangar space
Moderators: Scripting / Modding Moderators, Moderators for English X Forum
-
- Posts: 94
- Joined: Wed, 10. Mar 04, 19:40
how to mod more drones and hangar space
how to mod more drones and hangar space
-
- Posts: 1637
- Joined: Wed, 15. Nov 06, 10:21
Re: how to mod more drones and hangar space
Drones are defined as 'units' in each ship's macro and storage is defined in a separate macro called storage_*shipname and is recalled always in the ship's macro at the bottom. You can see them changed in my REM mod or in smaller more readable mods that do only increase storage so easy to see. In the nexus there are a couple.
Edit: you asked hangar no cargo. Hangar is also defined in a separated macro having the _s_ or _m_ in the name like _s_ships_etc. You can simply modify these hangar macros to increase or decrease the nr of ships without changing the single ship's macro
Edit: you asked hangar no cargo. Hangar is also defined in a separated macro having the _s_ or _m_ in the name like _s_ships_etc. You can simply modify these hangar macros to increase or decrease the nr of ships without changing the single ship's macro
-
- Posts: 94
- Joined: Wed, 10. Mar 04, 19:40
Re: how to mod more drones and hangar space
thanks i hope i can figure it out
-
- Posts: 60
- Joined: Thu, 10. Feb 22, 19:33
Re: how to mod more drones and hangar space
you´r looking for this part when it comes to drones i guess :
<storage missile="300" unit="1000" /> <!-- DRONES -->
<storage missile="300" unit="1000" /> <!-- DRONES -->