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
A shame the game doesn't have a built in mapping system, since everything else is covered by mods.
Thanks.
Using latest version (1.4.4 -64-bit). Thanks for this. Good work.
Just one issue: I placed a GPR station somewhere on my home planet and forgot where.
Then I made a Portable GPR Console to see if I could find it that way, but it just says "Processing map..." the whole time.
I tried to unsubscribe and re-subscribed in an attempt to reload the mod, but no luck.
I suppose I could just do a new one by either mining or add one via admin mode, but thought you should know it might be an issue with the mod on the new version.
Right now i will stop working on ALL my mods for undefined period of time.
I find another way to use my coding talents which also brings me a lot of money and I don't want to spend my free time writing code and doing other stuff - working for free another words.
You free for copy, modify, repost, actually you free for anything. Just please don't remove my nickname from mod autors.
And yes it fully compatible with FU. And yes it shows ores from FU.
Since the background happens in realtime whilst you are busy looking at the console, it's only fair that you can run away from monsters that are attacking you. With this, you can't so either camp somewhere and hope no monsters come at you whilst you're searching or kill or all the monsters in the area and hope they don't respawn back fast enough before you finish your search....or better yet, look at the console whilst also able to run away at the same time....
And yes I play this single player only and with my sister sometimes and when we do, we mostly muck around since she's already completed the story mode and I haven't yet; so the only ones hurting is me or my sis but since it's me using it, I would be having fun and not hurting....would you like to join our game to help? Yeah didn't think so....
You need Architect's Table (upgrade your Industrial Workbench).
Yes.
Corrected.
It's very useful for mining & exploring without being too overpowered.
Just wanted to ask if you could spare some time to edit the Portable GPR description.
There's a bit of chipping since the description is too long to fit the info box.
Maybe it's just me and my OCD but it does make the game item a little bit untidy.
I would gladly fix up the files on my own if you'd show me how to but I'm afraid I might break something; I'll be much more glad if you could make the mod fix to all steam users so everyone gets the fix.
I suggest shorten it from:
"Portable device that can wireless connect to any GPR station placed on the planet no matter how far away it is"
to just:
"Connect wirelessly to any GPR station placed on the planet at any range"
Since people already know it's a wireless portable device.
Either that, you just fix the text box length if you know how to :P
Much appreciated. Thank you very much :D
1) See this mod on the Workshop while browsing for something completely unrelated.
2) Download it simply out of curiosity, and start up Starbound to test.
3) Craft both the standard and portable consoles, then go on a mining expedition.
4) Realise within 5 minutes that you will never be able to play Starbound ever again unless this mod is installed.
Thank you to Wellbott and Erisss^^
Not remember if somebody do something like that. I'm cool!
It's not work like that. I can't just say "hey world, find me all objects with this <object_name>", it's don't work like that.
As for me the only good way it's place GPR, and click on it with portable console thing, or something like that, and add another item in the list in portable console thing script.
To make another "living booble" modders have world.loadRegion(`RectF` region), it's not a problem.
Bot it's more complex than sounds, and corrently I not in mood to code something.
I'm talked about this in my previous comment, but not everything is so simple. There is a "living booble" around player where objects(GPR station), npcs and wiring load from memory. So I need when placing a console somewere store it's position and ID to make it acessible from any position in world, and it's only smallest and first of problems, the second problem it's we can have lots of planets, so we need to store planets with GPR, a list with planet, console ID and console position.
It's not just true/false, it's a pretty complex thing.
I'm alrealy tryed to make something like that, but there is a problem, I need a anchor point - an object. I tryed use a player as that point and it's work, but bad and buggy.
About make it's avalable from any place on planet - it's possible, but pretty... complex. But possible. I can't promise anything because i need to be "in mood" to start working on something like that.