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
The script was made before custom data was a thing.
should be easy enough to simple write the returned information to the custom field
I'm getting a 'Cam Status: Low Charge'
How can I rectify this? THanks!
The built in auto pilot can be flaky though.
I would add collision avoidance to the drone autopilot and a sensor to stop autopilot as it gets too close to the asterois. What do you think?
I can make a version for that shortly. not right now though I am busy.
Well glad to have cleared that up, and yes after removing the quotation marks the script did begin to behave itself again.
If you set a variable as GS_Tag = "null"; you are looking for the string "null" so you would match names that contain the word "null".
But if you set GS_Tar = null which sets it to the special value of null which is not a string litteral but a unique value distinct in itself.
https://steamcommunity.com/sharedfiles/filedetails/?id=1975494540
@Spiff You're welcome.
https://steamcommunity.com/sharedfiles/filedetails/?id=1971820463
I'll throw a little drone ship with this built in up on the workshop for you to try out in a moment so we can see if we can track down the source of the issue.
I hope it's an easy fix
I will swap over the way displays work in the script and update it, and have it print to the PB screen if no LCD is found... actually probably just print to screen regardless.
Checking.
useing blocks are currently unfunctional
Looks like some deprecated code judging by the 'check code'.
Did you have an issue?
Step 1: Build programmable block and load script
step 2: build camera and name it [RF] Camera [Ray]
Step 3: Name LCD panel you'd like this to run on [RF]LCD[OUT]
Set 4: type doscan in the argument area of the programmable block your using and hit run.
if done correctly it should display anything within 5,000m in cross-hairs of camera.
i suggest adding the PB to your action toolbar in ship. select the correct PB Block in the action set up menu and drag it to an empty slot on your action bar, and select "RUN" in the sub menu after pasting, an argument box will pop up for you to type in "doscan" and hit ok. you can now hit the action key for a quick scan.
SUMMARY:
-NAME YOUR LCD PANEL: [RF]LCD[OUT]
-NAME YOUR CAMERA: [RF] Camera [Ray]
-PROGRAMABLE BLOCK RUN ARGUMENT: doscan
JUST COPY AND PASTE SO YOU DONT MESS IT UP "CTRL+C" AND "CTRL+V TO PASTE IT"
Could you help us less-experienced people out with a simple a-z list of steps I have to take to make this work? I found the script when trying to build a gps-based cruise missile base on Earth and some simple instructions how to use this script on my "satelite" to make the GPS coordinates my missiles shall use would be great!
As i am seeing impaired a nice set of do this a-z would be very helpfull...
EG: A; Rename bamera to xxxxx
B; Rename screen to xxxx
i am after something where i just do it, and not make choiices, as i can do that after i have it working.
Thanks for any help you can offer.