.com.unity Forums

.com.unity Forums (http://forum.shrapnelgames.com/index.php)
-   Space Empires: IV & V (http://forum.shrapnelgames.com/forumdisplay.php?f=20)
-   -   modding tricks? (http://forum.shrapnelgames.com/showthread.php?t=7321)

spoon September 10th, 2002 01:11 AM

modding tricks?
 
Two questions:

1) Is it possible to make a vehicle type that is required to have x% of a component type other than what is listed in vehicleSize.txt...
-----
Requirement Pct Fighter Bays := 0
Requirement Pct Colony Mods := 0
Requirement Pct Cargo := 0
-----
For example, can you make a Missile Frigate hull size that is required to have 50% capital missile components? (bonus question: How does the game check that there is, for example, x% of Fighter Bays present? Is it a property of Fighter Bays, or is it hardcoded?)

2) Can you make a component that renders a weapon inneffective, like what Master Computers do to Allegence Subverters? For example, could you make a Special Shield component that made Phased Polaron Beams deal no damage to ships when it is present? (Bonus Question #2 - How does the game know to make an allegence subverter not work when a Master Computer is present? Is it a property of the Master Computer, the Subverter, or is it hardcoded?)

Thanks!
-Spoon

Phoenix-D September 10th, 2002 01:26 AM

Re: modding tricks?
 
No, and no. The effects in these cases are hard-coded. Anything with the "master computer" (including ship hulls..) will stop an alligance subverter, and anything with the "fighter bay" ability will count towards the # of fighter bays.

Phoenix-D

Puke September 10th, 2002 01:27 AM

Re: modding tricks?
 
1: no. unless you tie those listed abilities into other components. like a supply container that has the cargo ability. i dont think that will do what you want, though.

2: thats all hard coded. the only thing you can do is (1) target specific component types, listed at the top of the file. (b) skip normal shields. (iii) skip phased shields. (&) skip all shields. (q) skip armor. by combining these things, you can make some weapons effective in different areas. but to make a drastic change, you will have to rework the weapons damage model.

spoon September 10th, 2002 01:51 AM

Re: modding tricks?
 
Quote:

Originally posted by Puke:
1: no. unless you tie those listed abilities into other components. like a supply container that has the cargo ability.
<font size="2" face="Verdana, Helvetica, sans-serif">So if I wanted, I could remove Fighter Bays components from the game, and add this ability to Capital Missiles:
-----
Ability 1 Type := Launch/Recover Fighters
Ability 1 Val 1 := 0
Ability 1 Val 2 := 0
-----
and then I could have my missile frigate hull size? Or does that introduce other problems (aside, of course, from only being able to launch fighters from planets...)
Quote:


but to make a drastic change, you will have to rework the weapons damage model.

<font size="2" face="Verdana, Helvetica, sans-serif">Can you explain what you mean by this?

Thanks again,
-Spoon

Phoenix-D September 10th, 2002 03:40 AM

Re: modding tricks?
 
"and then I could have my missile frigate hull size? Or does that introduce other problems (aside, of course, from only being able to launch fighters from planets...)"

That would work, yes.

Phoenix-D

Puke September 10th, 2002 05:25 AM

Re: modding tricks?
 
sorry about my non-conventional numbering system. what i was sugesting, is that if you get rid of the current shields / phased shields / armor paradigm, and replace it with something else, you might get what you want.

for example, i am toying with a mod that will have lasers and cannons. lasers will be stopped by a certain protective component, and cannons wont. so i will make the protective component into a shield, and make cannons skip all shields. this introduces problems with boarding parties though, so you will get into all sorts of trouble doing things this way.

and as Phoenix-D says, yep, that will work.

dogscoff September 10th, 2002 10:27 AM

Re: modding tricks?
 
Quote:

Or does that introduce other problems (aside, of course, from only being able to launch fighters from planets...)
<font size="2" face="Verdana, Helvetica, sans-serif">You might find that you can launch fighters from your missile bays... although I suppose you could set it to "can launch 0 fighters per turn".


All times are GMT -4. The time now is 11:32 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2025, Shrapnel Games, Inc. - All Rights Reserved.