See likes

See likes given/taken


Posts you liked

Pages: 1 2 3 [4] 5 6 ... 8
Post info No. of Likes
Small scale primitive smoker I think a primitive small scale tipi type smoker would make a great addition to the game. Smoking doesn't really demand a huge building unless one smokes huge amounts of stuff. So maybe a small structure from three slender tree trunks, a large hide, some tying equipment and branches where one could smoke smaller quantities of meats?
November 06, 2020, 12:33:18 PM
1
Lots of angling improvements on their way Fishing with a fishing rod is going to have if not a complete overhaul, a lots of improvements at least. I've been tweaking the angling code for a good while already, and the work just seems to continue and continue, but when it's all done we're going to have something like this featured:

- fishing rods will be craftable by player character, with slender trunks, cordage and hook.
- wooden and bone hooks will be craftable by player character. (If I get really carried away there might be some special hook types for special occasions.)
- baiting will be featured. Worm digging is under consideration but we can also start with scraps of food and using small fish to catch bigger fish.
- wear and tear of fishing rod parts will be featured eg. hooks snapping off eventually, when they've been nibbled enough. (Gotta add possibility to add new hooks as well.)

These are future additions. Not yet functional in current version 3.63.

November 17, 2020, 05:40:14 PM
1
Re: Please make it possible to quickly shorten tying equipment Good idea @JP_Finn. Didn't even cross my mid.  :P

@ineedcords You can mod it yourself by creating diy_ineedcords.txt like below and saving it in the Urw game folder:

Code: [Select]
[SUBMENU_START:tying equipment]

.Short cords. (15) "Cord" [effort:1] [phys:hands,one-armed] *COMMON* [patch:5]  /30/ %50% |-2|
{Cloth} #0.5# [remove] [patchwise]
{Knife}
[NAME:Cord]
[LENGTH:1]
[WEIGHT:0.033]


.Short leather ropes. (15) "Leather rope" [effort:1] [phys:arms,one-armed] *COMMON*  [assist:1] /60/ %50% |-1| [patch:5]
{Leather} #1# [remove] [patchwise]
{Knife}
{Water} #1# [remove] [patchwise]
[NAME:Leather rope]
[LENGTH:1]
[WEIGHT:0.066]

.Short birch-bark ropes. (15) "Birch-bark rope" [effort:1] [phys:arms,one-armed]  [assist:1] *CARPENTRY* /2h/ %30%  |-1| [patch:3]
{Birch-bark strip}   =80=    [remove] [patchwise]
{Knife} <Small knife>                   
{Water} #1# [remove] [patchwise]
[NAME:Birch-bark rope]
[LENGTH:1]
[WEIGHT:0.066]

[SUBMENU_END:tying equipment]

Spoiler: The needed edits highlighted • show

.Short birch-bark rope. (15) "Birch-bark rope" [effort:1] [phys:arms,one-armed]  [assist:1]   *CARPENTRY*      /2h/   %30%  |-1| [patch:3]
{Birch-bark strip}   =80=    [remove] [patchwise]
{Knife} <Small knife>                   
{Water} #1# [remove] [patchwise]
[NAME:Birch-bark rope]
[LENGTH:1]
[WEIGHT:0.066]


Of course there was a typo. Now tested and working. Weights corrected.

December 03, 2020, 11:44:57 AM
1
[Tool] WhereIsMyRobber - a "Homeland Robbers" tedium remedy WhereIsMyRobber

Have you haver got bored to death by looking for the robbers in the "Homeland Robbers" quest? Do you have some better use for your time, rather than exploring 20x20 tiles one by one? Then this is for you.

If you never had the pleasure the excruciating experience of this quest, you need to kill a group of robbers which are troubling some villagers. Yet, the real challenge of this quest is not the fight, but actually finding these robbers, for which you are given just a indicative area of their location.

But, despite being 4 robbers with a shelter, the robbers do not appear on the zoomed-out map; looking for trails on the zoomed-out map won't work either. Even standing on their actual location tile won't prompt the encounter on the zoom-in map, like instead occurs when you meet a squirrel or other animals.
How are we supposed to spot a squirrel hiding on a tree but miss a roaming squad of robbers I have no idea. Especially because the robbers are supposedly looking for victims to assault. Yet, you could spend days in the area without never being approached.

So, the only way to find them is zooming into every single individual tile of the area, hoping to be lucky. Obviously, it is not the most time-efficient way, given that there could be about 400 tiles to look into. 

In conclusion, I think this quest is too broken to be enjoyable, and I looked for some solution by digging into the game files.

Here I make available a simple Python script to find the nearest robbers, and give instructions on how to reach them.

Instructions

  • Install Python 3.8 or later versions from here. This is required to run the script
  • Copy the script into the folder of your savegame. This is the folder with the same name as your character that is located in the game folder
  • Save your game with your character near the area where the robbers are supposed to be found
  • Run the script by double clicking on it. On Windows, a Python window will open with a text prompt
  • Press enter in the text prompt, and the script will look for the nearest robber and give you instructions on how to reach it on the zoomed-out map

