Modding For Dummies
Re: Modding For Dummies
You can fix your daemon_head problem by adding a second connector to the counter that opens there door.
You''ll want to set it to Event: Deactivate, increment the counter.
This way, when you place a gem, it adds -1 to the counter. when you take one out, it adds +1.
As for your secret, it must be triggered.
So if you want the secret to be triggered upon walking over it, place a hidden pressure plate on that square and connect it to the secret.
You''ll want to set it to Event: Deactivate, increment the counter.
This way, when you place a gem, it adds -1 to the counter. when you take one out, it adds +1.
As for your secret, it must be triggered.
So if you want the secret to be triggered upon walking over it, place a hidden pressure plate on that square and connect it to the secret.
"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
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!
Re: Modding For Dummies
The secret areas don't activate by themselves.. you'll need to add a (hidden) pressure plate with a connector to the Secret.Jaymann wrote:Also, why don't my secret areas play the tone when you enter?
EDIT - Ninja'd again!
Puzzle Frameworks - http://www.grimrock.net/forum/viewtopic.php?f=14&t=4564
Magic Pack - https://www.nexusmods.com/grimrock/mods/70
Area of Effect Spell System - http://www.grimrock.net/forum/viewtopic ... 150#p44382
Magic Pack - https://www.nexusmods.com/grimrock/mods/70
Area of Effect Spell System - http://www.grimrock.net/forum/viewtopic ... 150#p44382
Re: Modding For Dummies
I'm always watching
'less I'm at work lol.
'less I'm at work lol.
"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
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!
Re: Modding For Dummies
I started this thread to encourage people that are new to modding or scripting, like me, to post even the basic of editor questions but also to try to keep them all together like the Alcove or GMT threads.
So to all don't hesitate to post any questions you have here. This community is great!!!
So to all don't hesitate to post any questions you have here. This community is great!!!
The FORCE is with me!!!
Re: Modding For Dummies
So what is the best way to go about arranging files so I don't have to copy files every time i start a new project?
The FORCE is with me!!!
Re: Modding For Dummies
I would create a dungeon, and put all custom assets you like in it. You could call it something simple like "Reference Dungeon"
This will provide you with two great features.
1. You will be able to sandbox custom assets (Preview them inside the editor)
2. You will be able to more easily keep track of custom assets if you have all of them in one reference dungeon as opposed to some custom assets in one dungeon, and some other ones in another.
After setting up your reference dungeon, you can preview custom assets you have downloaded, and decide whether or not they are right for your current dungeon. If they are, just copy and paste all relevant files into your current dungeon.
This will provide you with two great features.
1. You will be able to sandbox custom assets (Preview them inside the editor)
2. You will be able to more easily keep track of custom assets if you have all of them in one reference dungeon as opposed to some custom assets in one dungeon, and some other ones in another.
After setting up your reference dungeon, you can preview custom assets you have downloaded, and decide whether or not they are right for your current dungeon. If they are, just copy and paste all relevant files into your current dungeon.
"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
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!
Re: Modding For Dummies
Is it good practice to set a second connector to deactivate a timer if not needed after first event?
The FORCE is with me!!!
Re: Modding For Dummies
It's a good idea just to be sure nothing is running when it doesn't need to be, so yes.
"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
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!
Re: Modding For Dummies
I think it should be an ingrained habit! Only don't do it if you know particularly that you need the timer to continue to repeat
Finished Dungeons - complete mods to play
- SpiderFighter
- Posts: 789
- Joined: Thu Apr 12, 2012 4:15 pm
Re: Modding For Dummies
As the gentlemen above me stated, yes, yes, and yes! Leaving timers all over your maps that continue to tick (even if the function is no longer activated, they're still trying to activate it) eats up CPU cycles. While this may be overkill, I try to shut down excessive telporters and light sources as well (even though I believe those only eat up video RAM).