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
these guys are itching for questions they can answer...
Thanks, just made it today
Lol maybe... if not I'll use Derpy's old list or come up with some commands to find them.
with the growing number of mods, you'll be hard pressed to gather up every outfit available, maybe a list of vanilla outfits and an option to add your own?
Go for it
Good idea, but adding support for all mods would end up in a huge confusing list or many lists. As for adding your own you can easily do that by just typing it in.
But I could come up with a way for someone to create their own saved list of items..adding it to the to do list! Thanks.
Thanks to whoever made these lists: https://drive.google.com/folderview?id=0B635z_nU19WfQllrM2V2dWpFSFk&usp=sharing
I think Derpy Horse made them not sure though.
Also, added a little bit more style. Stay tuned for updates
feel free to take inspirations, ill shut it down completely, since i don't want a competition here.
Also, command line options of the game. might help you atleast with weapons
What? Don't shut yours down
Also, thanks for sharing the command list.
http://steamcommunity.com/sharedfiles/filedetails/?id=718279752
I forgot most of what I added today buuut.....here's what I can remember adding
Cleaned up some generate code got rid of around 20 lines
Added another 20 lines of code for an autofill function - If you leave some sections blank or at 0 it will autofill suggested values doing math and stuff
Created a tutorial
Autofill algorithm/code for: mass, shields, explosion values.
I forgot the rest so if you really want to know just go find the history on github.
The autofill is pretty close to the game's ships. Here are some pictures: (automatically created mass/shields/explosion damages)
http://imgur.com/a/8r2Wv
The explosion math that MZ (developer) provided on the wiki doesn't seem very close. I could probably improve it as well as the ones I came up with later.
Tomorrow planned features:
A section to place values from ship builder
Add death explosions
Add more attributes like "automation"
More autofill algorithms
Enjoy and stay tuned for more features!
Will go in this post
Here's what I've added today so far:
Explosion adding
Outfit position adding
Added never disabled and automaton options
Added medium warship to the type of ship list
Adjusted layout to better fit all screens/resolutions
Added an all outfits list - Doesn't sort, but should include all properly named outfits. (Thanks to Batmod Wrzlprnft copied the list from one of his mods)
Fixed a few things on the all outfits list
Tomorrow planned features:
Prevent user from generating blank lines (position adding)
More autofill algorithms and code
Generate a random ship based on size
Improve code and bugfix
Stay tuned for more updates.
Also, if you're using the tool and come across an incorrect outfit name, bug, or whatever please post it. You'll save everyone a lot of time and work.
Daily Update #3
Will be in this post.
Added today:
generate random based on chosen ship category
autofill changes
added another autofill
prevent adding empty lines when adding outfit positions.
reset button now clears inputs instead of refreshing the page
changed mass algorithm
cleaned up style
other code changes don't remember or not important to list here
Notes:
Autofill will only fill in blank or inputs that have a value of 0 when you click generate.
Generate random button will clear all fields and create a random ship based on your selected ship category.
Adding outfit positions requires several lines and each line is considered one position.
(If you need to add just one position just add it manually)
Tomorrow planned features:
Clean up code, make it more readable and more efficient.