Wartales

Wartales

View Stats:
Lampros Oct 23, 2024 @ 10:41am
How awful are the mini-games for professions in this game?
I've seen quite a few threads on the mini-games for the professions being irritating - especially in regard to the Bard. How bad is it really? This is one of the main things that's making me hesitate in terms of buying.
< >
Showing 76-90 of 102 comments
Lampros Nov 9, 2024 @ 3:51pm 
Originally posted by Spawnling:
Originally posted by Lampros:
Ah, okay. Damn, I am learning more programming today than the last 30 or so years I've had a PC! ;)
Lol ;)
I looked a bit into it before replying, but sadly the basic classes only have Willpower 10 without any obvious modifiers to it and there are no helpful results when searching for (crtl + f) recruits, merc, recr and Willpower has like 380 entries thanks to the tavern dlc xD

ROFL! ;) THanks anyways - the forging change, if I can get it to work, is already a huge bonus.

For the recruits, I guess I can wait till the Impatience mod is updated and turn it off the minute I get the recruits I want (most of the rest of the cheats in that mod don't appeal to me at all).
Lampros Nov 9, 2024 @ 3:53pm 
Originally posted by Spawnling:
Originally posted by Lampros:
Ah, okay. Damn, I am learning more programming today than the last 30 or so years I've had a PC! ;)
Lol ;)
I looked a bit into it before replying, but sadly the basic classes only have Willpower 10 without any obvious modifiers to it and there are no helpful results when searching for (crtl + f) recruits, merc, recr and Willpower has like 380 entries thanks to the tavern dlc xD

Oh, wait. So you did find where the Willpower is said to be at 10? Maybe I can find the right entry and add 15?
Lampros Nov 9, 2024 @ 3:56pm 
So change Willpower from 10 to 15 below [the last line, that is]?

"id": "Swordman",
"weaponTypes": [
{
"wp": "Sword"
}
],
"baseSkills": [
{
"skill": "Taunt",
"minLevel": 0
},
{
"skill": "Wrath",
"minLevel": 0
},
{
"skill": "FirstAid",
"minLevel": 0
},
{
"skill": "DefensivePosture",
"minLevel": 2
},
{
"skill": "BraveCleave",
"minLevel": 2
},
{
"skill": "BraveDuel",
"minLevel": 2
},
{
"skill": "Bulwark",
"minLevel": 5
},
{
"skill": "Counterattack",
"minLevel": 5
},
{
"skill": "Boldness",
"minLevel": 5
},
{
"skill": "LastStand",
"minLevel": 8
},
{
"skill": "CombatGrip",
"minLevel": 8
},
{
"skill": "HardTraining",
"minLevel": 8
},
{
"skill": "WeaponSwapSword",
"minLevel": 10
},
{
"skill": "DefensiveRiposte",
"minLevel": 10
},
{
"skill": "Intervention",
"minLevel": 10
},
{
"skill": "Exhorted",
"minLevel": 12
},
{
"skill": "ClassSpecialization",
"minLevel": 12
}
],
"props": {
"flags": 2
},
"stats": [
{
"value": 4,
"attribute": "Strength",
"upValue": 23
},
{
"value": 4,
"attribute": "Dexterity",
"upValue": 20
},
{
"value": 9,
"attribute": "Constitution",
"upValue": 64
},
{
"value": 0,
"attribute": "CritHitPercent",
"upValue": 10
},
{
"value": 10,
"attribute": "Movement"
},
{
"value": 10,
"attribute": "Willpower"
}
Last edited by Lampros; Nov 9, 2024 @ 3:57pm
Spawnling Nov 9, 2024 @ 3:58pm 
Originally posted by Lampros:
Originally posted by Spawnling:
Lol ;)
I looked a bit into it before replying, but sadly the basic classes only have Willpower 10 without any obvious modifiers to it and there are no helpful results when searching for (crtl + f) recruits, merc, recr and Willpower has like 380 entries thanks to the tavern dlc xD

Oh, wait. So you did find where the Willpower is said to be at 10? Maybe I can find the right entry and add 15?
You could set it to 15 and see what happens.
"id": "Swordman"
..
"baseSkills": [...
near the end you'll find
{
"value": 10,
"attribute": "Willpower"
}

that# there for every class
Lampros Nov 9, 2024 @ 4:11pm 
Originally posted by Spawnling:
Originally posted by Lampros:

Oh, wait. So you did find where the Willpower is said to be at 10? Maybe I can find the right entry and add 15?
You could set it to 15 and see what happens.
"id": "Swordman"
..
"baseSkills": [...
near the end you'll find
{
"value": 10,
"attribute": "Willpower"
}

that# there for every class

Yup. I am going to see.
Lampros Nov 9, 2024 @ 4:48pm 
Originally posted by Spawnling:
Originally posted by Lampros:
Can you please help me with this? I have been at this for over an hour but still can't get it to work. Basically, I am stuck in this extraction step - nothing extracts:

"To do so, go to the "Quickbms" folder and in the file explorer console type:

quickbms.exe Shiro_Games_PAK_script.bms ../res.pak ../Extracted



This will extract the data contained in res.pak to the “Extracted" folder"

I opened the file explorer console (the black screen), and it kept saying some sort of error?
1) So in your wartales game folder you should have copied the Quickbms folder to
2) Into the Quickbms folder you should've copied the "Shiro_Games_PAK_script.bms" from the other link.
3) Create a new folder "Extracted" (in your wartales game folder)