I have tested this on Linux. Please let me know if it works also on other platforms. There are no reasons it shouldn't but I am ready to fix it if there is some quirk


Visual example
The robber quest area
Spoiler: show


Where are they hiding?!
Spoiler: show


They were so close!!
Spoiler: show


On the specified tile, no tracks. Is it really the correct one?
Spoiler: show


Zooming-in reveals the robbers' shelter! The robbers must not be far
Spoiler: show


And there they are
Spoiler: show


Notes
  • The script does not know which robbers belong to the quest. It will simply show you the location of the robbers closest to you. That's why it's better you run it after you are near the quest area
  • If you keep pressing enter in the prompt, the script will display farther and farther robbers.

Technical details
For this script I have partially decoded the CRS and URS savegame files.
While it is not within the scope of this script, it is possible to use this script to reveal the location of any creature/human near the player. I have already decoded the "id" bytes for other entities different than robbers, like wolves, bears, njerpez, elks etc. But that would be cheating, and it would make exploring meaningless and the game boring.   

If you want to contribute to "decoding" the creature files, you can find the script repository here:
https://github.com/pietralbi/urw-data-scripts

I might make a small modification to make this work also for the "wounded adventurer quest", by locating the assaulting bear, since that quest is just as broken as this one. But at least the "wounded adventurer" gives you a hint on the terrain-neighbouring terrain where the shelter is, which limits a lot the tiles to explore.

December 05, 2020, 02:57:07 PM
1
Old Character Journals [Unfinished] Hi there! These are a few old character journal I made a while back and will likely never finish seeing as the saves are long gone, but figured I'd post it here for posterity. ^^

Spoiler: show

This first one is significantly older than the next and made in a travel diary making application. It's longer than the other but I like the drawings in the second one better.

EDIT: I totally neglected to mention that the drawings here are not mine. The drawings in the second one are, though. Oopsy daisy. I'll write a post about that, too.
EDIT 2: JP_Finn found the credits for the images used in this journal, here they are:

“Northwoods Moose” (alces alces) by Joe Hautman.
“Our friend the Badger” (meles meles) is by David Stribbling.






Spoiler: show
This one is comparatively newer, but I decided to try the BAC mod and I'm fairly certain that a mod of that size would corrupt old saves, so I likely won't be continuing it. I may start another one in this style, though, but I'd put it in a separate thread. This is made in a windows app store program called Inkodo. I use a non-display Wacom art tablet to draw the art digitally, it's not my best work but it's meant to be sketches. I was originally going to use the tablet to write, too, but I found that my handwriting digitally is not very neat compared to my real handwriting, so I used a handwritten font instead.



December 24, 2020, 01:46:27 PM
1
Re: Old Character Journals [Unfinished] Always nice to read journals and “what’s going on” reports/shorts too.

By the way, you might know it already, but reading the first entry: sacrificing fish appeases/pleases/goes to Waterman. Whereas killing an elk is from The Old Man of the forests domain.
E.g. daily sacrifices of elk; won’t help with catching fish. (There’s plenty of elk usually to sacrifice in the coming days after butchering.

Another point with spoiled meat and fish: they’re usable as bait in traps, also some dogs refuse cooked spoiled meat&fish, but will eat spoiled raw meat&fish with gusto.
Handy use of large kill in early game in summer is to take the raw meat to nearby village. They’ll roast/smoke it. While you can barter something for it right now; later you can barter crafts et cetera to get some of the meat back. (Villagers have a secret insta-freezers and preserve foods in their buildings)
Same kill in early spring can be set to dry on outside of shelter, remember to prepare enough withes before setting out for a hunt.

December 24, 2020, 04:43:52 PM
1
Re: Finding my arrows
The lost arrows are inevitable.. so sad, all alone in the woods.

Alone? Ha! Never alone... if you rove at any decent frequency... at times it feels like I’m leaving arrow-seeds in the undergrowth.

December 31, 2020, 10:02:43 AM
1
Re: Finding my arrows
Alone? Ha! Never alone... if you rove at any decent frequency... at times it feels like I’m leaving arrow-seeds in the undergrowth.

We give back iron of knives to the bog from whence ore comes and we give back the wood of arrows back to the forest. It is a respect for the cycle of life to lose arrows.

December 31, 2020, 11:25:38 PM
1
Happy New Year Sometimes I'm a bit off and not too precise about the exact timing, but better late than newer - so ...

Happy New year to all of you!



There's not that much snow this year compared to the past average, but it's winter nevertheless.
And a new year ahead of us.

Take care!

January 02, 2021, 05:30:59 PM
1
get lost ...that's what I'd like to be able to do in this game.

But even if I toggle out the cultural regions, but my characters GPS navigator is way too sophisticated on the mainscreen (see picture).

I tried playing with a piece of post-it note on top of it. It became bothersome after a while, covering inventory screen etc.

So: please hide the location help when cultural regions are toggled off.


January 03, 2021, 06:16:06 PM
1
anything