Home
Outpost 1
Outpost 2
Chat
Forum
Wiki
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Home
Help
Search
Login
Register
Outpost Universe Forums
»
Projects & Development
»
Outpost 2 Programming & Development
»
Structure Kits
Print
Pages: [
1
]
Go Down
Author
Topic: Structure Kits (Read 1531 times)
Freeza-CII
Administrator
Hero Member
Posts: 2308
Structure Kits
«
on:
May 01, 2005, 01:39:53 AM »
How does ones get structure kits in the SF at the start of the game Depending on the level high med or low.
Logged
Eddy-B
Hero Member
Posts: 1186
Structure Kits
«
Reply #1 on:
May 01, 2005, 04:14:38 AM »
You can do this by using Unit::SetFactoryCargo
An example:
Code:
[Select]
if (Player[0].Difficulty()==0)
{
factory.SetFactoryCargo(0,mapAgridome,mapNone);
}
Logged
Rule #1: Eddy is always right
Rule #2: If you think he's wrong, see rule #1
--------------------
Outpost : Renegades
-
Eddy-B.com
-
Electronics Pit
[/siz
Print
Pages: [
1
]
Go Up
Outpost Universe Forums
»
Projects & Development
»
Outpost 2 Programming & Development
»
Structure Kits