You are browsing as a guest. Sign up (or log in) to start making projects!

Into the cosmos

  • 42 Devlogs
  • 123 Total hours

I made a relaxing space exploration game for people who just want to sit back and fly. Inspired by Kerbal Space Program and Spaceflight Simulator, I wanted to capture the excitement of launching rockets without spending hours designing one first. After a long day, sometimes you just want to reach the stars. (If you dont have time to rate the project by downloading it theres also a youtube video linked on my github)

Open comments for this post

36m 2s logged

SHOUT OUT TO @253_Mathilde_IYKYK


For starters i made a lil script so that if a rocket is in the SOI of a
planet and then it scans near it by pressing F it shows all the
necessary details about the planet, currently they are obvious details
but i will work on making them useful. I have a few ideas of what i can
do with it


Now to the important part @253_Mathilde_IYKYK recommended me to add a
song they like SO I ADDED IT TO THE GAME :yayayayayay:
Hope yall like it :)

(Sorry for not including video idk why stardance was bugging and throwing error when i was tryna upload a video)

3
0
66
Open comments for this post

1h 43m 26s logged

BOOMBOX!!1! :yayayayayay: , macondo marketing team too good


Last night i spent unhealthy amount of time watching ig posts of macondo on hackclub ig, I lowk feel insane amount of fomo and i wanted to go so bad :criblub:


The songs they used in the marketing reels are still stuck in my head :cryign:
So as any reasonable person would, I added a boombox in my game with with my fav songs from the reels they made :yayayayayay:


@zach PLES FLY ME IN NEXT IRL HC EVENT PLES IM BROKE :please:

5
0
45
Open comments for this post

1h 19m 22s logged

IM RICH!!11!! 2080 sd and top 10 in multi :yayayayayay:


I got all positive reviews from yall and i apprciate every single one of u for rating my project.


I have finally added scrap mines to the game, i had already made the 3d model for them i just thought they didnt fit in the game but since im adding automation and electricity to the game i think this would be a great addition.

Currently they produce 10 scraps, copper, iron per 10 seconds so 1/ sec i will later randomize this and give them weights, im js too lazy cuz of this clg n shi istg


Good thing is tho tmr im going home :yayayayayay:
That does mean my work on hardware projects will start again :yayayayayay:


That being said i need you to give me more recommendation for the game, the reviews didn’t give me any ideas or unique views what i could add to my game.

2
0
128
Open comments for this post

2h 2m 1s logged

In these 2 hours i have lost all my sanity :fear:


But finally the factorio like supply/demand electricity mesh finally works :yayayayayay:


First i thought of using recursion to spread the electricity through every single tower
But then i ran into a problem where towers interconnected so to fix that i passed a self parameter that didnt seem to help.


Then i decided to make towers only connect once (which was a disaster and brought its own set of bugs) and that to tremendously failed :cryign:


So finally i decided upon a global mesh chain architecture where all the nodes in a chain have similar looking list, and whenever an appliance is connected to it the chain just iterates through its connected devices, This in turn brings the time complexity down to O(n) :yayayayayay: and makes everything a whole lot more efficient.


Finally this is done

Currently only the tesla charger works with this new logic, later i will add other electric appliances to this mesh network aswell and give them watt draw


Few things to keep in mind, Currently 1 generator makes 50kW and one vehicle charger consumes 40W, If the demand isnt satisfied every node in mesh rejects the connection until the demand IS satisfied

I know this might feel stupid for some people but this is only done as a feature so you dont overload the electronics in space :smirk1:

0
0
69
Open comments for this post

2h 29m logged

TESLA SUPER CHARGING :yayayayayay:


So for starters i forgot to tell yall that i DIDNT get slimed by senior my clg department helped me and scared tf outta bro and i got to fight bro too :yayayayayay:


And in this update i added set battery capacity to rovers :electroboom: They use supercapacitors to store charge so that means they can be charged and discharged for eternity :yayayayayay:


Then i added charging stations to the game and made them use power grid electricity.

I think players might abuse electricity by only placing 1 generator to power an entire city so i will be implementing complex wattage draw logic like they have in factorio to get some supply/demand action rolling. :factorio:


Then i worked on implementing save game in the game and i failed terribly (this will be a hurdle for later) I spent like solid half an hour trying to implement it just for my save file to be completely empty :uuh:
Idk whats going wrong but i will eventually figure it out.


For now tho i will be working on factorio like supply/demand logic for electricity wish me luck :fear:

0
0
54
Open comments for this post

2h 9m 1s logged

Some really cool additions :yayayayayay:


For starters today i implemented a little list at bottom of the screen that can be used to store the coordinates of player rn :think: Yall might be wondering what tis could be used for, But i have something really cool cooking up in my head :smirk1:
lets hope i am able to express it properly.


EXPRESSING MY LOVE OF YAGI ANTENNAS I ADDED A YAGI ANTENNA TO THE GAME!1!!!
It has a search feature that looks around for strongest signal and then does nothing :uuh:
But in future i will be making a whole mechanic out of this.


Then i made a little web release :cryin: it butchered the visuals i worked hard on. Its okay tho cuz i added a warning label like last time on that release too.
Linked the web release as playable link for the game


I want YOU to tell me what should i add to this game as im running into a roadblock where i dont know what i could add for the electrical update for the game that would actually be a useful addition, Comment down below to drop your ideas the best one will make it into the game :goog:

