-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question/Cleanup? - suit.lua "wear" and "wear_represents" unused? #13
Comments
This is used in the
Can you disclose your project? 😉 |
Sure, it's nothing to special. Planetary/Plantoid survival game. back story is your interstella survey vessel exploded you grab a small survey shuttle and manage to crash on the closest planet ( at the moment I only have 1 planet but plans for a second initially). Not sure how to convay the backstory yet :) Start on surface in crashed ship which provides initial resources and a limited amount of days of air - so first issue is to establish reliable air supply then water and food and so on. Planet 1 has more than a passing resemblance to Mars. Probably get the idea. Working up a new tech tree that doesn't revolve around wood has been a bit of hassle and I had to cheat a bit and give the player some starting resources hence the crashed ship you start inside. The big slow down has been de-integrating mods with mtg (vacuum and spacesuit has been nice and easy). Complete so far Its slow going on my own but I'm hoping to have an alpha 1 ready to go soon, which will provide ability to play enough to sort out O2 and water supply. Everything that i do will be cc0 so anyone can reuse from it what they like. base mods will keep there current liscences, Even if I didnt finish now I would still release the components heres a quick screen of the workign UI, I think I pushed formspec api pretty hard - below is creative ui the right bar "closes up" when not in creative (uncrashed shuttle on left - nickname Froghopper :)): edit I should add the Ui graphics came from Opengame art library I just cut sliced and joined them togther for my needs :) - CC0 but i linked to the creators page in the credits :) |
Wow! This looks awesome 😲 |
More a question as i'm trying to integrate spacesuits with a non-standard mtg base but from what I can tell the values "wear" and "wear_represents" don't appear to be referenced at anytime although set as part of space suit armor registration inside suit.lua.
Have I missed something with the code or is this an integration with something else?
Thanks :)
The text was updated successfully, but these errors were encountered: