Lodos Auronox Freighter

Spacecrafts, buildings and other 3D asset creation
nozmajner
Posts: 1078
Joined: Mon Jul 01, 2013 3:25 pm
Location: Budapest HU

Re: Lodos Auronox Freighter

Post by nozmajner »

Cool video!
WKFO
Posts: 200
Joined: Wed Jun 14, 2017 12:37 pm
Location: Turkey
Contact:

Re: Lodos Auronox Freighter

Post by WKFO »

https://pioneerwiki.com/wiki/Lodos
I could use some help, especially with the InfoBox.
impaktor
Posts: 992
Joined: Fri Dec 20, 2013 9:54 am
Location: Tellus
Contact:

Re: Lodos Auronox Freighter

Post by impaktor »

Hi!

The code for the infobox is generated by a script (somewhere here), but I started a pull request to replace that, but got stalled by other stuff. The function you're asking for is implemented and should work, but the fields the infobox template is asking for are kind of outdated, as they reflect the state of our ships long while ago.
WKFO
Posts: 200
Joined: Wed Jun 14, 2017 12:37 pm
Location: Turkey
Contact:

Re: Lodos Auronox Freighter

Post by WKFO »

Thanks! I will look at it when I get home (after a week or two.)
impaktor
Posts: 992
Joined: Fri Dec 20, 2013 9:54 am
Location: Tellus
Contact:

Re: Lodos Auronox Freighter

Post by impaktor »

We just merged the script, and ecraven has updated the wiki engine. I think his aim is to automate this, but either way, we might change the infobox fields. This should do for now:

Code: Select all

{{Infobox_Ship
|name = Lodos
|type = Medium freighter [[File:ship_class_medium_freighter.png]]
|sketchfab = ''
|manufacturer = Auronox Corporation
|effective_exhaust_velocity_empty = 26,816km/s
|effective_exhaust_velocity_full = 14,098km/s
|forward_thrust_empty = 4.8G (90.00MN)
|forward_thrust_full = 3.2G
|reverse_thrust_empty = 2.1G (40.00MN)
|reverse_thrust_full = 1.4G
|up_thrust_empty = 3.0G (55.00MN)
|up_thrust_full = 1.9G
|down_thrust_empty = 3.0G (55.00MN)
|down_thrust_full = 1.9G
|left_thrust_empty = 1.6G (30.00MN)
|left_thrust_full = 1.1G
|right_thrust_empty = 1.6G (30.00MN)
|right_thrust_full = 1.1G
|angular_thrust_empty = 12.1G (225.00MN)
|angular_thrust_full = 7.9G
|max_cargo = 1,000
|max_laser = 0
|max_missile = 0
|max_scoop_mounts = 2
|hyperdrive_class = 7
|min_crew = 1
|max_crew = 5
|capacity = 1,000
|hull_mass = 650
|fuel_tank_mass = 1,250
|price = 2,000,000
|max_engine = yes
}}
EDIT: if you have a sketchfab of Lodos, please put it in scripts/sketchfab.json, and magic will put it on the wiki. Also, the infobox for Lodos is fixed on the wiki. Nothing for you to do. (except sketchfab if you have a model there).
WKFO
Posts: 200
Joined: Wed Jun 14, 2017 12:37 pm
Location: Turkey
Contact:

Re: Lodos Auronox Freighter

Post by WKFO »

Sketchfab model added.
impaktor
Posts: 992
Joined: Fri Dec 20, 2013 9:54 am
Location: Tellus
Contact:

Re: Lodos Auronox Freighter

Post by impaktor »

Btw, If you're going to update the infobox again, please make sure to use the latest version of the scripts/wiki_ship_stat_parser.py

example usage:

Code: Select all

./wiki_ship_stat_parser.py -s ../data/ships/lodos.json
Post Reply