12-10 Update
Okay so some more work has been done. Heres a rundown:
- Switched to HD Render Pipeline
- All system objects show in target list now, not just hostiles.
- hostile targets are marked with red, nonhostile with green
- themed windows a bit
- some bugfixes - issues with target not showing when far away, a few problems related to manging inventory resolved.
- cargo pods work now
Next few days will be focused on improving scenery, fixing more bugs, and making the interface a bit better.
Interesting Development tidbit for fellow coders:
As I said in the 12-1 post, I wanted to work on making my UI generic so that I didnt have to write a new script for every window I wanted. This is the result. Under display code I can write whatever I want to display, and another piece of code sets the data that gets displayed. In this case its an equipmentSlot. it works like this; it can take the comparison value, look it up, and compare it to the lines in Display Code that are bracketed. This way, if a slotType is a weapon, it gets those traits displayed, if its a shield, it gets other traits. It also supports subvalues, as you can see with the commodity.DamageHull line.
Get StarFire
StarFire
A multiplayer space dogfighting game.
Status | In development |
Author | Chris Ashtear |
Genre | Action |
Tags | 3D, Multiplayer, Space |
More posts
- 2-12 UpdateFeb 13, 2020
- 1-19 UpdateJan 20, 2020
- 1-12 Quick UpdateJan 12, 2020
- 12-16 UpdateDec 17, 2019
- 12-1 UpdateDec 01, 2019
Leave a comment
Log in with itch.io to leave a comment.