Page 1 of 6

ADVANCED WEAPONS AND SHIELDS IS NOT BEING DEVELOPED ANYMORE!

Posted: Wed Jan 23, 2013 6:31 pm
by nataryeahbuddy
EDIT : Advanced Battle Systems is the new main mod, I'm going to get rid of Advanced Weapons and Shields unless someone wants it.
Image

NATAR's Advanced Weapons and Shields Mod! Introduction
Get five shields and power your advanced weaponry! Thanks to a breakthrough by Engi scientists, ships are now able to have five shields and level twelve
weapons. The Engi Advanced Technology Development Division has released this technology to the Federation, in hopes that they can beat the rebels. You can pick it up today, at your local Zoltan Trade Hub or on this post!

Known Bugs:
Asteroid Fields are messed up and you die... unknown cause, code seems to be fine


MESSAGE TO ALL: I may not be able to get on the forum a lot in the next few months, so sorry if I don't reply to your inquiries :(


Features
  • Shields are now able to be upgraded to level ten, which allows for five shields.
  • Weapons are now upgradeable to level twelve, which allows for advanced weaponry to be powered.

Requirements
  • A working copy of FTL Faster Than Light
  • GMM (Grognak's Mod Manager)

Download
Download v1.1! With new graphics by Catalyst78!

Feedback
All feedback is appreciated, you can either PM me or post it here! Thanks for trying this out! :D

Image
Bigger Image Here: http://i.imgur.com/vXThWft.png

Re: [MOD] Advanced Weapons and Shields

Posted: Wed Jan 23, 2013 9:53 pm
by thashepherd
I'd recommend editing img/statusUI/top_shields4_XXX.png so that the "Shields" graphic properly contains the 5th shield bubble.

Re: [MOD] Advanced Weapons and Shields

Posted: Wed Jan 23, 2013 9:57 pm
by nataryeahbuddy
thashepherd wrote:I'd recommend editing img/statusUI/top_shields4_XXX.png so that the "Shields" graphic properly contains the 5th shield bubble.


My ftldat wasn't working so well, so what I did was just edit the code of the blueprints.xml I got from another mod. Is there a way I can change that without the images from resources and data.dat? Or would you be able to do it? That would be awesome!

Re: [MOD] Advanced Weapons and Shields

Posted: Wed Jan 23, 2013 10:11 pm
by thashepherd
You have GMM, and you tested your mod in it, so you have the images...

Re: [MOD] Advanced Weapons and Shields

Posted: Wed Jan 23, 2013 10:38 pm
by nataryeahbuddy
thashepherd wrote:You have GMM, and you tested your mod in it, so you have the images...

How do I get the images?? To make this mod, I just edited the code of the Kestrel from the blueprints.xml file in FTL Infinite Space and then changed the paint job on paint.

Re: [MOD] Advanced Weapons and Shields

Posted: Wed Jan 23, 2013 10:52 pm
by karmos
nataryeahbuddy wrote:
thashepherd wrote:You have GMM, and you tested your mod in it, so you have the images...

How do I get the images?? To make this mod, I just edited the code of the Kestrel from the blueprints.xml file in FTL Infinite Space and then changed the paint job on paint.

You'll need to unpack resources.dat with ftldat and the file should be somewhere in the img folder.

Re: [MOD] Advanced Weapons and Shields

Posted: Wed Jan 23, 2013 10:59 pm
by nataryeahbuddy
ftldat hasn't been working for me, I've downloaded it and used it. I dunno why. Is there a different way?

Re: [MOD] Advanced Weapons and Shields

Posted: Wed Jan 23, 2013 11:03 pm
by thashepherd
nataryeahbuddy wrote:ftldat hasn't been working for me, I've downloaded it and used it. I dunno why. Is there a different way?


If you have literally ever used GMM to enable a mod, then everything's already extracted in /resources.

Re: [MOD] Advanced Weapons and Shields

Posted: Wed Jan 23, 2013 11:54 pm
by nataryeahbuddy
thashepherd wrote:
nataryeahbuddy wrote:ftldat hasn't been working for me, I've downloaded it and used it. I dunno why. Is there a different way?


If you have literally ever used GMM to enable a mod, then everything's already extracted in /resources.


I double clicked on my /resources, it opens up with notepad by default. What program should I open it with?

Re: [MOD] Advanced Weapons and Shields

Posted: Thu Jan 24, 2013 12:45 am
by thashepherd
/resources is a folder. GMM creates a folder called /resource.dat-unpacked inside of it when it is used to install a mod. You should see:

Code: Select all

/FTL Faster Than Light
     /mods
     /resources
          /data.dat-unpacked
          /resource.dat-unpacked
          data.dat
          data.dat.bak
          resource.dat
          resources.dat.bak


All of the game's files (plus modifications from whatever mods you're running) will be in those "unpacked" folders. When developing, I'd recommend creating a folder OUTSIDE of resources for your mod. For example, when working on Sonata, my folder structure looks like:

Code: Select all

/FTL Faster Than Light
     /mods
          /Sonata
               /audio, data, img, etc


So what I'd recommend is that you create a folder inside /mods for YOUR project, and copy over the things from data/resources that you want to use. Whenever you want to test your mod, .zip it up, rename it to .ftl, and run it through GMM.

It is an EXTREMELY bad idea to work on your mod inside /resources.