>power on
CORE;OK
GENERATOR;OK
BATTERY;OK
LAMPS:DAMAGED
ENGINE:CRITICAL STATE;CANT POWER
You hear a very loud sound.
Lamps in your room lights up,food distributor leds turn to green.You spotted a laser blaster kit.
>room details Core room
CORE ROOM
Core room activity:
Core is on.
No one is inside the core room.
Core room details:
The core room is a small,hardened room where is the ship core.If the core is destroyed , the ship cannot be used again , cannot be repaired.There is also a small storage with many spare pieces if the core is damaged.Four energy and resources pumps are connected to the core.The core is the main component of the
ship.
>room details Computer Room
COMPUTER ROOM
Computer room activity:
1 human lifeform
Lamps are on
Food distributor is on
Door is locked and fortified
Computer is on
Computer room details:
The computer room is the place where the main computers of the ship are.It is highly guarded as you can interact and do everything on these computers.In total , there are 6 computers.
>ping system
Pinging.......No ships pinged
Pinging.........No outposts pinged
Pinging.........No bases pinged
Pinging.........No city pinged
Pinging.........No stations pinged
Ping finished
>evaluate state
EVALUATING STATE......
STATUS:CRITICAL
MISSING:
NO CREW
2 UNKNOWN LIFEFORMS DETECTED BY SENSORS
NO TURRETS
NO WEAPONS
ENGINES DAMAGED
NO SHIELDS
DAMAGED LAMPS
NO INSIDE SECURITY
NO DRONES
NO ESCAPE SHUTTLES
FOUR ESCAPE PODS
NO FIGHTERS
NO OXYGEN GENERATOR;NO OXYGEN SENSORS
HULL DAMAGED
HANGAR DOORS NOT WORKING
HOLES IN SHIP
INTEGRITY:15%
EVALUATION FINISHED
>open Making a command line file(batch++) - Very old language , extended - Basics.txt
How to program on batch extended , basics
To make a batch extended program you must use makebatchprogram.exe
<CORRUPTED
COMMANDS(can also be used in command line):
echo -- display message
@echo off -- disable console output from program
set <varname>=<varcontents> -- Variables ex:myvar=11 myvar=hi
echo %<varname>% -- display a variable
shipget <something> -- Get an info from the ship
scan <something> -- Scan area or scan something
:<labelname> -- Name a label;Following code will be assigned to this label.To go to a label , use goto <labelname>
<CORRUPTED
This files seems useless to you.
>open Dealing with unknown lifeforms.txt
Dealing with unknown lifeforms
First , determine if the lifeform is hostile/neutral/friendly.If friendly , ignore this file.
Study your ennemy:
Moving speed
Attacking ability
Attack type , attack power
Weak points
Other abilities
Then , its recommended to attack in the weak points , but before , you should disable his special abilities because he could use them and kill you easily.To disable his special abilities,just analyse the parts of the body to attack , but it could be extremely hard.