Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - rudy

Pages: 1 2 [3] 4 5 ... 12
31
Modding / Re: [Info] [3.71] Cheat Engine Addresses
« on: December 25, 2022, 01:23:53 PM »
I think what may be happening is the same thing that happened to me. It's not hearing, per se, which is the problem.

Under one of the more recent updates, the game perceives it as an error in the character if ALL stats are 18 or above, and you get that character checksum error message in red. This can be avoided by keeping at least one of your attributes below 18 in character editing.

So, for example, if you had everything at 20, you'd get the error, but if you then reduced hearing to 17 it would seem to solve the problem. But the reality is reducing ANY of your attributes to 17 would solve the problem.

Please let me know if this checks out for your character (try editing hearing to above 17, but reducing a different attribute to 17). If I'm wrong, please let me know.

If I'm right, it's not a problem that can be solved by cheat engine; there's just a hard-coded check that checks to see if your attributes are all 18 or above and spits out an error message if so. The work-around is to keep at least one attribute at 17 or below.

32
Modding / Re: [Info] [3.71] Cheat Engine Addresses
« on: December 21, 2022, 04:47:35 AM »
3.72b file no longer worked with upgrade to 3.72 (stable).

Here is an adjusted file that works with it.

I added in Night's array of injuries (adjusted with the same shift as everything else), though with a note that I haven't tested it myself. I'll test it next time I get injured.

33
VERSION 2.3 UPDATE RELEASE

Download in first post. Please let me know of any issues you have!

I don't anticipate another update until mid January, but I will certainly work on resolving any bugs or issues that pop up post-haste.


R2.3

DELETE the diy_BAC_knitting file if updating from version R2.2 or earlier.  (If installing fresh, disregard this instruction)


WOOL CHANGES
HUGE overhaul to wool clothing, after a lot of reading. Knitting is not a thing any more, because it did not exist at the time and location the game simulates.

Recipes were redone (in a more complicated fashion) in order to get around the hard-coded limitation on clothing quality. Now, instead of all woollen clothing being decent quality, it can be anywhere from crude to masterwork, based on your TEXTILECRAFT skill.

Large pieces of wool clothing are made primarily with wool cloth (which was a thing in a previous version of BAC), which I have now restored.

Smaller items, specifically gloves, socks and caps, were made with a process called Naalbinding (google it) which is a precursor to Knitting. The latter is somewhat slower, but does not require a loom, and is "lossless" in terms of material used.

All wool processing and clothing moved back to a single menu, though tools used in common with other textiles (e.g. loom) are still under the Textilecraft menu.

Prices were rebalanced so that each step in the wool clothing process adds value to the finished product. Wool yarn is worth 1 unit (arrow/squirrel fur) per pound. Wool cloth is worth 2 per pound. Wool clothing is worth 2.5-3 per pound (varies per clothing item; vanilla item values were not changed, and the values were built around this). This is in contrast to previous wool clothing crafted by BAC which had MUCH lower prices than the corresponding vanilla items. IT's now possible to make your living as a maker of wool clothing, if you wish.

Unraveling woollen clothing to obtain yarn is now slightly lossy (0.6 pounds of clothing gives you 0.5 pounds of yarn).

You can now "trade" for wool yarn in a village using a recipe that simulates that trade. The required input is one arrow (as the most common trade-item used by players), but this can be fairly
altered in the code for any item of equivalent value (such as a squirrel fur).

Weaving wool cloth increased from 90 minutes to 2h for one pound of cloth. This may still be too little.

Removed 'noquality' from wool yarn creation, so that you can have higher quality wool yarn. Changed length to 100 feet per 0.5 pounds instead of 15 feet (which is silly). 100 feet per 0.5 pounds is still REALLY thick, but it roughly lines up with the thickness of the vanilla linen and nettle yarn (and is in fact slightly thicker than either).

Removed noquality on spindle, but reduced the skill bonus from 30 to 10. Higher quality spindles now possible.

Removed noquality from knitting needles so that you could have good quality ones.

Wool cloth garments need {Fine cordage} now as opposed to specifically yarn to sew the parts together. (Yarn still works, this just makes it broader, AND prevents the annoying bug whereby the entire stack of yarn is used up)

