1
Open Feedback / Re: How can I make a mod so TFTD ships don't require Zrbite?
« on: August 23, 2015, 03:25:23 pm »
That worked. Thanks for the help.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
crafts:
- type: STR_HAMMERHEAD
refuelItem: []
- type: STR_LEVIATHAN
refuelItem: []
- type: STR_MANTA
refuelItem: []
I first tried this next bit of code but my ships required item "0" to refuel:crafts:
- type: STR_HAMMERHEAD
refuelItem: 0
- type: STR_LEVIATHAN
refuelItem: 0
- type: STR_MANTA
refuelItem: 0
Can anyone help me with this simple mod?