Page 8 of 127
Re: Questions here: an inquiry thread. Updated Nov 8th, 2013
Posted: Wed Dec 04, 2013 9:17 pm
by RAD-82
Sorry, that doesn't help. It feels like the descriptions for system upgrades might be hardcoded. I just don't see any files listing cooldown lengths for the artillery.
How to question.
Posted: Fri Dec 06, 2013 2:50 am
by Knightmarez
What are the details of editing enemy weapon lists? i want to get tighter controls on what the enemy ships have, and thus encourage themes. I also want some of the weapons i'm building to appear on some of the enemies.......what do i do?
Re: How to question.
Posted: Fri Dec 06, 2013 9:28 am
by R4V3-0N
this should be on the inquiry and questions thread. it was made so people wouldn't make new threads for questions.
In the autoBlueprints (not blueprints) .xml there are the weapon lists for enemies.
I will go use one as an example.
Code: Select all
<blueprintList name="WEAPONS_REBEL">
<name>LASER_BURST_1</name>
<name>LASER_BURST_2_A</name>
<name>LASER_BURST_3</name>
<name>LASER_BURST_5</name>
<name>LASER_HEAVY_1</name>
<name>LASER_HEAVY_2</name>
<name>MISSILES_1</name>
<name>MISSILES_2</name>
<name>MISSILES_3</name>
<name>MISSILES_BREACH</name>
<name>BEAM_1</name>
<name>BEAM_2</name>
<name>BOMB_1</name>
</blueprintList>
<blueprintList name="WEAPONS_REBEL">
This is how it will be referenced in other coding (ei what ship(s) uses it).
<name>LASER_BURST_1</name>
This is the name of the weapon that the ship(s) will use. using the weapons blueprint name.
For example, using costume weapons (using an example of your suggested weapons earlier, may not be the same weapon blueprint a you named it) and you want the rebels to use it specifically. you can put it as...
Code: Select all
<blueprintList name="WEAPONS_REBEL">
<name>PLASMA_CANNON_1</name>
<name>PLASMA_CANNON_2</name>
<name>PLASMA_CANNON_3</name>
<name>AUTO_CANNON_1</name>
<name>AUTO_CANNON_2</name>
<name>AUTO_CANNON_HP</name>
<name>AUTO_CANNON_I</name>
</blueprintList>
if you want the rebels to use there vanilla weapons as well as there new ones, simply add it to the list. eg.
Code: Select all
<blueprintList name="WEAPONS_REBEL">
<name>LASER_BURST_1</name>
<name>LASER_BURST_2_A</name>
<name>LASER_BURST_3</name>
<name>LASER_BURST_5</name>
<name>LASER_HEAVY_1</name>
<name>LASER_HEAVY_2</name>
<name>MISSILES_1</name>
<name>MISSILES_2</name>
<name>MISSILES_3</name>
<name>MISSILES_BREACH</name>
<name>BEAM_1</name>
<name>BEAM_2</name>
<name>BOMB_1</name>
<name>PLASMA_CANNON_1</name>
<name>PLASMA_CANNON_2</name>
<name>PLASMA_CANNON_3</name>
<name>AUTO_CANNON_1</name>
<name>AUTO_CANNON_2</name>
<name>AUTO_CANNON_HP</name>
<name>AUTO_CANNON_I</name>
</blueprintList>
You can have a different list that other (specific) ships can use or new ones. and have "WEAPONS_REBELS_2" or what have you. as long as it's referenced right on the new enemy ship.
Hope I helped. maybe someone else can elaborate upon what I said.
Re: How to question.
Posted: Fri Dec 06, 2013 12:15 pm
by Kieve
R4V3-0N wrote:this should be on the inquiry and questions thread. it was made so people wouldn't make new threads for questions.
Right you are.
Re: Questions here: an inquiry thread. Updated Nov 8th, 2013
Posted: Mon Dec 09, 2013 1:55 am
by NewAgeOfPower
Thanks, Rave.
Re: Questions here: an inquiry thread. Updated Nov 8th, 2013
Posted: Mon Dec 09, 2013 1:56 am
by R4V3-0N
You're most welcome.
Re: Questions here: an inquiry thread. Updated Nov 8th, 2013
Posted: Mon Dec 09, 2013 2:30 am
by Liquidcool24
So I'm making a new weapon, but when I try to rename it from .zip to .ftl, it just stays a .zip even though the extension is .ftl. I'm using a mac, which may have something to do with it, but does anyone know how to fix it?
Re: Questions here: an inquiry thread. Updated Nov 8th, 2013
Posted: Mon Dec 09, 2013 7:56 am
by Diet Water
Liquidcool24 wrote:So I'm making a new weapon, but when I try to rename it from .zip to .ftl, it just stays a .zip even though the extension is .ftl. I'm using a mac, which may have something to do with it, but does anyone know how to fix it?
Right-click (two finger click on a laptop) on your .zip file, look for "Get Info". Click that, then look for "Name & Extension" in the window that opens. Rename your file from .zip to .ftl there. A pop-up will ask you if you really want to change the extension, click the one that says "use .ftl" Voila, you have created a .ftl file!
Re: Questions here: an inquiry thread. Updated Nov 8th, 2013
Posted: Mon Dec 09, 2013 12:20 pm
by Liquidcool24
Diet Water wrote:Liquidcool24 wrote:So I'm making a new weapon, but when I try to rename it from .zip to .ftl, it just stays a .zip even though the extension is .ftl. I'm using a mac, which may have something to do with it, but does anyone know how to fix it?
Right-click (two finger click on a laptop) on your .zip file, look for "Get Info". Click that, then look for "Name & Extension" in the window that opens. Rename your file from .zip to .ftl there. A pop-up will ask you if you really want to change the extension, click the one that says "use .ftl" Voila, you have created a .ftl file!
It worked, thanks!
Re: Questions here: an inquiry thread!
Posted: Wed Dec 11, 2013 1:48 pm
by agigabyte
Anytime a fed scout, reb rigger, reb battlecruiser, or rebel fighter shows up in my mod, the image is stretched, and facing right, like a player ship. Why? (These are the graphics used for my ingame ships.)