Torches (Dim)

Talk about creating Grimrock 1 levels and mods here. Warning: forum contains spoilers!
User avatar
Neikun
Posts: 2457
Joined: Thu Sep 13, 2012 1:06 pm
Location: New Brunswick, Canada
Contact:

Re: Torches (Dim)

Post by Neikun »

What if we altered the particles called by the torch?
I'm tired after coming home from work, so I might be talking out of my ass.
"I'm okay with being referred to as a goddess."
Community Model Request Thread
See what I'm working on right now: Neikun's Workshop
Lead Coordinator for Legends of the Northern Realms Project
  • Message me to join in!
Balthasar
Posts: 32
Joined: Sun Dec 09, 2012 1:53 am

Re: Torches (Dim)

Post by Balthasar »

Here's a quick method for making a dim torch that lasts as long as a regular one.

Put this in your items.lua

Code: Select all

cloneObject{
name = "torch_dim",
baseObject = "torch",
fuel = 10000,
uiName = "Dim Torch"
}
You'll have to use another script to manually set the fuel lower after you place it in the dungeon.

Code: Select all

torch_dim_1:setFuel(1100)
Post Reply