0
0
46
Ship #3 ✨ Blessed

INTO THE COSMOS

This is the game i have designed with inspiration from Spaceflight sim and Kerbal Space program, i wanted to capture the total freedom of roaming in space without the stress of designing a space vehicle for hours just for it to crash into a million pieces. I wanted to make a chill relaxing game that people can come back home after a long day of work to, boot it up and have fun just roaming the eternal space without stressing out. Im quiet proud of how im capturing this vision of mine and im very happy with what im making.

Heres some information of what i added this ship:


I’ve basically been adding a bunch of systems that I’ve wanted in the game for a while, and the game is starting to feel a lot more like an actual sandbox now. :yayayayayay:


First thing, I finally added electricity.
This is probably one of the systems I’m most interested in because now I can actually start making more things depend on power instead of everything magically working forever.
This also gives me a lot more stuff I can do with spacecraft and bases in the future. :electroboom:


I also added scraps and scrap refining.
You can now collect scraps while exploring and actually do something with them instead of them just being random useless objects.
I’ve also added the material processing system around this, so scraps can be refined into materials that can actually be used to build useful buildings.
This is going to become a much bigger system later on. :scraps:


ROVERS ARE FINALLY HERE
You can now actually drive around on planets instead of just landing there and leaving.
I really wanted this because the planets were starting to feel a little pointless once you landed on them.
Now you can actually get out there and explore the surface properly. :dino_driving_a_robot:


I’ve also added planet properties.
Planets now have their own properties which means I can start making different planets actually matter instead of them just being randomly generated balls you land on.
There’s a lot I can do with this later, especially with resources and exploration.


I also did a pretty big overhaul on the visuals. :smirk1:
The ambiance shaders have been improved and I’ve added a bunch of new stuff to make the planets and space itself look better.
black holes now also have a hidden easter egg….
Ive also given every planet a beautiful atmosphere


And yes.
Mudfish :minionlaugh:
I don’t know why.
They’re still stupid.
They just walk around on planets doing absolutely nothing useful.
But honestly the universe felt too empty without them so I’m keeping them.


A lot of this update was also spent doing optimization because some of the newer systems were starting to get pretty heavy.
I’ve been going through different parts of the game and trying to make everything run better without completely murdering the visuals.


Overall this update is probably one of the biggest changes to the game so far. :this-67:


And I still have a stupid amount of things I want to add. :yayayayayay:


https://www.youtube.com/watch?v=ZZg3blASmgc
This is the link to the youtube video if you dont have time to review the game PLEASE check it out and rate the project


I read and appreciate every single one of you reviewing this game, please be as informative as you can be as this is one of the biggest games ive worked on till now, thx and have fun playing the game :ohneheart:

  • 19 devlogs
  • 54h
  • 19.58x multiplier
  • 1259 Stardust
Try project → See source code →
Open comments for this post

4h 14m 34s logged

YAYAYAYAYAYA 3RD SHIP INCOMING :yayayayayay:


In the first 2 hours i logged i worked on making the 3d models as refined as possible and made them look good by referring to astroneer as someone commented on my game :60fps-parrot: Also made multiple 3d models for the electric pole and finally used the one that sat right with me.
Made a new 3d model for generator and upgrade station aswell


In the next 2 hours i made minor tweaks and fixed satellite bugs along with updating the help menu with newer control code, also was thinking of implementing a scrap mine but dropped that idea (maybe later ships)
Then i added a little keytip marker near the refinery and chest of observatory to aid the player.


Added a bunch of sounds to the electronics of the game and now it sounds a whole lot better (also reduced the main music)


FINALLY TIME TO SHIP :yayayayayay: Thnx to all of the support on this proj i wont disappoint yall at all with future ships

0
0
59
Open comments for this post

1h 7m 48s logged

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 :fear: 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 :yayayayayay:


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. :hopiuminjected:


This was all i worked on today, yall pray for me lets hope i dont get slimed tmr :fear: .

4
0
71
Open comments for this post

6h 2m 1s logged

LETS GO IM FINALLY UNBANNED :ultrafastparrot: :yayayayayay:


Unban stuff aside, time to explain the devlog even tho being unbanned feels great and i have insane amount of motivation to work on my proj now :yayayayayay:


In past idk however weeks ive been working on 2 major things, first is that ive finally listened to the last ship reviewers and added upgrades for rocket, with custom 3d models for each rocket tier. currently it uses a separate key to open close the menu which is bad but ill fix later :goog: Also only the rockets fuel attribute is updated when you upgrade a rocket so ill fix that too.


Also after the ban i was working on electronics update for my game, i have implemented electric poles, 50Kv Generators for now, i am going towards direction of factorio im afraid, but i dont wnana make it very grind-y so ill keep that in mind :uuh: (hopefully)


For future i will be adding better UI/UX its currently embarrassingly bad rn (even tho my degree is Computer science and Design) So yeah that will need a massive revamp


Also id like to give a shout out to water
#Freewater #heaintdonunwrong

4
1
97
Open comments for this post

1h 24m 45s logged

After getting falsely accused for fraud for using the godot wakatime extension and getting a heart attack


I have finally added little homes for these skinny dookeys


I hate, HATE behavior trees with every cell in my body :heavysob:

