UnReal World > Modding

Torch with no light?

(1/2) > >>

Acolyte:
Can you make a recipe using a torch as the base item that produces no light?

I ask because a very ancient way of fire lighting was to have a smoldering ember of something and carry that with you. The torches functionality with lighting a fire would be the in game equivalent, but such things wouldn't produce any light, especially when tucked away in a pack.

   - Shane

Signatus:
Are you asking if an item based on a torch is "lightable"? I tested the following code and both seemed lightable by [a]pplying them:


--- Code: ---.Test torch. "Torch" [effort:0] [phys:hands] *COMMON* /1/ [noquality]

.Test item. "Torch" [effort:0] [phys:hands] *COMMON* /1/ [noquality]
--- End code ---

I'm guessing we could perhaps check on the CONSTANT.OBJ file which value it is assigning to the torches and see if it can be extended to other items. To apply them you'll need fire, though

Acolyte:
Test items based on the torch are lightable, but what I'm looking for is something that's lightable which doesn't produce light. A small glowing ember would not allow me to see inside a cave, for ex, but it would let me light a fire pretty easily and would weigh a lot less than a torch.

Basically looking for a way to carry fire without illumination. No real biggy if it's impossible. I thought just because I can't figure it out doesn't mean a better modder hasn't.  ;)

   - Shane

Privateer:

--- Quote from: Acolyte on January 24, 2019, 03:52:01 AM ---Can you make a recipe using a torch as the base item that produces no light?

I ask because a very ancient way of fire lighting was to have a smoldering ember of something and carry that with you. The torches functionality with lighting a fire would be the in game equivalent, but such things wouldn't produce any light, especially when tucked away in a pack.

   - Shane

--- End quote ---

Like in "Quest for fire"? No, the game assumes you have flint or something with you all the time.

Brygun:
+1 with Privateer's response.

In this topic the word "lightable" is itself a bit confusing as it can mean
= Generating light by which the character can see (as in light in the dark)
= Starting a fire (as in light a fire)


If it were possible a fire starter would count as a big bonus to starting a fire. The bonus does exist in the code. In doing agriculture patches of fires for ash you will see the "the nearby fire helps a lot" (or similar) come up.

I believe the original intention was that the fire starter would also allow you to light a newly made torch without having to fully start a fire. (I think that was an idea)

Fire carriers did exist in the real world but my understanding is that they were rather bulky. You need enough fuel to smolder for hours. Then you needed a container to insulate the smoldering material so it didnt burn other things.

To my knowledge the practical use of a fire carriers is rare for solo people but might be more practical for groups. Imagine a village on the go might have 1+ fire carriers along with their tents, pots, food stores and so forth.

Navigation

[0] Message Index

[#] Next page

Go to full version