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
Have you managed to generate NPC's?
i think what im trying to say is that the OUTPUT can be identical with DIFFERENT seeds..
there aren't that many permutations of ships / colours.. and with shuttles, freighters and multitools you will see lots of dupes
no . but an easy solution is to mod the game so that npcs for a certain area type always appear in front of you
OR to make a base with glass first floor and when you spawn you can see everything
yeah the original script author used the ingame screenshot method but it is finicky and requires precise movements to do
also makes screenshotting freighters and multitools a no-go unless you revert to the inventory method
easier solution : allow people to upload their own shots of a specific seed
so if its popular people can showcase it in game
additionally -> if you use the screenshot method there are lighting issues based on where the object is and whawt is nearby and genernating light which can skew the colours completely.
the inventory method is the most consistent "photo" method available for now .. removing the ship inventory slots helps to open up the view a bit but the generla/tech click popups do obscure the view unfortunately.
option 1 im not gonna try and figure out but if oyu insist. i can think about option 2 and cropping shouldn't be too hard to do
somethign to consider is that soem ship / tool types extend all the way to the left side so bleh ;p
Getting better screenshots could also be a crowdsourced initiative as you say. In the "generated seed review" section of the site, anyone looking at such an item can change data and upload a better image. So let's stick with the inventory view.
Are you creating the folders manually, or are the different types and subtypes part of the script? Could you make those mirror the names on the site? (in the category drop-down).
One more question, is the script randomly generating seeds? i.e. if you run it twice, will each result generate different results?
so:
- update script to use the seed as the filename
- empty inventory slots and try to get the best possible image as possible in the inventory view
- (don't worry about cropping etc.)
- increase the size to HD if possible (i can run the script if you want)
then i:
- script to read the directory of images, taking type and subtype from the folder structure, seed from the image filename
- add a DB, API and storage to store "generated" entries
- create the crowdsource page to go through the generated entries 1 by 1 with options to:
1. reject or
2. accept and update colours, description, screenshot, then saving.
After rejecting or saving the updates, the item will be added to the regular DB.
I'll get started on this tomorrow. (i'm on GMT+8 timezone)
yes . its all random. so unless you run it for millions of years it will be unliikely to ever hit the same seed twice.
OK then I need to get working on option 2.. i am insanely busy today but I will try really hard to get in an hour or two to get option 2 done.
then i will literally delete the existing seed images and redo them. ill "seed" it with a few for each category and then focus on one category per day/night/whatever. i have a few extra PCs capaable of running the game.. i may just pick one and task it to generating seed images forever with auto update on my server and ill occasionally sync it to git.
i think i just need to solve one simple technical problem
screenshot is created -> grab the file and then move it to another "Work/staging" folder of some kind.automagically
working/staging folder: depends on your OS, fairly simple to do in Linux with directory monitoring or a CRON job.
How do you want to move the files to the site? the API will be public facing (and filter out duplicate seeds), so if you are able to program a simple "grab file and post to API" script that might be a way forward. Alternatively, I can grab the files from Github and make/run the upload script myself.
I'll run your script when its ready too, so will have a local upload script available if you want it. (probably Python or PHP). I will make it get the item category and type from the folder and subfolder so need to make sure they match the website if you use it (the values in the website dropdowns, not the visible labels).
Just changed the [load more] function on the site to a [next page] function. With URLs that support back/forward and copying the URL so people don't get lost in the lists. I read that was an annoyance on the Reddit site of the original script creator. There was also a note about "ordering the data", but no improvement was suggested - I'm always open to suggestions for improvement. Would be great to have better search options, but difficult to find something that works for both data entry and search. Some users were adding hashtags to the description, I thought that was pretty useful.
im almost done with the file renaming..
i have it picking the latest screenshot and i am saving the seed in a variable. just need to figure out the best way to rename. via function or .bat and then ill update github
the scripts now rename hte files and thumbnails properly
gonna leave it on exotics fro a bit then freighters probably
worked well
have comitted to github