CleverRaven / Cataclysm-DDA

Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world.
http://cataclysmdda.org
Other
10.34k stars 4.15k forks source link

The addition of nuts and bolts limited the development in Innawood mod. #67570

Closed miheevv closed 11 months ago

miheevv commented 1 year ago

Is your feature request related to a problem? Please describe.

The addition of nuts and bolts limited the development in Innawood mod. For example, it is impossible to install a control system on a vehicle or create a large windmill. From a practical point of view, this should not be a block, because with electricity and a milling machine, they could easily be made on their own (this is not some kind of rocket science).

Solution you would like.

I suggest either introducing the crafting of nuts and bolts into the game and / or adding additional recipes for crafting things with the ability to replace them with welding (with an increase in production time in the form of a penalty).

Describe alternatives you have considered.

The introduction of additional recipes without bolts and nuts, replacing them with welding and increasing the production time in the form of a penalty, could solve the problem. If you have no desire to make a milling machine and no desire to make it, but there is welding, is it not a problem to use it?

Additional context

No response

kevingranade commented 1 year ago

To be clear, you're asking for nut and bolt crafting and/or welding as an alternative in innawoods, right? (Does innawoods have a lathe? It really shouldn't...) The crafting logic in innawoods is substantially different from the main game, so divergences like this are expected.

cz5-rgb commented 1 year ago

We could add rivets as a substitute for nuts and bolts, which could be craftable. Needing a screw lathe would be a bit much.

cz5-rgb commented 1 year ago

So due to limitations with vehicle recipes, rivets can't easily be added to the base game. I renamed "nuts and bolts" to "rivets" in the mod and added a crafting recipe for them in my game. Not sure if that is an appropriate change, but I'm having fun.

evankimori commented 1 year ago

Was this change implemented as a confirmation with Innawoods? Because I'm still seeing no way to craft N&B or Rivets even after learning all recipes in the Debug panel and some recipes requiring it.

I know Innawood design is set to limit/discourage certain items due to immersion and technological limitations and some items have been given an OR condition for replacements (Nails etc) but some recipes have not had this change done.

Reason I'm asking is because certain Power Generating structures are impossible in Experimental (dbd8b2b) with lack of N&B such as (Large) Water Wheel & (Large) Wind Turbine, Workbench etc which limits the player to pedal/wind power only.

Is this something that is set by design, limitation, immersion requirements or is the addition and changes on a TODO for the mod?

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Please do not bump or comment on this issue unless you are actively working on it. Stale issues, and stale issues that are closed are still considered.

lopho commented 11 months ago

Using a manual thread cutting tool should be enough to produce N&B with a forge. So instead of a full blown lathe using a forge & thread cutter & a vice (which I just assume isn't required since most things forge related that would require a vice don't).

I'll look into adding this tool + recipes for the tool and N&B using it. thread_cutter ^ image is of a pipe thread cutter not really representative

yt video showing manual thread cutting using a die inserted into a manual screwing grip https://www.youtube.com/watch?v=DcXDc3cf7jc this one shows the process of internal threading using a die and a drill https://www.youtube.com/watch?v=-IWB3GmWSHo

lopho commented 11 months ago

how does this sound?

nut and bolt

anvil 3
hammering 3
metal sawing 2
drilling 2
forge
metal fileset
flatjaw tongs
hotcut
thread cutting set
swage and die
---
3 scrap metal / 1 chunk of steel
---
makes 4
75% > 2
1 hour
---
pr. of blacksmithing (1.50, 0.5)
pr. of metalsmithing (2.00x, 0.25)

========

thread cutting set

anvil 3
hammering 3
chiseling 3
forge
metal fileset
flajaw tongs
hotcut
sand casting mold
---
2 chunk of steel
---
makes 1
5 hours
---
pr. of blacksmithing (1.50x, 0.5)
pr. of metalsmithing (2.00x, 0.25)
manual tooling (2.00x, 0.15)
evankimori commented 11 months ago

Sounds good so far to me. Would've liked to hear from other users as well.