As you have played already a long time I assume the game was working correctly before.
Anything you did in inbetween, like command line edits or installing Mods or URM? If that is the case your game state may have become corrupted. That cannot be healed.
Just for trial:
You can give yourself the Crystal Plug by
GAME.mc.addItem("ITMPlugCrystal")
by command line though it might not bring things back on track. Maybe that helps.
The game has been downloaded by 100k Users so far and this major error has not been reported once, so I really don't know whats going on.
EDIT: Researching the 'unicode is not callable' error I would assume what happened is you used GAME.mc.addItem in the command line in a wrong way, thus destroying the function addItem() permanently. Only way to recover is to go back to a save before you did that (if that is what happened).
yv0751
Creator of
Recent community posts
That would take a while to explain. You can find the save game location by googling its folder according to your operating system Windows or OSX.
The numbering of the file is according to the page and position number of the thumbnail in your save menu, you might also want to look at the save game date to identify the right one
This is a quite "wide" question.
There is a reference document / walkthrough in the original SJX post (https://yv0751.itch.io/space-journey-x) which should explain this part of the quest.
Good to hear you enjoyed the game.
I assume:
- you did not install URM
- did not use any mod
- did install the game into a new folder
- do not run it on any unofficial port (android, ...)
If any of the above, sorry, it might be incompatible.
Otherwise I am quite surprised, as this is a very basic issue and thousands of players should have run into it. Can you give some more details
- what OS are you running, what SJX version?
- is the issue reproducible?
- if so in which steps?
If you have a save game from which the error can be reliably reproduced and you know how to find the file you can send it to me (via MEGA etc.) for analysis.
I glad to hear that you enjoyed the game.
Thanks for the bug reports. Exiting the station should be impossible while someone is at an away mission but maybe I forgot to include Moira. Registered as bug (as well as the rounding issue).
If you have a technical question regarding the game feel free to ask.
y.v.
The files are fully compatible since 0.x. If you can send me a link to your warehouse.json file somewhere I will have a look.
As this is an elementary fail, every single player would have complained so I am curious why it happens only in your case. Maybe an edge case worth exploring.
Delay that action;)
Just to make sure:
You are aware that you cannot go back to a 1.4 save without running 1.4.If you try to open 1.4 save in 2.0 it crashes. Actually it should never have loaded the save game in the first place and informed you.
Well, the animations are a compromise. For technical reasons I only use single frame overlays (6 frames + reverse, looped).
There are enough games with cinema like animations imho. I also do not want to have this game beyond 2 GBytes and will definitely not use MP4 or MPEG movies for the animations because I hate how poorly interactive they are.
Just take them as illustrations of the scenes and employ your imagination ;)
BTW: There is an open all button: Press shift and then Open changes to "Open All" :)
The old comments are still attached to every one of the development log posts.
But indeed, when looking at the main post, the comments are now gone since I opened the community. They are probably not deleted but just replaced with the community.
I still think the community with different categories like help and new features could be easier to navigate for users of the game, so I'll give it a try.
I will research whether the comments can be in parallel activated, but I haven't found a way yet.
Hi,
I saw that itch supports community pages so I thought I'd add one. Posts for help or bug reports are a bit unwieldy to handle in the simple game thread so let's see how it goes with the community.
Community rules
- no posting of p*rn (unrelated to the game assets)
- no spam
- respectful language
- ill make up more if necessary :)
Assuming you wait for the Quest "The Autotrainer Effect" (must be active in your quet log!) to proceed and that you have an in consistent state you can use the following two command line fixes:
tris.done.remove("autotrain_reflect")
GAME.timerSet("T_TRIS_AUTO", 0)
and sleep one night. That might be the most root likely cause.