Knitting needles no longer an item; instead, you can craft more generic "textile needles" out of wood or bone. (Using bone offers a 10% skill bonus to the crafting). These are intended to be a set of needles that can be used for any of the textile processes.

Woollen veil and woollen cowl presented an issue: the first weighed 0.3 pounds, the latter 1 pound, but both covered the same area (skull and neck) and provided the same protection. Veil is unbalanced in weight in comparison to other wool clothing. It should probably provide less warmth, because it is a lighter material, but that is not an option in modding. Both items were removed, and replaced with a "woollen heavy veil" that you can craft, which weighs 0.6 pounds, as a compromise item. Both vanilla items are still obtainable through trading with villages.

Woollen longsocks item added, covering feet and calves, because of the large number of woollen garments that cut off above the calves.

Woollen footrags removed as a craftable item. They are mechanically identical to woollen socks, and removed for redundancy since more menu space was desired. Woollen socks and woollen longsocks may be layered if double foot protection is desired.

Woollen hood added as a craftable item, due to lack of face coverings. Covers the same area as the fur hood (skull, face, neck).

"Woollen dress (w sleeves)" added as a craftable item. It is mechanically the same as the woollen undergarment in terms of price, weigh, and area covered. Allows layering, and RP of those who wish to wear a dress without having cold arms.



MENU CHANGES
* Renamed "Wool Processing and Garments" menu now uses the O key. Armors of Iron and Wood changed from O to I key.

* Bark clothing (previously with wool clothing) moved to Earthen/Barkware menu. That menu is now 100% full, which is not ideal for future expansion, but perfectly fine for now.



IRONWORKING CHANGES

