There's a repack installer over on the rus fan site that includes a selection of mods to install with the game, go grab that. No need to reinvent the wheel.would anyone mind sharing a fully modded game version?
There's a repack installer over on the rus fan site that includes a selection of mods to install with the game, go grab that. No need to reinvent the wheel.would anyone mind sharing a fully modded game version?
While the input expansion script does support keyboard layouts based on language, the console script seems to be hardcoded.Is the reason why I can't get " in the console because I'm not using the standard US Keyboard Layout?
The game seems to default to it anyhow, putting @ on Shift-2 whereas on mine is Shift-'.
Is there a way to force the game to realise that I am NOT an American?!
'
? Try that with Shift.The Graveyard Quest is the starter one i think.Where can I find Cocona quest or where does it start? I checked all the maps already but I cant find the quest for her. I tried to use the search function but I cant find what im looking for in this forum
On my keyboardWhile the input expansion script does support keyboard layouts based on language, the console script seems to be hardcoded.
Which key when pressed in the console gives you'
? Try that with Shift.
'
+ Shift
gives the @ sign.prev answer is correct, you have to do the graveyard quest at least once. after that you meet her with the "strange source of energy" quest. just make sure to find all the journal pieces along the way down, savescum if you gottaWhere can I find Cocona quest or where does it start? I checked all the maps already but I cant find the quest for her. I tried to use the search function but I cant find what im looking for in this forum
Is the graveyard quest at the Mountain Monastery?prev answer is correct, you have to do the graveyard quest at least once. after that you meet her with the "strange source of energy" quest. just make sure to find all the journal pieces along the way down, savescum if you gotta
Nope. Noer Graveyard, in the city limits.Is the graveyard quest at the Mountain Monastery?
Ah I didnt bother with that quest since its repeatable thanks for telling meNope. Noer Graveyard, in the city limits.
Should do all repeatable quests at least once, you never know if they are required for certain questlines to start or not until someone says so.Ah I didnt bother with that quest since its repeatable thanks for telling me
I meant what key do you press to get the ' symbol ingame. Whichever key does that ingame should technically also return " when Shift+Key ingame.On my keyboard'
+Shift
gives the @ sign.
But in game, it returns nothing at all.
Data/Scripts/Frames/RVscript/520_YanflyF10.rb
file (see the for loop at line 300 and lines 156 to 171 for the keycodes)eval Clipboard.GetText()
Can use the current version, just editDoes anyone have the cheat tools that work with 7.9.1?
Cheats Mod/mod/CheatsMod.rb
and comment out any lines with _state("Tail")
Thanks for the clarification. I found it. Strangely, it's on the next key over which on my setup is the hash (pound) symbol:I meant what key do you press to get the ' symbol ingame. Whichever key does that ingame should technically also return " when Shift+Key ingame.
If all else fails, you might need to make your own mod that changes the keycodes to match your layout. All the keycodes the console expects are defined in theData/Scripts/Frames/RVscript/520_YanflyF10.rb
file (see the for loop at line 300 and lines 156 to 171 for the keycodes)
Alternatively: put the code you want to execute in the clipboard and use the following code:
eval Clipboard.GetText()
Tested it with msgbox("Hello") in the clipboard and up poped a message box with the text: Hello
#
and tilde ~
on the Shift
press, whereas the actual '
key returns nothing at all, regardless of whether Shift
is held.'
and holding Shift produces the "
.And the mods that cause these problems are usually not updated frequently enough to account for changes in poses, etc.Nvm. It was a mod problem