I hate to admit but i did take help of claude chat to help me set this
shi up, it was js the free version tho so we good.


I added so like normally it ran away from player if it sensed one near,
but now if the player is close by and it has a home near it runs to that
and hides in the home, and if player is far enough it emerges back out.


Ill move on to adding more entities now rather than polishing these
dudes, i think from the final game i wont even keep them in cuz how ugly
and weird they are


Aye free me bro i aint do nothing wrong, fix the wakatime extension fr

6
0
337
Open comments for this post

1h 46m 35s logged

REALLY NICE ADDITIONS :yayayayayay:


Ive finally added some life to the game.
I have added these weird mudfishes inspired by those weird furless cats. :uuh:


These mud fishes aren’t stupid tho, i
___have implemented a proper behavior tree to them, Each one of them has their own set of actions.


Normally like minecraft mobs they roam around look around the world, but if a player is near their vicinity, they RUN :run-aaa: away from the player protecting them.


Currently i have no clue what ill use them for, but one thing is for sure that they have really nice skin :shhh-wx: I wonder what will happen to it in the near future :think:


Really happy by this addition tbh, the world was getting kinda lonely, this was important, in next updates ill be adding colonies of these things mounds and their homes, along with their baby variant.

2
0
193
Open comments for this post

1h 24m 21s logged

Man i hate making 3D models :heavysob:


Not my best work yet, but refinery is done, After several iterations, getting inspo from pinterest and then ditching it and drawing one in back of the class, im finally set on a design, it looks pretty good as of rn. :uuh: (its not)


I fixed a bug where the text was glitching out when i tried to craft scraps, and now it works as it should. The logic is perfect for how it should act in game and im hoping i dont have to touch it again in future to fix it.


That being said ofcourse ill be making the 3D model better, But for now i just wanna focus on programming stuff and making the loop right. We can always make it prettier later :yayayayayay: .


Im unfortunately still not home and i still have to survive in this godforsaken room, but hopefully ill be home soon as ill get my appli signed to go home, And then ill be working on both this and the plane together :yayayayayay:

2
0
86
Open comments for this post

4h 5m 48s logged

Finally a devlog after several days of straight struggle :heavysob:


For starters ill tell yall why it took me so long
I lowk changed places and i live alone in a room now, i had to shift and living conditions here are absolute hell :fear: I somehow survive without going wild due to all the bs ive been facing recently.
My productivity has taken a severe hit, a feature like this took me way too much time to complete than it should’ve.


That being said i did wander off in different directions cuz i was lowk clueless which direction i should take this game (i still havent decided :ultrafastparrot: )


In this devlog i added advanced material processing and advanced materials to the game, with a minecraft furnace like :minecraft: cooking mechanics, i made the logic quiet efficient and refined, its not my best work but it can always be better later.


I js hope this eternal torture ends and i finally get to have better living conditions. istg ive been boiled alive, breathing is a struggle in this place :heavysob:


Ill keep serving yall with most banger updates so keep me followed, this game is gonna be the next big thing lowk :yayayayayay:


Now i will be makig the 3d model for refinery, before this i made a failure ahh model in whcih i js made a complete simithing room inside a space bubble 😭

Gotta make something better than that so time to lock in

7
0
103
Open comments for this post

2h 21m 32s logged

OKAYAYAYAYAYA UPDATE TIME :yaaaaaaay: :yaaaaaaay:


I have graves implemented in the game now, after careful consideration about which direction i wanna take my game towards, i think graves would be a nice addition without disrespecting the procedural nature of the game. :ohneheart:


I want to make this game very lore heavy while being fully open world and giving the remote in players hands. I dont wnana confine them with thick story plot, or tedious tasks. Nor do i wanna make the game absolutely boring and pointless. :h:


The “Rot” i talk about is a cosmic disease the players universe is going through, unexplainable things are happening, weird inter dimensional gates are popping up at random places, everything is near extension. Im not sure about the role of player in all this tho, i will figure something out tho, i wont disappoint yall thats my promise.


Also i worked a bit more on a weird bug where items were being placed not where the raycast was supposed to hit. Also I will be removing the inventory system entirely and just rely on blueprint building aspect lmk if yall think thats a good idea


Also shout out to hackclub for getting me so much stuff i really love every single one of yall ❤️


Also progress on this game will go back to high now as i wont be home to work on my plen.

7
1
66
Open comments for this post

2h 17m 8s logged

OKAKAKAYAYAY some more cool additions for exploration aspect for the gam :yayayayayay:


I added an arrow that points towards a set direction, which also changes its with respect to how far the rocket is from that point :smirk1:


Also I FINALLY FIXED THE WATER WALKING SOUND ISSUE!!!1!!! :yay: Turns out it was quiet easy, i was just too stupid and over complicating it, a simple rewrite fixed everything.


For next update i will be adding findable clues, maps, coordinates left out to rot by a “past explorer” that you find across the universe, this is gonna require a bit of time and skill but i can deliver that easy with some time


Again progress is a bit slow cuz im actively working on my biggest endurance aircraft but i will keep tis game updated nonetheless, and in future u might even find it on steam who knows

3
0
133
Open comments for this post

1h 35m 42s logged

AYEEEYEYYE UPDATE ON THE PEAKEST GAME :yayayayayay:


Made a really smart decision and got rid of the ugly hotbar like menu to place items, now da gam has a nice build menu in which most of the time was spent in making my code more cleaner. :heavysob:
But it works now, it looks way more clean and immersive.


Instead of relying on hardcoded information for items, i finally made a global that can handle all of that, idk why i didnt do that earlier.


About the sound engine, i genuinely hate it a lot, i will be redoing it from scratch and figure out wtf is wrong with it


Sorry for slow progress, i dont have much time till im at home so im tryna maximise the time i spend on my rc plen, ples follow it aswell :ohneheart:

0
0
51
Open comments for this post

1h 5m 43s logged

Oh i did manage to fix the water walking loop a lil more, its not perfect, but i dont understand whats going on. so ill just work on that later :p:


Anyways thats that, big changes i made are that now to place observatories or rovers you need to have a specific amount of scrap on you, i will be turning this into a full fledged build menu so its more appealing, and i will have this menu as a quick hotbar to place blueprints of items. :yayayayayay: I find this gameloop satisfying as it takes away the management hassle and this game is supposed to be relaxing.


And bro how long IS the queue :heavysob: my bambu is STILL not shipped


Sorry for slow updates on this project, currently working my ass off irl on the UAV project of mine as i have a deadline to finish it.


If i did manage to get a good rep towards this proj, ill be taking the reviewers advice and hosting this game on steam. That developer grant might come in handy ngl

0
0
48
Open comments for this post

3h 20m 30s logged

AYEEEEEE DEVLOG TIME :yayayayayay:


So today i redid the observatory 3d model, gave it some clean nasa
textures, its not upto my standards but its getting there, also fixed
that stupid atmosphere bug :smirk1: now everything looks insanely better.


Added a planet to the launch screen to flex aswell, i think it looks awesome there. :ultrafastcatppuccinmauveparrot:


Oh and also i tried to add water walking sound but am failing miserably
but worry not as i will be reworking the soundengine too
later :blob_bounce:


Taking a moment to give a shout out to my followers who motivated me to
work on tis more also HM all the reviewers who gave incredibly nice
feedback :blobcat_heart:

0
0
58
Super Star

As a prize for your great work, look out for a bonus prize in the mail :)

Open comments for this post

3h 5m 35s logged

:yayayayayay: HOLEE SHIT, ADDED INSANE STUFF TO MY GAME :yayayayayay:

IT LOOKS SO BEAUTIFUL NOW, I CANT BELIVE IT :rainbow-honakana:

So, for starters, since yesterday I have been learning shaders. I fixed that shitty atmosphere shader that I translated from someone else’s shader to Godot. I had to make a lot of changes to it to get it working properly for my game. :bananadance:

ALSO I MADE A SICK ASS WATER SHADER FOR PLANETS TO HAVE.

Then I REWROTE THE PLANET GENERATION SCRIPT.

Now each planet has unique properties like:

  1. Ambient temperature
  2. Water availability
  3. Air density, which determines water availability too

I also tried adding comets and comet trails to the game, but failed tremendously. :cry-cursed:

Oh, and also, dont go near the black hole. :smirk1:

:yayayayayay: :yayayayayay: OH AND I GOT MY PAYOUT, AND I GOT THE BAMBULAB A1 MINI. THIS DAY JUST KEEPS GETTING BETTER :yayayayayay: :yayayayayay:

2
0
92
Open comments for this post

3h 7m 32s logged

Devlog #idk

Didn’t get a ton of new content added today, but I spent most of the time cleaning up annoying bugs and polishing the game.

The biggest fix was the rocket explosion system.

There was a bug where the rocket would slam into the ground at over 300 m/s… and just refuse to explode. I rewrote the logic, and it’s finally behaving properly.

I also started modeling the mothership.

It honestly looks like absolute dookey right now, but it’ll do as a placeholder. 3D modeling definitely isn’t my strongest skill, so I’m calling this version “good enough” for now.

On the graphics side, I added a proper atmosphere around the planets, which makes them look much better.

I also experimented with chromatic aberration, but it didn’t really fit the style of the game, so I ended up removing it.

Huge thanks to @aloyak for the inspiration and some really helpful rendering tips.

He showed me a much better way to increase the render distance without killing performance, so I’ll be implementing those improvements tomorrow.

Also…

I earned 1085 Stardust on my second ship.

Not bad. :ultrafastparrot:

0
0
45
Open comments for this post

4h 17m 41s logged

OKAY so really cool changes First of all i fixed major inside :jamegam-jump:
stuff, instead of having 350 lines of gd script files in which i had to
sift through to find the function i need, and then get overwhelmed
later, i made everything modular, All the functions are Nodes in the
scene that hold scripts. :pat-a-buffalo:

:yay-cat: These scripts hold the functions that were earlier stored in the main
.gd file, so now everything is a lot less cluttered and makes my life
easier. I also did the same for the rocket scene as it was getting
cluttered too. :yay-cat:

:ultrafastparrot: I added chests to the game where you can store items in (dont mind the
invisible hotbar), They will be locations to store your items which will
be scattered inside of observatories, im also thinking of redoing
observatories as this model now looks ugly, and i think this has a lot
more potential. :ultrafastparrot:

:kc-yap: Oh and also i have decided upon how im gonna make the player create an
observatory, you land on a planet, collect scraps, them build an
observatory, and then everything in observatory would cost the player X
amount of scraps, also abandoned motherships will also provide the
player upgrades for rocket. :kc-yap:

I got 3 ratings :yayayayayay: which im thrilled about, but also kinda sad because the
reviewers prolly playing the itch release of the game and not the actual
one but eh i think its fine, as long as my game is peak.

Next ill be working on making an actual 3d model for the mothership :yayayayayay: :goog: :neocat_floof_explode:

0
0
37
Open comments for this post

2h 11m 37s logged

Designed the actual model for the rover, im pretty happy with how it turned out, i think ill keep it.
tweaked the settings for the rover to get it just right, the only problem im facing is that due to the curvature of the planet, rover js flys off n start orbiting at high speed, i gotta add down force to tis i think.

I removed the inventory cuz it was too wonky, i think ill have a hotbar and a backpack like peak, i think thatll be more immersive than having a stupid inventory. (this is totally not because i went rabid trying to implement it)

0
0
26
Open comments for this post

2h 11m 55s logged

So i changed the Help UI of the game, made it look a lil better than that roblox ahh UI, Added mother stations to the game where u can get rocket upgrades, im slowly trying to figure out the game loop, itll be that you are a lonely astronaut in eternal void of space, your kind has been extinct, these ships are abandoned u can repair them and get a specific upgrade from each of them.

Also i made the web version available too, its been 3 days and ive been sitting at 0 ratings just demotivated the hell out of me, the quality of graphics and gameplay is butchered but i had made that clear in the itch page, lets hope people rate it now

0
0
32
Open comments for this post

5h 36m 27s logged

Working on making the game loop more fun, Im thinking ill be taking the game towards single player base building story mode type of game, I made a web version cuz i had 0 reviews after 2 days, the web version isnt good at all but its make do, I added rovers to the game now too its insanely fun driving them around the planet and having fun, i will be adding more stuff to the game, inventory system turns out is way harder than i expected so ill do that later.

Enjoy this clip of the game

0
0
39
Open comments for this post

2h 17m 43s logged

Made major game optimizations, Am adding a proper inventory system with crafting, I have designed inventory with crafting in past for my cooking game shouldn’t be that hard, But doing it in preexisting is a bit of a challenge. I have implemented a simple hotbar and item system in the game, I also used Godots IK nodes to control the bones, and god damm was it useful, this might come in handy in future. Switch to this camera does make it look a lot better

0
0
34
Ship #2 ✨ Blessed

Into the Cosmos

Join Boney on a journey across the endless cosmos, where every horizon hides another world waiting to be discovered. Launch into the unknown, weave between glowing nebulae, drift past impossible black holes, and set foot on planets no one has ever seen before. Build observatories to mark your path through the stars, refuel your rocket, deploy satellites into orbit, and keep pushing farther into the infinite. And when the day is finally over, come relax with Boney and lose yourself among the stars for a while.

I’ve always loved games like Kerbal Space Program and Spaceflight Simulator, but I wanted something where you could jump straight into flying without spending hours designing the perfect rocket first. The result is a sandbox space game built around realistic orbital mechanics, exploration, and simply enjoying the journey.

The universe is procedurally generated, meaning there is always another unique planet waiting somewhere beyond the next launch. Every expedition can take you somewhere completely new, and every observatory you build becomes another milestone in your adventure. Satellites aren’t just for show either. Launch them into orbit, revisit them later, and use them as your eyes in the sky while you continue expanding your reach across the universe.

If you’re new to orbital mechanics, don’t worry. The game includes detailed instructions, an optional on-screen keybind guide, and a full in-game settings menu that lets you tweak graphics and performance to match your hardware. Whether you’re playing on a high-end gaming PC or something much more modest, I spent a lot of time optimizing the project so as many people as possible could enjoy it smoothly.

There is one place, however, that lies farther than anywhere you were ever meant to reach.

Most people will never find it.

Those who do usually don’t come back with an explanation.

I call it The Farlands.

Whether it’s a bug, a feature, or something else entirely is for you to decide.

I built this game in Godot 4.6.2, spending countless hours refining the physics, procedural generation, shaders, rendering, UI, and gameplay systems. Every optimization, every visual effect, and every mechanic was added with one goal in mind: making space feel like a place you can get lost in for hours without realizing where the time went.

So fuel up, trust your trajectory, and see just how far Boney can go.

If you decide to give the game a try, I’d really appreciate a detailed review afterwards. The feedback I received on my last project genuinely helped shape this game into what it is today, and I’d love to hear what you think could be improved, what you enjoyed, and what you’d like to see added next.

If you enjoy the project, consider starring the GitHub repository and liking the YouTube video. It really helps more people discover the game and motivates me to keep building and improving it.

So fuel up, trust your trajectory, and see just how far Boney can go.

  • 10 devlogs
  • 46h
  • 19.75x multiplier
  • 1084 Stardust
Try project → See source code →
Open comments for this post

30m 11s logged

Okay just fixed another tiny bug, im glad i checked it, when i select
the satellite for an observatory, the UI doesn’t open again, so it made
it impossible to refuel, i fixed that by giving an option to control
satellite now.

I think im set for the ship now, i reccomplied the binaries, the readme is ready to, along with the latest youtube video

https://youtu.be/RQmEh_rwnzQ

0
0
45
Open comments for this post

4h 43m 12s logged

Final devlog before ship.

