Upcoming Updates, DLC and Console Versions!
With the Newgame+ Feature completed we're now focusing our work on the Post Game DLC that will add a little Epilogue to the current end of CrossCode. Among other things it will feature things like an extended Rhombus Square, more Quests, and a proper Final Dungeon. And also a few answers to some of the questions you might still have at the end of CrossCode's story. Here's a screenshot without context to give you a little something:
We don't have a release date for the Post Game DLC yet, as it will still take some time to develop. We're currently targeting Q2, 2020. As we're currently focused on the DLC, we unfortunately don't have a lot of content ready for regular game update. However, you can expect an upcoming technical update in the next 1-2 weeks, as we plan to update NW.js, the software/engine we use to run CrossCode. We hope that this will fix some of the Crash issues people experience on Linux as well as Memory Leaks on Windows. There will also be a little feature added to that, but more on that later! Now, a lot of you were most likely waiting for something else from CrossCode this years... those console versions! As our Publisher Deck13 Spotlight is working on the port, here's a short message from them about how things are going:
Greetings everyball, Michael here from Deck13. Publisher of CrossCode and the folks who are porting the game to consoles. And yes, weve been reading your tweets. Your posts on reddit. Your messages on Facebook. The outcalls on Discord. And were pretty sure there have been some Tik Tok videos, too. And as promised via Twitter, well talk about the state of the console versions a bit. Also Switch, yes. First of all: Were still working on it and were making really good progress. That being said, we hoped for a 2019 release earlier this year. And as you can see this did not work out as intended. We underestimated the amount of work a bit. Or, in other words, it became... complicated. Especially the performance became a major challenge. Lea would say: Why? Thats why: CrossCode is written in HTML5. And that means that there is tons of JavaScript. And live compiling it in a Chromium Browser is causing security issues on consoles and is forbidden on most platforms as hackers could attack the hardware through that. So we had to find a solution. Which is basically an interpreter which translates the code but locks it up in a cage. That also means: We had a performance bottleneck. As the code was read by the interpreter and then translated into something the console would understand and then read by the console. It is like watching a movie in a movie in a livestream. Yet: We have it under control now. Were still ironing out the last issues, fixing some broken bosses and quests (which also have to be interpreted which means the interpreter must be able to read them etc.). But were getting there. More details can be found in this video, where Robert, who is working on the interpreter, is sharing some details: https://www.youtube.com/watch?v=KfBzlzvt8RU Sadly, Lea isnt able to say the word where yet. But the question would be: Where are we at right now? We are currently focusing on testing the Xbox One version of CrossCode. If everything works out as intended, this should be the last major playthrough. Were hunting the last performance killers, the last broken quests, the last weird behaving enemies. We are close to the first submission. We are already in the optional submissions. Yes, it runs (most times, but were working on that) at 60 FPS by now. And yes, it plays as fluid as on PC. How? How can we not mention Switch. Well, were doing it now: Were focusing on the Xbox right now for no specific reason but just to focus on one platform. Technically, with the way the interpreter is working, the step to other platforms is rather easy from there. Okay, for the Switch we need to do some further optimization, but thats, compared to the rest, just some minor stuff. After that well just need to pass the certifications.
When will CrossCode release on consoles? Well announce that once we have a fixed date set. Expect an announcement on a rather short notice here as we are, obviously, also in discussions with the platform holders about that. To shorten the wait, weve prepared a small trailer for now: https://www.youtube.com/watch?v=FF1y3ff2AVw Thanks. Bye, Michael, Bye. ----- And that's all from our side as well! You'll most likely hear from us one more time this year. Until then!
[ 2019-12-02 15:21:21 CET ] [ Original post ]
Hello everyball!
Quite some time has passed since the last Update so we wanted to let you know what we've been working on recently and what Updates you can expect next!
Recent Progress and upcoming Updates
With the Newgame+ Feature completed we're now focusing our work on the Post Game DLC that will add a little Epilogue to the current end of CrossCode. Among other things it will feature things like an extended Rhombus Square, more Quests, and a proper Final Dungeon. And also a few answers to some of the questions you might still have at the end of CrossCode's story. Here's a screenshot without context to give you a little something:
We don't have a release date for the Post Game DLC yet, as it will still take some time to develop. We're currently targeting Q2, 2020. As we're currently focused on the DLC, we unfortunately don't have a lot of content ready for regular game update. However, you can expect an upcoming technical update in the next 1-2 weeks, as we plan to update NW.js, the software/engine we use to run CrossCode. We hope that this will fix some of the Crash issues people experience on Linux as well as Memory Leaks on Windows. There will also be a little feature added to that, but more on that later! Now, a lot of you were most likely waiting for something else from CrossCode this years... those console versions! As our Publisher Deck13 Spotlight is working on the port, here's a short message from them about how things are going:
CrossCode for Consoles when?
Greetings everyball, Michael here from Deck13. Publisher of CrossCode and the folks who are porting the game to consoles. And yes, weve been reading your tweets. Your posts on reddit. Your messages on Facebook. The outcalls on Discord. And were pretty sure there have been some Tik Tok videos, too. And as promised via Twitter, well talk about the state of the console versions a bit. Also Switch, yes. First of all: Were still working on it and were making really good progress. That being said, we hoped for a 2019 release earlier this year. And as you can see this did not work out as intended. We underestimated the amount of work a bit. Or, in other words, it became... complicated. Especially the performance became a major challenge. Lea would say: Why? Thats why: CrossCode is written in HTML5. And that means that there is tons of JavaScript. And live compiling it in a Chromium Browser is causing security issues on consoles and is forbidden on most platforms as hackers could attack the hardware through that. So we had to find a solution. Which is basically an interpreter which translates the code but locks it up in a cage. That also means: We had a performance bottleneck. As the code was read by the interpreter and then translated into something the console would understand and then read by the console. It is like watching a movie in a movie in a livestream. Yet: We have it under control now. Were still ironing out the last issues, fixing some broken bosses and quests (which also have to be interpreted which means the interpreter must be able to read them etc.). But were getting there. More details can be found in this video, where Robert, who is working on the interpreter, is sharing some details: https://www.youtube.com/watch?v=KfBzlzvt8RU Sadly, Lea isnt able to say the word where yet. But the question would be: Where are we at right now? We are currently focusing on testing the Xbox One version of CrossCode. If everything works out as intended, this should be the last major playthrough. Were hunting the last performance killers, the last broken quests, the last weird behaving enemies. We are close to the first submission. We are already in the optional submissions. Yes, it runs (most times, but were working on that) at 60 FPS by now. And yes, it plays as fluid as on PC. How? How can we not mention Switch. Well, were doing it now: Were focusing on the Xbox right now for no specific reason but just to focus on one platform. Technically, with the way the interpreter is working, the step to other platforms is rather easy from there. Okay, for the Switch we need to do some further optimization, but thats, compared to the rest, just some minor stuff. After that well just need to pass the certifications.
When will CrossCode release on consoles? Well announce that once we have a fixed date set. Expect an announcement on a rather short notice here as we are, obviously, also in discussions with the platform holders about that. To shorten the wait, weve prepared a small trailer for now: https://www.youtube.com/watch?v=FF1y3ff2AVw Thanks. Bye, Michael, Bye. ----- And that's all from our side as well! You'll most likely hear from us one more time this year. Until then!
CrossCode
Radical Fish Games
Deck13
2018-09-20
Singleplayer
Game News Posts 97
🎹🖱️Keyboard + Mouse
🎮 Full Controller Support
Very Positive
(14242 reviews)
http://www.cross-code.com
https://store.steampowered.com/app/368340 
The Game includes VR Support
CrossCode Linux32 [243.94 M]CrossCode Linux64 [234.34 M]CrossCode - Ninja Skin (960310) Depot [113.28 K]
CrossCode Soundtrack
CrossCode - Ninja Skin
A New Home
CrossCode Manlea Skin
This retro-inspired 2D Action RPG might outright surprise you. CrossCode combines 16-bit SNES-style graphics with butter-smooth physics, a fast-paced combat system, and engaging puzzle mechanics, served with a gripping sci-fi story.
Take the best out of two popular genres, find a good balance between them and make a great game. That’s what CrossCode does. And it works pretty well. You get the puzzles of Zelda-esque dungeons and are rewarded with the great variety of equipment you know and love from RPGs. During the fast-paced battles you will use the tools you find on your journey to reveal and exploit the enemies' weaknesses and at the same time will be able to choose equipment and skills for a more in-depth approach in fighting your enemies.
Check the Reviews to see who loves the game. We're sure you will, too!
Take the best out of two popular genres, find a good balance between them and make a great game. That’s what CrossCode does. And it works pretty well. You get the puzzles of Zelda-esque dungeons and are rewarded with the great variety of equipment you know and love from RPGs. During the fast-paced battles you will use the tools you find on your journey to reveal and exploit the enemies' weaknesses and at the same time will be able to choose equipment and skills for a more in-depth approach in fighting your enemies.
Check the Reviews to see who loves the game. We're sure you will, too!
MINIMAL SETUP
- Processor: 2 GHz dual coreMemory: 2 GB RAM
- Memory: 2 GB RAM
- Graphics: Hardware Accelerated Graphics with dedicated memory. 1GB memory recommendedAdditional Notes: Limited Gamepad Support. 3rd Party Tools might be required
- Processor: 2 GHz dual coreMemory: 4 GB RAM
- Memory: 4 GB RAM
- Graphics: Hardware Accelerated Graphics with dedicated memory. 1GB memory recommendedAdditional Notes: Limited Gamepad Support. 3rd Party Tools might be required
GAMEBILLET
[ 5852 ]
GAMERSGATE
[ 513 ]
FANATICAL BUNDLES
HUMBLE BUNDLES
by buying games/dlcs from affiliate links you are supporting tuxDB