r/crossingvoidglobal 2d ago

Discussion Characters update and last update on reddit

Post image
98 Upvotes

Hi everyone!

As you can read in the title, I have updated the characters menu and some others. I can't upload the full video because it's 8 minutes long and recorded with high quality, so it weighs more than the allowed 1GB on Reddit (1.07GB total 💀).

So, anyway, if you want to see the update and keep up with the following updates, join my Discord server. I will stop posting here on Reddit as it's a risk to keep posting here game updates. So this is the last one I'll make here on Reddit, and the rest of them on Discord.

The video is self-explanatory, so I don't really need to provide details.

Remember, if you want to help me economically and emotionally, I have a Ko-fi page where you can tip if you want.

That's all for the Reddit page, and see you guys on Discord! :)

Ko-Fi

Discord


r/crossingvoidglobal 19d ago

Discussion Small update and discord server

Enable HLS to view with audio, or disable this notification

93 Upvotes

Hi everyone, here is another small update.

As you can see in the video, I tried to add some characters to the inventory, such as normal and variants, as well as money and maigo and energy. You can see the details and stuff like that, but I'm still working on it because I have 0 items in the inventory to level up, rank up the character, etc., to see if the character rating goes up and works correctly and stuff like that. Then I hit a dead end on the decompose button and party menu; both buttons don't work because both of them are related to the main story. The decompose button is already fixed, but I can't test it because I need to complete chapter 2-2 to unlock the decompose button. That's why it was related to the main story; the party menu works, and I get into the menu, but it's empty, and I can't get out of the menu because there is the system that checks if changes were made to the party, and I didn't implement that yet because the menu is still empty, and it's related to the main story because when you first enter the game, you get to the tutorial to complete the first battle stage, and then the party menu unlocks. So I'm now focusing on fixing the main story. You can see the stages are bugged, wrong labeled, and don't work, and then focus on the characters, because I don't know yet how to give support characters, as you noticed there aren't any on the video because they bug when I try to put them. I'll figure that out later.

That's it for the update, and yeah, I decided to make the Discord community server for everyone interested. I made it a bit minimalist but functional because I'm not that creative to know what to put there. I'll leave both links to my server Discord and Ko-fi page for anyone interested in tipping :))

Have a nice day/night! :))

Discord
Ko-Fi


r/crossingvoidglobal 24d ago

Bugs I love Emilia

Post image
37 Upvotes

r/crossingvoidglobal Jun 11 '26

Discussion Discord Login added

Enable HLS to view with audio, or disable this notification

118 Upvotes

Hi everyone, here's another update. This time I added the Discord login. All you need to do when you open the game is to tap Google login, and a Chrome tab will be opened, there u put in your discord account and then you'll be redirected to the game creating your account on my database. 

That said, it's just the account, and I still need to figure out the game endpoints to get to the main screen. I'll leave here a video of how it looks when you sync with Discord. And yes, you will be able to restore the same account on other devices as long as you log in with the same discord.

Changing the topic, I made a Ko-fi account in case any of you want to tip a bit for support and motivate me to keep working hard on the game. Remember, it's optional, and no, I won't stop working on it if no one tips. It's just for moral and small economic support. I don't have a PayPal account, so you will need a debit or credit card in case you want to tip. Here is the link to it: https://ko-fi.com/heinge

And that will be all for today; have a nice day/night :)


r/crossingvoidglobal Jun 04 '26

Discussion Update: Login fixed

Post image
145 Upvotes

Hi everyone, here's another update. This one was tough. So, the thing is, I needed to figure out how guest login worked to add a login method. I needed to change some things on the arm64 bytes and, well... complicated stuff. In short, the server was originally distributed around the world on multiple servers, so the game kept being unable to log in because it was looking for other servers and stuff, but I only own one server. I needed to change that so the game only looks for the info on my only server instead of who knows how many servers.

