Tree Door!

  • Thread starter Thread starter PapaJoe
  • Start date Start date
P

PapaJoe

Guest
Hi...
I dont know how to make and if its is possible, but because of this i am asking here. Normaly a lever is to open a gate, bute I want to open with a lever a line or a part of trees in a wood. You go to this lever and klick on it to demolish the line of trees. At the othere side there is a next lever to "close" it! I hope everyone is understunding my english because i have had
a very bad mark in lesson english in school...!
 
Yes, you can destroy trees and regrow them. Saw the trick done in FMVH, the Vampire base had a line of trees in the entrance, and whenever a Vampire got near, they'd "die" and then when they got far enough away, the trees regrew.
 
Make a region over where you want the "door" to be. Make a trigger that fires when you hit the lever that kills all the trees in the region. Make another trigger that revives them all. You might need to use a boolean variable to keep track of whether it's open or closed. Something like this:

Code:
Tree Gate
    Events
        Destructible - (your lever) dies
    Conditions
    Actions
        If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            If - Conditions
                treesdead Equal to False
            Then - Actions
                Destructible - Pick every destructible in (your region) and do (Destructible - Kill (Picked destructible))
                Set treesdead = True
            Else - Actions
                Destructible - Pick every destructible in (your region) and do (Destructible - Resurrect (Picked destructible) with (Max life of (Picked destructible)) life and Show birth animation)
                Set treesdead = False

Treesdead is a boolean variable with an initial value of False.
 
good,

I have some suggestions here a "lever" and "dying trees" are not fitting eachother as concept.

Try to find another neutral thing to open this tree gate you can create a custom unit with neutral model or may be a stone like eye of serges model. And open the gate when its killed wait some seconds then resurrect the trees and re create this unit again instead of open and close.

Growing the trees after some seconds will give a better neutral effect, concept in your map instead of re creating them by the action of player
 
Very much Thx to you all! I will make all concepts and trie! THe best one i will use! But thx to all! I think i never had complete it by my own!
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • The Helper The Helper:
    Wow - the change in the stats are major. I kind of knew it was all bots but wow, to see the effect. Why the social media sites cant do something like this I have no idea.
  • Ghan Ghan:
    Probably inflates their numbers so they look better to advertisers.
  • The Helper The Helper:
    Yeah google does not filter those bots. I remember when Apex was doing Google ads I saw the same IPs in there as I was seeing here - google is totally tracking all those bots as traffic and most google traffic, at least ours, was all bots
  • The Helper The Helper:
    oh wow, i bet i can post x links now and do the webp pics now giggity
  • The Helper The Helper:
    ahh anubis blocks anyone that has javascript turned off
  • The Helper The Helper:
    Robot: HTTP client library - i love the new robot :)
  • The Helper The Helper:
    New Science News Forum and it starts out with 420 threads :)
  • The Helper The Helper:
    Technical Support forum name changed To Technology News, there is now a Tech, sci/tech and science forums now :)
  • The Helper The Helper:
    Happy Saturday! Hope everyone has a fantastic weekend!
  • Ghan Ghan:
    We are now on Ubuntu 24.04. Had some issues with the style after the OS/PHP upgrade but now resolved.
    +1
  • Ghan Ghan:
    PHP 8.3 now live
    +1
  • The Helper The Helper:
    Weekend went by too fast. Next weekend I am going to try to do a nature thing - buddy of mine lives by the Colorado river and has some kayaks and invited me to do some kayaking from a place he knows to get on the river.
  • Ghan Ghan:
    That sounds like an adventure.
  • The Helper The Helper:
    400 users all online all looking at latest content
  • The Helper The Helper:
    I wonder how all these bots that sit on the lastest content page get passed anubis or maybe they did not but they are just registering on whos online
  • The Helper The Helper:
    showing up on whos online not registration
  • Ghan Ghan:
    The first gate is stopping all the bots that don't execute javascript.
  • Ghan Ghan:
    That's the main thing with Anubis - no Javascript, no site. Typically you can still get the site to load without Javascript.
  • The Helper The Helper:
    I remember the whole javascript thing, question - how many real people disable that?
  • The Helper The Helper:
    Hell I guess I could go back on the stats to know that - we probably capture that and we know the before and after
  • Ghan Ghan:
    Real users can't really disable Javascript anymore these days.
  • Ghan Ghan:
    The internet is broken without it.
  • Ghan Ghan:
    Bot readable, not human usable.
  • The Helper The Helper:
    got it
  • The Helper The Helper:
    Happy Thursday!

The Helper Discord

Members online

No members online now.

Affiliates

Hive Workshop NUON Dome World Editor Tutorials
Back
Top