jerrysiebe [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=8191 Experiment: World Map <p>This is an experiment with switching player models. When henry leaves his (poorly furnished) castle, he enters a (sadly barren) world map as a tiny version of himself. In the world map mode henry moves slower (in voxels, faster in scale distance) and cannot jump.</p> <img style="margin-bottom:16px" border=0 src="https://www.lexaloffle.com/bbs/files/8191/WorldMap2.png" width=488 height=377 alt="" /> <p>I achieved this using player modifiers triggered by player distance to a marker (distance &lt; 500, so always while in room).</p> <p>Edit: Found my error and updated the map.</p> https://www.lexaloffle.com/bbs/?tid=1614 https://www.lexaloffle.com/bbs/?tid=1614 Sun, 04 May 2014 01:01:45 UTC Appearing and Disappearing Bridge <p>Follow the path, and the bridge will appear as you go to cross it.</p> <img style="margin-bottom:16px" border=0 src="https://www.lexaloffle.com/bbs/files/8191/AppearingBridge.png" width=488 height=377 alt="" /> <p>This is actually two rooms, one without and one with the bridge, with doors set of to jump between the rooms to make it appear as if the bridge is appearing and disappearing. It shows what I want to do, but I want this without switching rooms.</p> <p>I can make the same effect with triggered props, but it will only work once, or as many iterations as I've placed duplicate props for creating and erasing the bridge. As best I can tell, once a prop is triggered, it cannot be triggered again.</p> <p>I believe what I need is emitters. Unfortunately, I haven't managed to get them to work at all. :'( So, before I go back to banging my head against the wall, is what I want even possible? Can an emitter emit a prop? If so, how? I'm stumped.</p> https://www.lexaloffle.com/bbs/?tid=1609 https://www.lexaloffle.com/bbs/?tid=1609 Sat, 26 Apr 2014 17:37:57 UTC