PULSAR: Lost Colony

PULSAR: Lost Colony

Not enough ratings
How to unlock cosmetic items early by editing hex values in progress.data
By Rum
Do you want to serve the stars with style, but don’t feel like leveling up tons of times to unlock the coolest cosmetic items? Then this guide is for you!
   
Award
Favorite
Favorited
Unfavorite
Step 1: Figuring out what you want and how to get the hexadecimal values you need
First, remember the unlock progression of the item you want to unlock. This works best if you’ve already made some progress towards a cosmetic you want to have. I think it should also be possible to use this method for cosmetics you have no progress in whatsoever, but I have no experience in that regard. Ergo, that won't be covered here. For this guide, I’m going to use the Lab Coat as an example, which is unlockable by leveling up 100 times as the Scientist. Before doing this, I already leveled up 23 times for the requirement.

To start off, convert the current level progress towards the cosmetic you want to hexadecimal. You can use Google for this. Just look up “Convert x to hexadecimal”, and it’ll show up. Because I already leveled up 23 times as the Scientist, I converted that number to hexadecimal, which is 0x17. Remember the converted hex value well.
Step 2: Editing the progress.data file
After that, you’re going to back up your progress.data just in case something goes wrong. Just copy it and put the back-up in a secure place. Editing this file is easy, but it's better to be safe than sorry.

Then, take the progress.data file from your Pulsar: Lost Colony folder and open it with a hex editor. This can either be a downloadable program, or even a browser-based editor. I used hexed.it to do it, which is a web-based hexadecimal editor. You can't directly edit the progress.data file using Notepad, because it ends up looking like gibberish when opened.

Open your progress.data file in hexed.it (or your hexadecimal editor of choice), and look for the hex value that corresponds to the progress you've made towards the cosmetic you want to unlock. Hexed.it has a search bar on the right side of the screen that makes finding the value you need to change easy. For this example, you need to level up 100 times total to unlock the Lab Coat. Convert 100 to hexadecimal, which is 0x64. Replace the 0x17, which represents the current progress towards unlocking the item with 0x64.
I’m no IT guy, but you don’t need to replace the “0x” part to unlock things in progress.data. This part probably sounds stupid to someone who has actual experience, but this was my first time ever fiddling with hex values so I thought I'd share my experience with it.
Step 3: The finishing touches
After that’s done, save the file and replace your current progress.data with the file you just edited. Start up the game and ta-da! You should get the notification that you have unlocked a new cosmetic item. You can even share this file with your friends, which allows them to use the cosmetics you've unlocked.
Conclusion
I hope this guide served you well. Feel free to ask questions down below, and I'll try to answer them as best as I can.
4 Comments
Rum  [author] 25 Feb, 2021 @ 2:11am 
Using the search bar on hexed.it, you can find the exact hex value between all of the others that represents your current level progress towards the cosmetic you want. You replace that with the hex value that represents the amount of levels you need to get it.
I have no idea how to find the Sylvassi suit using hex values, but there's a progress.data file that somebody posted on the subreddit that has most of the cosmetics unlocked. You could try that one.
Angeliqué 24 Feb, 2021 @ 5:37pm 
No, i know it was an example but what i mean is that where do i find what to replace ?
There are so many numbers all over the screen, do i replace the order or some number that i still can't find ?
Also, what about the sylvassi suit, can i somehow find it too ?
Rum  [author] 24 Feb, 2021 @ 7:33am 
@✯ The Çomar Destroyer ✯
The 0x17 is just an example value. Before changing the value, I only had 23 out of the 100 levels required to unlock the lab coat. If you convert 23 to hexadecimal, it'll give you 0x17.
You need to convert the current level of the item you want to hexadecimal.
Hope that clears it up!
Angeliqué 24 Feb, 2021 @ 6:59am 
What do you mean convert 100 to hexadecimal ? i opened another online converter and it gave me 64, but then where do i find what to replace ? there's no such thing that resembles "0x17" that i can see.