I have polished the UI, remade the boney 3d model, Fixed observatory logic, made other tiny gamebreaking improvements, Also i have fixed animations for boney, added a jump animation.

Major change is 3rd Person camera now, which makes the whole experince even more immersive.

I have playtested it several times, im kinda nervous and hoping it works perfectly as it is on my machine.

0
0
33
Open comments for this post

4h 44m 52s logged

Getting the project production-ready.

I’ve finally added local storage for the settings menu, so your graphics and gameplay preferences now persist between sessions instead of resetting every time you launch the game.

A lot of people mentioned in the last devlog that they couldn’t figure out the controls, so I added a “Show Keybinds” toggle in the settings menu (press ESC to open it). It displays the controls on-screen whenever you need them.

I also found a pretty game-breaking bug, so I’m documenting it here for future me:

If you’re mounted in the rocket, enable Show Keybinds, and then hit Apply, the player can no longer unmount from the rocket. I’ll be fixing that later.

I spent some time messing around with Godot’s built-in graphics settings and realized I’d completely forgotten to enable anti-aliasing.

Turning it on made a huge difference, the game looks so much cleaner now.

As you can see, I’ve also added a fuel gauge for the rocket. It helps sell the whole “claiming and exploring planets” vibe.

I also changed observatories so each planet can only have one.

Another gameplay change is that you now have to visit an observatory to dock a satellite onto your rocket instead of doing it anywhere.

Finally, I changed how world persistence works. If your rocket crashes and you reset the game, any observatories you’ve already built will still be there instead of disappearing.

0
0
26
Open comments for this post

4h 9m 9s logged

Today i have just started refining the 2/3 stage gameplay

  1. i made it so you cant just spam sattelites wherever you want, but instead you have to get them docked on your rocket at the research center.

  2. I made the ugly loading screen a little better, i will fix it even more by designing custom graphics for it

  3. I revamped the 3d model for the research facility, it has interior and the infamous meme toilet where little boneys take a dookie in unison. (This will be a feature in 3/3 version of the game)

Currently i have fixed some more gamebreaking bug where the ui just straight up didnt work, turns out it was due to my own stupidity of forgetting to hide an transparent panel in the scene tree.

0
0
18
Open comments for this post

4h 46m 16s logged

SO, Im now starting to add everything people complained about or found annoying in my first ship,
Someone pointed out i had made the help but the help i made didnt tell what keybinds to use, so i have designed a dynamically UI screen to add guide for button keypress, it was a bit of a tedious job but its done now.

Since i understand that not everyone has a good computer, (I have an RTX4050 with Ryzen 7 AMD Ryzen 7 7435HS CPU with 24 gigs of ram so i cant rely on my laptop to be an average computer) but i know not everyone has these specs so i took the time to code more settings in the settings section, now i can select the major factors of FPS drop in this game.

Also i redid the noise the planets used, the noise textures is used before if you see from earlier videos looks very choppy, unrealistic and creative, now it looks a LOT better.

Currently i haven’t added keybinds UI for the rocket, which ill add later, I will be making a ship soon after fixing more bugs that i delayed for later.

0
0
17
Open comments for this post

7h 26m 13s logged

Finally the biggest change ever yet, this took me HOURS of rewriting debugging fixing weird glitches, tried to even recompile Godot at one point, But its done, A truly frame efficient infinite procedural planet generation with randomness and seed integrated in it, this took so much of my sanity, so many broken hairs, but finally i am able to perfectly get it working at 144fps and around 11ms average frame time.

I also optimized the rock generation even more to take advantage of godots multi threading capabilities to take the load off the main thread to generate the chunks for rocks.

Current limitations of this architecture are not the architecture but the godot engine itself, as it uses 16 bit floats to keep track of transform, so if you’re like 100,000 units away from your home planet you start facing very weird glitches, I personally think im gonna keep this glitch in the game as i have no idea how these glitches will affect the gameplay, its like minecraft farlands, i want to see how the world generation breaks, and i dont want to stop the player from experiencing that aswell.

Its not that idk how to fix this, if i recompile godot to use double instead of float i can extend the range of the farlands way beyond that, but its just the matter of personal preference.

I have quiet insane ideas and directions for this project now that ive came so far, its kinda funny how all this became what it is just because i wanted to control a rocket in space.

0
0
16
Open comments for this post

4h 50m 3s logged

ABSOLUTELY INSANE ADDITIONS FOR MY GAME THIS TIME.
First of all my first ship was finally reviewed so i read all the reviews and made a mental note of all of them, they were all positive and im very happy people resonate with my project so i appreciate everyone who wrote a very thoughtful review for me i thank you all a lot.

Now in the technical part of the game:
I finally fixed my nebula raymarched shader, now it actually has volume and you can go inside it and it looks absolutely ethereal.

Reviews told me that they would love it if the planets had more details, so details i added, i made a VERY efficient chunking pipeline to scatter debries, and whatever i want on the planet mesh, i am being able to have the whole planet populated with no noticeable drop to performance. I made the script in a way that its a module, so in case if i ever want a planet with vegetation or trees, i can just drop the 3d obj file for that mesh and boom ill have a proper chunk based scatter for that mesh.
I tested the chunks using debug cubes and it works perfectly as it should.

I also added spacewalking to the game, you can genuinely just float in the space and enjoy the view from the outside, this was quiet easy but its an addition that i shouldve added a long time ago.

