Jump to content

Rusketh

Members
  • Posts

    3
  • Joined

  • Last visited

Rusketh's Achievements

0

Reputation

  1. So I wanted to build the biggest ever fleet in creative. I soon found out that creating and setting up that many ships was a daunting task. Until 3 days ago when I discovered the game uses my second favourite language LUA. This is a work in Progress - It still has a lot of bugs (probably). Introducing The Ship Duplicator. This mod adds a new command to the game that allows for the duplication of ships along with its: System Upgrades Weapons Torpedo's Fighters Cargo Crew Multiple duplicates can be created with a single command and each duplicate will be placed next to the other. Commands Examples /duplicate "EG 001" upgrades true turrets true Spawns a single duplicate of your current ship with System Upgrades & Turrets. Notice: Arguments wrapped in quotations (" ") can contain spaces. /duplicate "EG 001", EG002 Spawns two blank duplicates of your ship. /duplicate "EG 002" direction up Spawns a duplicate of your ship above your current ship. Download / Install Mod GitHub: https://github.com/Rusketh/avorion-duplicator Steam Workshop: https://steamcommunity.com/sharedfiles/filedetails/?id=2588338759 Work In Progress This mod has been thrown together in a few days with no prior understanding of how the game works. This mod is still under development & whilst I have tested most of its features I an not yet comfortable to call it stable. Please report bugs on GitHub thank you. Author Myself - Rusketh aka MarcusWithSpots
  2. Never mind I figured it out. For anybody who needs an answer in future: ShipSystem(craft):addUpgrade(SystemUpgradeTemplate, Bool);
  3. I give up, How do I install a SystemUpgradeTemplate into an upgrade slot on a craft? I can get the system upgrades in a players craft. player:getShipSystems(craft.name) But I am unable to find a way to set them.
×
×
  • Create New...