.com.unity Forums

.com.unity Forums (http://forum.shrapnelgames.com/index.php)
-   Space Empires: IV & V (http://forum.shrapnelgames.com/forumdisplay.php?f=20)
-   -   DevnullMod for SEV (http://forum.shrapnelgames.com/showthread.php?t=35972)

Fyron September 5th, 2007 03:03 PM

Re: DevnullMod for SEV
 
But only if that other version is going to check for a previous MMP installation, and install the MMP files into the default folders as necessary.

Devnullicus September 6th, 2007 02:19 AM

Re: DevnullMod for SEV
 
Well, unfortunately, because the component pack adds stuff to components.bmp, and so did I, I have no choice but to put the combined components.bmp into my mod directory. So...all the discussion above is moot. Ah, well. The good news is that it won't overwrite any future releases of the component pack. http://forum.shrapnelgames.com/images/smilies/happy.gif

Fyron September 6th, 2007 02:23 AM

Re: DevnullMod for SEV
 
Or you could submit them to the MMP...

Devnullicus September 6th, 2007 03:08 AM

Re: DevnullMod for SEV
 
I just copied the facility pictures - it's not original art at all http://forum.shrapnelgames.com/images/smilies/happy.gif I don't think it's worth submitting them to the MMP.

Devnullicus September 6th, 2007 03:59 AM

Re: DevnullMod for SEV
 
OK, next question: Is there a way to specifically limit a component or facility so that only 1 is effective? Like spaceyards, excepts using requirements/abilities/etc instead of being hardcoded in the game?

Edit: Never mind - I figured it out.
<font class="small">Code:</font><hr /><pre>
Number Of Requirements := 2
Requirements Evaluation Availability := AND
Requirements Evaluation Allows Placement := 1
Requirements Evaluation Allows Usage := 2
Requirement 1 Description := Empire must have at least tech level 1 in Resupply.
Requirement 1 Formula := Get_Empire_Tech_Level("Resupply") &gt;= 1 + (([%Level%] - 1) * 4)
Requirement 2 Description := This vehicle can only have one emergency resupply component on it.
Requirement 2 Formula := Get_Design_Ability_Component_Count("Emergency Resupply") = 0
</pre><hr />


Fyron September 6th, 2007 03:17 PM

Re: DevnullMod for SEV
 
Via hull requirements, you can restrict the number of components that can be placed on the hull. There is a function to do it via ability (eg: engines), and a function to do it via name.

As of 1.44, there is nothing you can do with facilities. The next patch should have some functions available to return the count of facilities on the planet or in the system, either by name or ability.


All times are GMT -4. The time now is 03:46 PM.

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