Also ive finally added randomly generated textures for planet surfaces, these dont look AS realistic rn, but im sure after changing a few parameters and adding proper debrie 3d models, it’ll look absolutely astonishing.

From the reviews i read that i didn’t add any help for what keys to use and genuinely thats on me im too stupid so in future ship ill 100% fix that

Also ive added a feature where you can currently place observatories on planets and use them to control the satellites, This is just for now as for future ill make the player do stuff on the planet first to have their base setup, I dont wanna complicate it too much as this is supposed to be a relaxing game, but i think this much is necessary.

Ive also 3d modeled a tiny astronaut along with his animations and im calling the player boney, i have decided on boney’s lore yet but i can assure yall one thing, it will be insanely deep, and there will be clues for it all around the game, you just have to notice it.

I also have massively optimised the star spawning shader, i am able to have 10s of thousands stars on the screen without having any frame drops at all, i used GPU instancing for this and this is genuinely black magic, I also used GPU bill boarding to help aid the performance even more. Removed the unnecessary calculations and now the sky is denser than ever.

I also herd people wanted me to make a web release for it as the download process was quiet tedious, but i think 2 devlogs ago you can see me in godots compatibility mode, it BUTCHERED the visuals completely so i dont think i can bring myself to do that after spending so much time writing complex shaders.

TODO: Add wormholes, infinite planet generation, coordinate system.

0
0
15
Open comments for this post

5h 1m 12s logged

Okay this devogg im glad to announce i have successfully fixed that bug in last devlog which i told yall about, this devlog i added a lot of visual eye candy changes, and a few more functional changes.

For starters i added a settings menu and a homepage so users with low end devices can change the settings accordingly, these settings will obviously be updated as the game updates.

Secondly, ive added GPU instanced particles all around the player to give to the eyecandy factor of the game.

Thirdly i added black holes and their custom ray marched shader to them, they also have the stretch effect of light when u go near them like how they describe “spaghettification” in encyclopedias.

I also added ray marched nebula in aswell, they currently dont serve a specific purpose apart from the eyecandy factor, but to be fair not everything has to have a purpose as this is just a relaxing chill game.

I also changed the music to a different royalty free music, i was genuinely so tired of listening to that track on loop it was driving me crazy.

0
0
20
Open comments for this post

5h 6m 35s logged

I have genuinely lost hairs, sanity and life, i have this insanely annoying gamebreaking bug.
Currently if the world has more than 1 active gravity source, the satellite doesnt perfectly orbit the planet it should be orbiting, after a while it looses velocity and crashes, this is absolutely gamebreaking as the main concept of the game is gravity.

I have tried so many fixes, managed to break the game multiple times, but in the end i think i have a clue of whats going on, when i introduced SOI for each planet, the orbit was still terminating with a crash on the planet, i had made it so that if the body is outside the sphere of influence,it sets the gravity influence from that planet to 0, but even if im in my own sphere, i still somehow crash, i initially thought that the other planets might be attracting the satellite, but i think its the floating point calculations that are messing the orbit up, currently i have no clue how ill fix it but ik ill figure something out.
If you guys have any idea what it could be please comment i lowk need all the ideas i can get

Anyways i fixed the satellite observatory logic, refined it a bit more, ran tests, tried to implement multiplayer but stopped cuz other bugs got overwhelming.

I think ill focus more on designing a nice clean UI now rather than bug fix, which ill do later, cuz they do say “make it exist first, make it perfect later”.

0
0
18
Open comments for this post

4h 26m 25s logged

Devlog 8 of my epic space game:
Following the trend of making a relaxing space sim game with multiplayer, i added quiet a lot of stuff this devlog, i first of all laid a foundation for future, redid all the buggy code, made all the functions future proof, and then i added observatories, proper satellite controller, and made the satellites be able to control with their respective observatory, now the player can spawn satellites, send them to space or go on a mission, come land back and control the sattelite they have sent to the space.

In future ill be adding dynamic and unique planets that will be randomly generated eveytime you log into the game.

0
0
24
Ship #1

I made Into the Cosmos, a realistic 3D spaceflight sandbox inspired by Kerbal Space Program and Spaceflight Simulator. The game lets players jump straight into the mission and experience realistic orbital rather than spend hours designing the rocket just for it to fail when launching. This is a relaxing and fun game where players can just sit back and enjoy the physics and thrill of sending rockets to space.

The biggest challenge was making somewhat realistic physics with enjoyable gameplay. Getting the gravity, RCS controls, and spacecraft handling to feel both snappy and fun to play with without absolutely broken, writing so many lines of code, and deciding on how im gonna be approaching some problems was quiet fun, i have a lot of fun designing it, i used to go to bed thinking what ill be adding to the game tommrow.

I’m most proud of achieving the relaxing experience I originally envisioned. Im quiet glad i was able to fianlly have a direction towards my game and have an idea of what i wanted. And the gameplay is quiet fun aswell, i found myself “playtesting” my games just having fun slamming the rocket into planets, doing interplanetary missions. Setting satellite in different planets

To test the project, I recommend reading the in-game controls and instructions first. They explain the basics of reaching orbit and make the experience much more enjoyable.

  • 7 devlogs
  • 14h
  • 17.81x multiplier
  • 241 Stardust
Try project → See source code →
Open comments for this post