4) Double click the quickbms.exe
5) Select the Shiro_Games_PAK_scripts.bms
6) Select res.pak
7) Select the Extracted folder (open it/double click) and press save

Edit: To reimport the changes it seems you got to
1) Quickbms folder and open reimport2.bat
2) select the res.pak in the wartales folder
3) select your Extracted folder

(maybe it requires the reimport.bat you'll have to try it out)

Okay, my edited, but cannot reimport the changes.

When I open reimport2.bat I cannot find the res.pak in the Wartales folder?
Spawnling Nov 9, 2024 @ 4:58pm 
Originally posted by Lampros:
Okay, my edited, but cannot reimport the changes.

When I open reimport2.bat I cannot find the res.pak in the Wartales folder?
1) Try to start Wartales.
If the game starts, the file exists
Spawnling Nov 9, 2024 @ 5:00pm 
Originally posted by Lampros:
Originally posted by Spawnling:
Edit: To reimport the changes it seems you got to
1) Quickbms folder and open reimport2.bat
2) select the res.pak in the wartales folder
3) select your Extracted folder

(maybe it requires the reimport.bat you'll have to try it out)

Okay, my edited, but cannot reimport the changes.
When I open reimport2.bat I cannot find the res.pak in the Wartales folder?
2)I messed something up in the steps.

i think after step 1 you have to select the Shiro_Games_PAK.bms, then the res.pack, then the folder/data.cdb in the folder
Last edited by Spawnling; Nov 9, 2024 @ 5:03pm
Lampros Nov 9, 2024 @ 5:05pm 
Originally posted by Spawnling:
Originally posted by Lampros:

Okay, my edited, but cannot reimport the changes.
When I open reimport2.bat I cannot find the res.pak in the Wartales folder?
2)I messed something up in the steps.

i think after step 1 you have to select the Shiro_Games_PAK.bms, then the res.pack, then the folder/data.cdb in the folder

Okay, I will try that way.
Lampros Nov 9, 2024 @ 5:10pm 
Hmm, something went through but now it just crashes, saying "uncaught exception" ;(

I think this stuff is beyond me... :(
Spawnling Nov 9, 2024 @ 5:13pm 
Originally posted by Lampros:
Hmm, something went through but now it just crashes, saying "uncaught exception" ;(

I think this stuff is beyond me... :(
Try just changing the smithing stuff and set the willpower things back to 10.
The smithing stuff worked for me without crashes.
Lampros Nov 9, 2024 @ 5:16pm 
Originally posted by Spawnling:
Originally posted by Lampros:
Hmm, something went through but now it just crashes, saying "uncaught exception" ;(

I think this stuff is beyond me... :(
Try just changing the smithing stuff and set the willpower things back to 10.
The smithing stuff worked for me without crashes.

I am reinstalling. Maybe later. I guess I will wait for that guy's mod to update :(
Spawnling Nov 9, 2024 @ 5:17pm 
Originally posted by Lampros:
Originally posted by Spawnling:
Try just changing the smithing stuff and set the willpower things back to 10.
The smithing stuff worked for me without crashes.

I am reinstalling. Maybe later. I guess I will wait for that guy's mod to update :(
Reinstalling was a bit quick. you could've just verfied the files :/
(or if needed deleted the res.pak and then verified)
if you want to try out things in the future make a backup of the "res.pak" that's the only file you modify with all the modding.
Last edited by Spawnling; Nov 9, 2024 @ 5:18pm
Lampros Nov 9, 2024 @ 5:18pm 
Originally posted by Spawnling:
Originally posted by Lampros:

I am reinstalling. Maybe later. I guess I will wait for that guy's mod to update :(
Reinstalling was a bit quick. you could've just verfied the files :/
if you want to try out things in the future make a backup of the "res.pak" that's the only file you modify with all the modding.

Ah, okay.
Lampros Nov 9, 2024 @ 5:19pm 
Originally posted by Lampros:
Originally posted by Spawnling:
Reinstalling was a bit quick. you could've just verfied the files :/
if you want to try out things in the future make a backup of the "res.pak" that's the only file you modify with all the modding.

Ah, okay.

Can you try and see if the 15 Willpower thing works? Perhaps my system doesn't reimport properly?
< >
Showing 76-90 of 102 comments
Per page: 1530 50

Date Posted: Oct 23, 2024 @ 10:41am
Posts: 102