Now that I know how it works, I need to add a login method. I planned to leave guest login in case someone doesn't want to log in and only be able to use the created account on that device. For you to understand, even guests have their saves on the server; the difference between logged in and guest is minimal, only that if you log in, you can restore whenever you want your data, but guests can't because once uninstalled or the user erases the data, the game will generate another UID, and it will be mathematically impossible to be the same to be able to restore the account. And to keep the database updated, I guess they had a system where if a guest account doesn't log in for a certain amount of weeks or months, the data will be deleted.
So I wasn't planning on using a Google login method because it is so much work and it needs regular maintenance, so I planned to add a Discord login because it takes like 10 minutes to set up and doesn't need constant monitoring, and no, don't worry, these types of logins, like Google, Facebook, or Discord, don't take your credentials or any information about you. It's just to generate the same token every time you log in (you don't need to log in every time because the game stores in cache the account; I meant every time you uninstall or erase game data) and tell the database who you are and restore your account. The only thing these methods take from you is the username you are using, depending on the method. The rest is server-sided.

And no, before you ask, no, I can't tap and log in to play, as you can see in the picture. I just fixed the guest login, and the game needs more endpoints to connect before going to the main screen. So I'll keep you guys updated as I progress. 

That being said, I'm currently in a tough personal situation, mostly because of money but other things too. I do work, but it's the job school provides you to prepare you for the "real jobs" and I get paid, but since it's not a real job, I get paid half of the minimum salary. Can't give exact numbers. I'm not saying I will stop working on it, but I may be slower updating and progressing because I need to take care of other things. I hope you all understand and keep looking forward for it.

And that's it for today; have a nice day/night, guys! :)


r/crossingvoidglobal Jun 01 '26

Discussion Rapid tap part 2

Enable HLS to view with audio, or disable this notification

52 Upvotes

Didn't see a way to post multiple videos in 1 thread but wanted to share this one also


r/crossingvoidglobal Jun 01 '26

Discussion Fun fact you could anger some characters by rapid tapping them

Enable HLS to view with audio, or disable this notification

27 Upvotes

r/crossingvoidglobal Jun 01 '26

Discussion Unity bug fix

Post image
91 Upvotes

Unity downloads patch files in chunks, and as it receives data it temporarily holds it in a buffer before writing it to disk. When that buffer fills up, it signals the server to pause sending — this is normal behavior. The bug is that Unity never signals the server to resume, so the download freezes forever with no error message and no way to recover.

To fix this I replaced Unity's download with Android's built-in download system, which handles this correctly and is available natively on all Android devices.

I didn't want you all to retry the download over and over again, so I fixed it manually. It was hella complicated, but I managed to do it, of course, not by myself. I got help from Claude AI, but yeah, who doesn't use AI nowadays?

Anyway, about the game on iOS, unfortunately for now the project is Android only, because I can't upload the APK to the App Store because even if the game is down, the rights of the characters, game, and everything in general are not mine and belong to the original company, 91act, and I would probably have legal problems. So for now, just Android and emulator, and please, for me to continue this project, DO NOT share download links (when I finish) or post anything related to this project because it can alert the company and force me to stop or even worse consequences. Don't worry because for now I'll continue working, and when I finish, I'll upload it to GitHub under a not suspicious name like "simple notes app" or something. That's all for now. Thank you for your understanding, and I look forward to it.


r/crossingvoidglobal May 28 '26

Discussion Private server help

Post image
147 Upvotes

So, as you can read in the title, yeah, I'm working on a private server for the global version because I loved the game, and I'm a junior developer who just graduated, and I want everyone to play again too, not just me, but I need help. Not with programming or anything; it's far more complicated than that and requires high knowledge of systems and reverse engineering. I just need the original game files; in other words, someone that has the game installed and played before the close in 2022 and didn't erase the data or uninstall the game.

Why do I need this? It's simple: the APK downloaded from the app store or Play Store (still downloadable if you have a link) is just the framework to download the rest of the necessary assets that the game uses, like characters, voices, animations, menus, etc., etc.

Right now the game is unable to load the main screen because the assets are missing, so the game's stuck on the loading screen. But the framework is functionally and successfully connected to my servers, detects an update (to download the assets), and actually downloads them, extracts them, and then restarts to the loading screen. At that point the game thinks it has everything necessary, but it doesn't and gets stuck on the loading screen. I'm giving too many technical details most of you wouldn't understand, so I think it's enough context.

In short, I need to find someone that has the game files untouched and unmodified so I can continue the project. Even if you are not sure about what you have, don't hesitate to contact me through this comment section with contact info like Discord; any piece of data could help.

