Yawn. Much ado about an optional choice to buy it once on Steam. Savin told ya all that it's fine if you don't want to buy the steam version. He fully accepts and understands your reasoning. But you won't persuade him to remove it from Steam. It's apparent that many people do want to buy it, no matter how much you complain. Deal with it.
Anyway, you wasted your time writing this wall of text. I'm done talking about this topic since I'm not interested in seeing more post deletions in this thread.
I don't think you read any of my points. "But you won't persuade him to remove it from Steam." Where did I say he should remove it from steam?
- I think it is awesome CoC II got on Steam.
- The fact that a free version exists outside of Steam should be upfront and clearly labeled on the Steam page. This would nullify most of my points.
- If it is not made obvious, Steam users may be angry about being potentially mislead.
That's been my real complaint as well. The last two areas (Winter City and Centaur Village) have been pretty underwhelming as far as content goes. Centaur Village especially is pretty much empty. And I know it's supposedly coming soon, but Arona as companion has been promised for quite awhile now.
At least they are giving us new content pretty regularly. There are games on here (and I'm looking at you Female Agent) that seem to be pretty stagnant for ages. I just wish they would add more to the current dungeons before releasing a new bare bones one.
I think it is smart to get the framework done before filling it in with content. This also provides an opportunity to more quickly get out locations for people to write submissions for. In this case, the Centaur village location and the temporary transformation into centaur form it brings (I think they are still going to do that) is now available to submission writers faster than if they were still working on orc content and Winter village.
As an example of what happens when you don't get the framework out fast enough: Fenoxo was too slow on getting ship content out, and so lost out on Hand So being written for him. Now he will have to write it himself.
Just saved the Centaur Princess. Man, this game is darker than the other ones! They usually let you choose when to kill a character in those and the ones with that option were corrupted or really evil through their own actions. Also, while there are people who lean toward killing to prevent the rape of yourself or a close relative being acceptable, for someone you just met it's at least far more debatable. Especially dumb when you have an uncast Banish left, the antagonist was just blinded and your party is still at full health.
The murder boner is wrong, unless it is in service of the regular boner. That stranger has a
pussy. And it isn't Cait.
I matched my stats on the save editor to be similar to your example and now I come across a new problem. When I sleep to level up and get to the point distribution screen, I start with around -30 attribute points and I'm only allowed to distribute 4, which just increases the negative value. I also can't get out of the level up screen because of the negative points. How do I fix this?
Either never go to sleep or just make your level the max, so you don't have to worry about it
though i think you'll miss adding new skills from your class, only happens i think at most it happens twice
yeah, like mangaking said, never even do a stat edit if you want to up your level next. I and some other people already discussed that issue and we haven't found a solution besides minimizing stats via editing before you take next level and than again maximizing them. or max out your level and only than edit stats, but that workaround is more hassle than good, cause they still didn't pushed out update for max level(which apparently will be 10 levels)
I edit the "Starting Bonuses" perk, so you could try that.
Personally, I use the chrome console to do most of my editing as it avoids the whole MD5 hash cheat warning and it is much faster to see the changes. Obviously, be careful with it. Also, type what is inside quotes. Do not include the quotes.
- Backup your save file.
- Open the game in Firefox or Google Chrome. If you know how to open the javascript developer console in your browser of choice, go ahead and use that.
- In Chrome, right click and select "Inspect". Firefox will be "Inspect Element".
- Navigate to the "Console" tab in the pane that shows up.
- Type "pc.perks" and hit the return/enter key. You can view more by expanding the folded content. You should see all your character perks. You can also look through the perks by doing "pc.perks[#]" where # is an integer. In my case, when # is 0 it brings up the "Starting Bonuses" perk. This is what grants you your initial stat bonuses for race and background. I will assume "Starting Bonuses" is at the 0th index, but it may be different for you.
- Type "pc.perks[0]" and verify the name is "Starting Bonuses". If it is, type "pc.perks[0].values". This will show you the current values of your starting bonuses. This is the format: [STR, TOU, AGI, CUN, WIL, PRE].
- Type "pc.perks[0].values = [1, 2, 3, 4, 5, 6]". Go to your Journal > Character tab and view your stats. Scroll down to Perks > Other: > Starting Bonuses. It should now show +1 Strength +2 Toughness etc.
- Type "pc.perks[0].values = [1, 2, 3, 4, 5, 6]" and replace the numbers with what you want. This should not fuck with leveling, but test it out first. Theoretically it should be okay for you to put in ridiculous values like 100, but it might screw with the parser for checking stat ranges. For example, Gwyn scenes which have strength checks that might bug out. You can check if you are over the game's expected max by running a stat quotient check. For cunning, it would be "pc.CQ()", short for cunning quotient. It is normally a number between 0 and 1 that is (PC Cunning)/(expected max cunning for your level).
- Replace CQ with AQ, TQ, SQ, PQ, WQ to check the other stats. You should be good if it is below 1. If you put in numbers that go above the expected max (17 for level 5), you will get a number above 1.