I was aiming for 3 hours today but i lowk got in a fight with a senior in my clg and bro is threatening me to slime me tmr
it might be wraps for me gng
Putting the sliming part aside, today i made the 3D models for a generator concept (or actual thing) i found online of what they use in space.
The i did sm audio editing to have a whrrrrrrrrrrrr looped sound effect and it was quiet easy to make a whrrrrrrrrrr loop, easier than i imagined.
Then i added another sound and layered both ontop of each other and now it genuinely sounds kinda peak 
After that i made the electricity spread across all the electric poles, heres the code for that
if body.is_in_group("tower"):
towers_closest.append(body)
create_lines(body.location_to_connect_wire_to)
if has_electricity_running:
body.has_electricity_running = true
elif body.is_in_group("electrical_appliance"):
if body.connected == false:
towers_closest.append(body)
create_lines(body.location_to_connect_wire_to)
body.connected = true
if body.is_in_group("generator"):
has_electricity_running = true
for i in towers_closest:
if i.is_in_group("tower"):
i.has_electricity_running = true
I might lowk be taking AI’s job in writing bad code, they should make a me gpt in which i reply with shit code that DOES work.
I also visualized the flow of electricity by hiding/showing a random cylindrical mesh that shows if it has elec flowing through it.
Tmr ill be redoing ALL the icons cuz currently they look straight dookey, and also fixing the UI, then if i have time give observatory and everything an electric connection and make them so they dont work without it. 
This was all i worked on today, yall pray for me lets hope i dont get slimed tmr
.
Comments 4
ts looks tuff dont get slimed
This really reminds me of Astroneer, peak game
@jwexly thx dawg😛, and that unc pushing 22 and picking on 17 yos, anything but a job 😭✌️
@mixidmb oh never heard of that lemme see
Sign in to join the conversation.