I'll leave a screenshot of the game with today's date to demonstrate that it isn't just a bad joke.


r/crossingvoidglobal May 27 '26

Discussion I miss this game

43 Upvotes

Can any kind soul recommend a replacement for this game? I've tried some other gacha games, but nothing quite fits. I really miss my old characters, the build-up, and the progression system we had here. Please 😭 share your recommendations if you know anything similar!


r/crossingvoidglobal May 19 '26

Discussion CROSSİNG VOİD PRİVATE SERVER?

9 Upvotes

Guys i really miss the game is there anyway to open a private server or something??


r/crossingvoidglobal May 18 '26

Bugs Made it on the watch list.

Post image
52 Upvotes

r/crossingvoidglobal Apr 30 '26

Discussion :((((

37 Upvotes

i miss this game so much i spent atleast a band on it when did this game close down??? im 20 now and i still think about it. i miss all my characters i had miku and the other vocaloids💔💔💔💔


r/crossingvoidglobal Apr 09 '26

Bugs Yea i prefer this Maid

35 Upvotes

r/crossingvoidglobal Jan 02 '26

Discussion I'm creating a server emulator but I need your help

43 Upvotes

Hey guys, I have decent experience in reverse engineering games (i did a server emulator for a game called Tap Force but the devs didn't take it nicely and encrypted the networking part of the game; i also studied Starpoint's source code, which is the server emulator for pinball gacha game World Flipper.) and I want to try my hand at this game since I did play it for a while during the pandemic. Though I can't guarantee that I can implement all features back, I think I could get the game back to a playable state. The only thing I ask is if there's anyone that has the cache/resources (the download screen that pops up when you first download the game, like any other gacha). I don't think I need to worry about legal stuff because I won't be hosting the server, I'll be releasing a server emulator for free so that anyone with a bit of experience can host the server locally


r/crossingvoidglobal Nov 18 '25

Bugs I WANT YOU「GEKOTA KNIGHT」POSTER

Post image
28 Upvotes

r/crossingvoidglobal Oct 20 '25

Discussion Complete Client Side Game Files for Android

10 Upvotes

Does anyone happen to have a backup before the game was shut off?​


r/crossingvoidglobal Jul 10 '25

Discussion Fan server?

12 Upvotes

Hey just had some thoughts about this game again and I’ve seen on this sub that there were people trying to create a fan server for the game. Anyone got that to work ? I would love to be able to play the game again since it was my favorite gacha game.


r/crossingvoidglobal Jun 27 '25

Bugs So… my apple id shows that this was signed up for on Nov. 2nd 2023

1 Upvotes

So… what should I be assuming about my online accounts? Do I need to nuke them all and start from scratch?

I’m being serious, trolls will be blocked, I’ve had my main gmail used for an Apple ID that is not my own already this week, which Apple had to kick it off of that Apple ID and then 10 hours later somebody used that same Gmail to create another Apple ID, which Apple says is not possible, but of course I guess they don’t believe me when I showed them screenshot that took place.


r/crossingvoidglobal Feb 03 '25

Discussion Looking for a game like this

15 Upvotes

I used to play this a lot a few years ago and nothing really has scratched the itch that this has given me, its a shame to see it got deleted


r/crossingvoidglobal Jan 08 '25

Media Crossing Void, but all Isekai

Post image
51 Upvotes

r/crossingvoidglobal Nov 20 '24

Media A Showcase of all Enemies in the game. (Are you surprised of this? Well, that's the last of the video files I got for now... (I'll come back with the animated illustrations))

Enable HLS to view with audio, or disable this notification

20 Upvotes

r/crossingvoidglobal Nov 20 '24

Media A Showcase of all Climax Skills in the game. (Alternative Edition, Part 3)

Enable HLS to view with audio, or disable this notification

35 Upvotes

r/crossingvoidglobal Nov 20 '24

Media A Showcase of all Climax Skills in the game. (Crossing Void Edition, Part 2, enemies included...almost)

Enable HLS to view with audio, or disable this notification

21 Upvotes

r/crossingvoidglobal Nov 19 '24

Media A Showcase of all Climax Skills in the game. (Fighting Climax Ignition Edition, Part 1) (Note: The Alts. will be in another edition)

Enable HLS to view with audio, or disable this notification

16 Upvotes