50m 33s logged

DEVLOG 7 OF INTO THE COSMOS

This devlog i made some really important additions of a help menu for newer players, i find this quiet important as making an orbit around the planet is quiet hard, so i handdrew some quick informative help guide that can help you quickstart.

Also finally ready for my ship #1, i have setup the readme, and made a release for this project, Also uploaded a lil youtube video cuz the guide said so.

0
0
24
Open comments for this post

1h 38m 3s logged

Devlog 6 of my epic space game:

This update i added quiet a bunch of stuff i was excited to add.

  1. First of all major addition, A Satellite, you can carry it from your
    rocket, take it it in your low planetary orbit and release it in there,
    itll keep orbiting the planet if you made your orbit right.

  2. RCS and thrust with VFX for the satellite this was essential as real
    life satellites also have this feature and im trying to nail reality as
    much as i can with this project

  3. Finally a better camera, now camera can switch between 2 registered
    entities, and the selected entity will only be controlled by the camera
    so thats pretty neat.

In the video i showcase the rocket, the satellite, satellite boosters
and rcs, landing the rocket, rendezvous with the satellite back again
(not really but eh lets just call it that)

For future im planning to add redocking (its gonna be very hard to do it
in game tho), the game is actually quiet hard its not as simple to
create orbits, if the user doesnt have the knowledge of how orbits are
made then itll be quiet hard for them to understand that, so for the
final release ill also be making a little tutorial.

The video is 1.5x btw

0
0
21
Open comments for this post

2h 51m 16s logged

Devlog 5 of my epic space travel game:
Finally added more stuff i was delaying to add

  1. RCS thrusters effects, now rcs thrusters also have a thrust cone like
    the main booster

  2. Really nice explpsion vfx, now the explosion doesnt look like a low
    effort particle, its multilayered particles now with sound effects

  3. Balanced the game a bit as currently landing was quiet hard, so i
    fixed that

Game is coming together really well, personally i spend a lot of time
playing it myself so i know its a banger project, Moving forward i will
be adding satellites, save states, fuel system, multi stage rockets,
production level graphics to the game.
(not posting video as they dont do as well)

0
0
17
Open comments for this post

2h 24m 30s logged

Devlog for my awesome space game,

so today i remade the 3d model for the rocket which i was dreading to do but finally got it off, the insane part is that i added a really nice vfx trail instead of kiddie looking particle trail for the rocket, this one looks like an actual thruster and the real deal.

Also added music this time around, i tried to add thruster sound but that wasnt working so left that for some other day.

tommrow i think ill add proper 3d models for planets and make a replica mini solar system (not ours)

The vfx look so sick tho i cant have enough of them

2
0
442
Open comments for this post

1h 43m 21s logged

KSP style sandbox game:

Okay so a lot happened since last time, firstly i switched to arch linux as my daily os, and in the game i added planets, RCS, realistic gravity.

a planet is a datatype that has information of the mass and gravity scale of that planet, and it can attract the rocket object, also the cool part is you can have multiple planets and create really creative orbits around them, its almost like were actually in spacec

Added RCS thrusters as landing on planets was impossible without it, rcs uses shift + wasdqe keys to move in all 3 axis, this makes it very playable but not extremely easy, in the video you can see i still haven’t got the total hang of it yet myself, but ik ill do.

Ik i was gonna make a playable release today but due to me wiping windows thats gotta wait a while before it actually happens,

For future plans i think ill add a proper environment that replicates space, have enhanced 3d models with HD textures, rcs particles and stuff, also an actual level to play around in.

1
0
41
Open comments for this post

2h 43m 52s logged

Okay game is coming along quiet awesome, i managed to make a proper 3d model this time, it has textures and an ugly ass nose cone which ill fix later, currently i made more quality of life changes, made the rocket more snappier, and made it so you can revive, added a lil bit of juice by adding explosion particles and revamped thrust particles as well. Somehow managed to break the entire camera script, but that was soon fixed too so the game is coming along quiet good.

For the direction aspect, i currently think flying the rocket around the map is quiet fun ngl, watching me maneuver the landscape by trying to not hit anything in process, also added a moon map and made it similar to the moon by downloading the hightmap data and texture data from actual nasa, but i gave up on that cuz the low res one was trash and high res hightmap was like a bajillion gigabytes and aint nobody gonna download this game if its that big. I played around with different gravity settings and realised flying the rocket is quiet easy if youre on moon compared to earth (duh). So IF (big if) i add levels to it, this might be a hint of what theyll be, again i dont like level system as theyre not fun and u get tired of it soon, i might add multiplayer capabilities later with a python webserver running on the server machine so you can battle with your friends too, possibilities are endless, and ill serve yall good with this one.

Like this project and follow me, in the next devlog ill release exe file for this project.

0
0
36
Open comments for this post

1h 20m 26s logged

Making an awesome godot game in which you control a rocket ship and you can basically do anything with it, currently i havent decided the direction i wanna take this game towards, i might make it into a demolition sandbox type game, a space exploration game, or a movement type game where you have to reach the destination, like that one cool math game.
till now ive achieved

  1. Rigid body rocket with its yaw and pitch controls
  2. An animated rocket 3d model
  3. A test scene with kennys prototype textures
  4. A particle style thrust system

In next devlog i might add sounds, explosions, and gasoline

1
0
74

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…