.com.unity Forums

.com.unity Forums (http://forum.shrapnelgames.com/index.php)
-   SEV Modders Knowledge Base (http://forum.shrapnelgames.com/forumdisplay.php?f=154)
-   -   Modding SEV Thread Questions (http://forum.shrapnelgames.com/showthread.php?t=30358)

Phoenix-D October 11th, 2006 05:36 PM

Re: Modding SEV Thread Questions
 
The old class should disappear, but your Upgrade button won't upgrade any ships to the new class.

Speaking of, let me check to make sure this doesn't cause problems..

EDIT: ok, with components it works fine. If you press Upgrade, the existing components are simply left on the ship. See the note below.

EDIT final:
Ok, it does work fine for ships; I just had the syntax on the forumla wrong.

A little note- once something is removed in this fashion, you can NOT use it in a new design, or upgrade a design that uses it. You must remove all the removed components to satisfy a "You have used technolgy our empire does not understand" warning.

Baron Munchausen October 11th, 2006 06:29 PM

Re: Modding SEV Thread Questions
 
Quote:

StarShadow said:
My head hurts...

Here, this will make your head hurt a little more. It is possible to get tech levels from other fields than what the weapon (or other component) itself requires. For example, I like to link seeker structure to Armor tech, and defense modifier to Defense (ECM) tech.

Weapon Seeker Tonnage Structure Formula := 30 + (Get_Empire_Tech_Level("Armor") * 2)
Weapon Seeker Defense Modifier Formula := 30 + (Get_Empire_Tech_Level("Defense Systems") * 2)

A little more tweaking (such as linking damage to warhead tech or linking seeker speed to engine tech, which is tricky with each engine type being a seperate tech now) and you could have missile launchers as a stand-alone tech and missile performance being completely independent of them. In this case, I am tempted to put missile launchers into an industrial tech field because they are a sort of 'automation' technology. Missile launchers could get smaller and/or faster as tech increases, but the actual missiles would be better as soon as your propulsion or armor or ECM tech improved. Mod the ordnance storage out of the launcher and you've got a missile system ready for an "Honor Harrington" mod.

Phoenix-D October 11th, 2006 06:32 PM

Re: Modding SEV Thread Questions
 
the tricky part is making this all obvious to the player, and balancing it!

Captain Kwok October 11th, 2006 06:53 PM

Re: Modding SEV Thread Questions
 
You can use blank abilities that can utilize formulas in for amount1 and amount2 that can report to the player how much resistance a missile has or how fast it goes etc - or for any description that you want really. http://forum.shrapnelgames.com/image...ies/tongue.gif

Kana October 11th, 2006 07:35 PM

Re: Modding SEV Thread Questions
 
Quote:

Baron Munchausen said:
Here, this will make your head hurt a little more. It is possible to get tech levels from other fields than what the weapon (or other component) itself requires. For example, I like to link seeker structure to Armor tech, and defense modifier to Defense (ECM) tech.

Weapon Seeker Tonnage Structure Formula := 30 + (Get_Empire_Tech_Level("Armor") * 2)
Weapon Seeker Defense Modifier Formula := 30 + (Get_Empire_Tech_Level("Defense Systems") * 2)

A little more tweaking (such as linking damage to warhead tech or linking seeker speed to engine tech, which is tricky with each engine type being a seperate tech now) and you could have missile launchers as a stand-alone tech and missile performance being completely independent of them. In this case, I am tempted to put missile launchers into an industrial tech field because they are a sort of 'automation' technology. Missile launchers could get smaller and/or faster as tech increases, but the actual missiles would be better as soon as your propulsion or armor or ECM tech improved. Mod the ordnance storage out of the launcher and you've got a missile system ready for an "Honor Harrington" mod.

Absolutely brilliant...mind if I rip it off? http://forum.shrapnelgames.com/image...ies/tongue.gif

I'm planning on an HH mod, and and SFB mod, and this will help tons...

Also I hope some industrious persons start adding this to the modding section of the wiki...

Suicide Junkie October 11th, 2006 09:22 PM

Re: Modding SEV Thread Questions
 
If you want to get really fancy:

instead of GETL, or [Level], use (min(GETL,[Level]+5])

That way, you get 5 "free upgrades" before you have to retrofit to gain more improvements.

Kana October 11th, 2006 11:43 PM

Re: Modding SEV Thread Questions
 
Someone is going to have to write down all these equations with good explanations...I feel like I'm back in algebra class again...and that was 20 years ago...

Phoenix-D October 12th, 2006 03:31 PM

Re: Modding SEV Thread Questions
 
A few more little bits:

A seeker speed of .001 is equal to a ship speed of 1.
Weapon ranges are capped at 500ls- about 2 and a half combat screens, with the default zoom level.

Baron Munchausen October 12th, 2006 05:54 PM

Re: Modding SEV Thread Questions
 
Hey! Now why did he cap weapon ranges? Why shouldn't battles across the map be possible? Especially with seekers. (HH mod again... ) Time for another request. http://forum.shrapnelgames.com/images/smilies/happy.gif

Phoenix-D October 12th, 2006 05:57 PM

Re: Modding SEV Thread Questions
 
You have to use units for a proper HH mod anyway- no laser-heads otherwise. http://forum.shrapnelgames.com/images/smilies/happy.gif


All times are GMT -4. The time now is 02:37 PM.

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