I managed to "fix" the game by deleting the code that caused the error during startup. It's not the correct method to fix it as i'm not a programmer but the game worked now. Although i suspect the functionality of the feature related to the code i deleted are probably gone and will pose it's own issue inside the game but i'm sure it's nothing major as the code are related to Language selection.
He is not !!! not finished yet but its already really good, i played almost 30 hour of this game ( and its just an early access ) it needs to have more improvments but its a good start !
Just open this file: .\Development\Src\RPGTacGame\Classes\RPGTacGFxHUD_WorldMap.uc and add these lines at the end: function SetRestLabel(string label) { } function SetFoodLabel(string label) { } function PlayTired() { } function PlayHungry() { }
I was able to get around the script errors by just disabling the offending lines of code. The game runs now, at least. I uploaded my version of the script here https://mega.nz/#!cdUF3IYZ!OhshYRr6hNMT0R3NNDqZlWc7Y5wl87uMfuYoOXQQdf8 Replace Himeko Sutori/Development/Src/RPGTacGame/Classes/RPGTacPlayerController.uc
From what I can tell you'll need to update RPGTacGfxHUD_WorldMap.uc . The error is saying that that class doesn't have a SetRestLabel or SetFoodLabel member function. This version is in fact missing those functions in the source. Edit: It's also missing PlayTired and PlayHungry
If someone who bought the game can go into "Himeko Sutori\Development\Src\RPGTacGame\Classes\RPGTacPlayerController.uc" And find "SetFood" and "SetRest" (Without the "") I should be able to fix it, possibly.
This is at least partly broken. The .exe states that there are 2 missing files or errors with 2 files. Side-Note: Anyone able to fix those two files or find a workaround? (recompiling the "out-dated scripts" just produces errors)
Hi, since you bought the game. Could you please tell me what these says on your files? The path for it them is; Himeko Sutori\Development\Src\RPGTacGame\Classes\RPGTacPlayerController.uc And
monsioi asked the wrong file, could you please provide the source from RPGTacGFxHUD_WorldMap.uc? We need the source from those methods: function SetRestLabel(string label) function SetFoodLabel(string label) function PlayTired() function PlayHungry() Thank you!
Lol was gonna ask the same thing.i see the exe file in win64 binaries but when you click it it says scripts outdated an when you click no you dont wanna update it. it goes on to say some files are missing lol
https://drive.google.com/file/d/16YfFKUBsnkx-tjdvuwEJY1iEVxURmFPB/view?usp=sharing
Extract the file and put them in this folder :
Himeko Sutori\Development\Src\RPGTacGame
Japanese language uses Katakana to write loanwords from other languages.
.\Development\Src\RPGTacGame\Classes\RPGTacGFxHUD_WorldMap.uc
and add these lines at the end:
function SetRestLabel(string label)
{
}
function SetFoodLabel(string label)
{
}
function PlayTired()
{
}
function PlayHungry()
{
}
https://mega.nz/#!cdUF3IYZ!OhshYRr6hNMT0R3NNDqZlWc7Y5wl87uMfuYoOXQQdf8
Replace Himeko Sutori/Development/Src/RPGTacGame/Classes/RPGTacPlayerController.uc
Edit: It's also missing PlayTired and PlayHungry
Side-Note: Anyone able to fix those two files or find a workaround? (recompiling the "out-dated scripts" just produces errors)
And
could you please provide the source from RPGTacGFxHUD_WorldMap.uc?
We need the source from those methods:
function SetRestLabel(string label)
function SetFoodLabel(string label)
function PlayTired()
function PlayHungry()
Thank you!