* Removed -30% penalty from smelting iron bloom (I don't understand why it was there)

* Halved input and output and time of smelt ore into iron recipe. 4h instead of 8h, one pound instead of 2. Just to break it up.

* Reworking iron and steel recipes, in order to allow you to keep working at a piece of metal to perfect it further (can take MANY MANY tries)

* Removed two "fix errors" cheat recipes under ironworking. Haven't seen any need to use those yet. They are still in the file, just commented out.


COOKING CHANGES
* Nettle Cheese now has a price of 0.25 squirrel hides (or 0.25 arrows), as opposed to having no value.

* Dried berries and mushrooms now has a price of 0.1 squirrel hides (or 0.1 arrows), as opposed to having no value. Unfortunately this will work on poisoned mushrooms, but the value is low enough that it shouldn't be a temptation to cheese.

* Recipe to make berry turnovers from dried berries added


OTHER CHANGES

* FIX: Commented out prepared soil line test.

* FIX: Fur mittens had been altered for a previous test, and never unaltered. Restored to normal values.

* Textile needles added as a requirement for all linen and nettle clothing that use yarn to attach pieces of cloth together.

* Firewood from slender trunk effort increased to match other firewood making. Patchwise option added.

* clay amphora tub renamed to Amphora

* clay large amphora tub renamed to Large Amphora

* Changed loop snares back to using yarn because of quality issue (they were always coming out as poor quality)

* Vanilla leather and fur clothing was using the COMMON skill, while all added recipes were using the HIDEWORKING skill. They now all use HIDEWORKING.






TO DO
Re-balance and analyze linen, leather and nettle clothing as has been done for wool. Consider the process of value added at each step. Change their recipes so that they can have higher/lower qualities. (this is more time consuming that you'd guess)

(The same approach will not work with fur, because it would interfere with the way fur clothing borrows properties from the type of fur used, e.g. bear. At the present time, I don't forsee any way for me to modify fur clothing so that it can have varying quality.)

Determine to what extent it makes sense for leather and fur clothing to use textile needles. Research how such clothing was actually fastened.

Clay playset needs different tile graphic.

Digging clay too easy? Rebalance?

Incorporate manure mod into BAC.

Ensure compatibility of Privateer's bees, mead and coop mods with BAC (Privateer does not wish them to be incorporated directly)

Look into other mods to incorporate.

MAYBE TO DO (WAY IN FUTURE)

Add chainmail as optional craftable menu (ahistoric, but not implausible)

34
I'm in the midst of a significant update, which I will test with the 3.72 version, but Tinker is right: anything that worked for 3.72b should still work for 3.72.

35
Suggestions / Woollen Veil v Woollen Cowl
« on: December 18, 2022, 03:15:37 AM »
Both these items cover the same area, have the same trade value, grant the same protection... but woollen veil weighs 0.3lbs, while cowl weighs 1 lb.

Woollen veil is unbalanced compared to other wool items for the area it covers for the weight, while cowl is fairly in line with them. If there were a way to make its warmth lower, that would be a solution, but that sounds challenging.

I think it should just be removed as an item, but there may be other solutions that aren't occurring to me .

36
Bug reports / Re: Creation of Mass From Nothing
« on: December 14, 2022, 04:15:49 PM »
In the same area, yarn is much heavier than the fibres that go into making it! :)

37
Modding / Re: [Info] [3.71] Cheat Engine Addresses
« on: December 11, 2022, 08:51:04 PM »
Here is a cheat engine file for 3.72b. It has some things that Night's doesn't (e.g. sight range), and Night's has some things that this doesn't (e.g wounds). I'm not motivated enough to combine them at this time, but all the basics are functioning.

38
Modding / Re: Hex editing stats
« on: December 11, 2022, 08:49:27 PM »
I'm not sure what exploit you are talking about specifically, but I'll attach a functioning CheatEngine file for version 3.72b of the game (probably works for 3.72 stable as well) that I have been using.


39
Cool, cool.

Got a number of changes/fixes done for the next release. Mainly waiting on a response to my bug report about clothing quality, as the answer to that has a big impact on how I approach the clothing items.

40
Not bugs / Clothing quality cap?
« on: December 08, 2022, 01:32:45 PM »
I honestly don't know if this is a bug or working as intended. Any clothing item I create whether from a mod or without a mod cannot be created above decent quality. I've tested this dozens of times using various skills. If an otherwise identical recipe is used for any non clothing item, I can get higher quality items easily.

Other players I have consulted about this agree this seems to be a limitation, but I can find no mention of it in news.txt. the one exception is a forum user, Tinker, who has apparently been able to get fine quality fur clothing. They use the Linux version, but I can't imagine that would make a difference.

I mainly hoping to just find out whether this is working as intended or not.

41
Gameplay questions / Re: Clothing Quality Limit?
« on: December 07, 2022, 11:52:18 PM »
It may not apply to furs, I just made 3 items from two winter bear furs and a bull elk fur, all the items were fine furs and I made fine clothes, my skill was fairly average though I made sure I was well fed and rested before starting and I was not encumbered. I have never made masterwork fur clothes though, mainly, I think, because I do not live long enough to get my skills high enough.
I cannot replicate this. Could you specify which fur items you made, if possible?

EDIT: And could you confirm the version of the game you're using? I'm assuming 3.72b, but may be wrong.

42
Gameplay questions / Re: Clothing Quality Limit?
« on: December 07, 2022, 03:22:36 PM »
I will do some more testing on furs this evening, then. Thanks for the heads up!

43
Gameplay questions / Re: Clothing Quality Limit?
« on: December 06, 2022, 11:32:50 PM »
Good news is, I figured out a (somewhat obnoxious) way around this.

Using a base item that is not a clothing item (e.g. the classic hunting horn) allows it to achieve higher qualities of output. Then, using TYPE, ARMOUR_COVERAGE, ARMOUR_MATERIAL, MATERIAL, WEIGHT and PRICE to redefine the item from the ground up.

It works, though will take some time to essentially "remake" all of the items in this way.

I don't think this will work for furs, though, because ARMOUR_MATERIAL does not have (e.g.) "bear fur" as an option. Just the generic "fur".

44
Gameplay questions / Clothing Quality Limit?
« on: December 06, 2022, 08:42:36 PM »
Is it supposed to be impossible to craft clothing items of higher qualities than decent? This seems to apply both to be the vanilla fur and leather things you can create, and any modded armor or clothing of any kind.

I'm-Not-An-Idiot-Check: There are no [noquality] tags in sight.

45
Gameplay questions / Re: [Spoilers] Forest Cow Quest
« on: December 06, 2022, 07:47:49 PM »
I don't think it matters, but I'm not certain.

Pages: 1 2 [3] 4 5 ... 12