Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Like:
- Transporting multiple ISO containers in one go on a ship (bigger freighters).
- Transporting more then 10 passengers from one runway to another in under 15 minutes (plane).
- Needing to actually go through fire to rescue someone from burning building (firefighter gear).
- Retrieving something from the depth (submarine).
So, if someone is adding custom missions to their game, they're likely to look for more challenge and for use of their creations, just give people what they're looking for.
crew shud not have diving gear
solution mag door; emty water move emm across
mission dept as deep as kan bee....
gl send me pm when its done!! ;D
You can put a fluid meter that will activate a button when it hits 0 or 1 (depends on wether player have to take liquid or pour it in). Mission editor can work with named buttons, both registering them being activated or activate them on condition.
So you make a fuel tank with a meter and a button named "empty", which is hidden inside. When player drains it and meter is at 0, logic will activate "empty" button.
Mission condition will trigger the next task on button active - pour fuel to %mission_target%
Player goes there and pours fuel into empty tank, where the button will react to tank being full, triggering mission completion.
As said above you cannot check if play just brought their own fuel and drained the first tank to the floor/ocean. Other then that - it's doable.
Now about submarine rescue:
Vanilla mission pack have one already, actually, but without docking. If you make a sub with a properly placed door that will turn it's magnets on when player is around - mission is entirely doable.
Problem is with the depth. There is no way to spawn the boat at a certain depth, "Ocean" cell have random depth, even if pretty deep, you won't know for sure. You might find a non-random place where it will be deep enough, though.