Jump to content

Oliver Hope

Creator
  • Content Count

    374
  • Joined

  • Last visited

Community Reputation

261 Excellent

About Oliver Hope

  • Rank
    Advanced Member

Recent Profile Visitors

3188 profile views
  1. Oliver Hope

    How to teleport?

    you should use the 'set position object' tile. you can enter global co ordinates manually, or I recommend placing a reference game logic where you want to teleport too and then in your script use the get 'position game logic' tile and select the reference point. you can stick this tile in the position slot of the set position tile. you will also need to put the trigger entity tile into the object slot if you are using a lever.
  2. Oliver Hope

    Turn a number into a string?

    Hi Hanna there isn't an explicit way to convert from numbers to strings as far as I can tell. Normally the game automatically converts it to a string, not sure why this isn't the case here (might be a bug). but you can easily fix it by adding no text to your number using the string bock shown below. To add the rest of your sentence you can do the following. Be aware that this wont work as expected in multiplayer as everyone will share the same death variable so it will display the total number of player deaths and not the individual player deaths.
  3. Oliver Hope

    Animator path questions

    Hi. when you click on the path in the properties window at the bottom there is a button to edit the path. Here you can add nodes move the tangent controllers, change the tangent type, close the path (make a loop) and reverse the direction. Definitely great for rollercoaster creation
  4. Oliver Hope

    Community Corner #4

    The bicycle answer cracked me up😂, they do actually sound rather painful to implement
  5. Oliver Hope

    Create group with code

    Are you referring to the group template? that's more for spawning groups, maybe it could be possible though. It would be cool if we could have access to these logics though, like for spawning welds
  6. Hi @anna_svecova The tools are in the' tools 0.2.0.zip' file ^^^. The error seemed to occur first in the smooth path tools as described and then I was testing in 'tool experiments' to try get a progress screen to display
  7. Oliver Hope

    Can't bring my saved maps into editor

    Im not 100% sure how creative maps work, but I'm assuming they work similarly to exported scenarios (if not then I don't think this is possible). You need to open up any scenario in the editor and then go file-open menu as you said, there are two categories there, scenarios and games, your maps should be under games. If they are not there then Im not sure I can help you
  8. The custom tool properties window can get completely taken up by a description if you write a long description of how to use it, this hides the important variables that needed to be set to use the tool. I think if the text is passed a certain character limit it should have a show more button and a show less button. and/or the description could have a separate scroll bar that only scrolls the description
  9. I think what caused this was mistakenly placing a show progress screen under the on update event. when I ran the script no progress screen was shown, all my previews were spawned but when I pressed escape they didn't get removed. I couldn't select them either. This was fixed by reloading the scenario. however when trying to get a progress screen to show in a test tool. With simple code: On tool start start tool mode show progress screen This wasn't working ( tool mode screen would show if I didn't try show progress screen however) then non of my tools would even start. output_log.txt output_log_clean.txt Tools 0.2.0.zip
  10. Oliver Hope

    BTH Custom Editor Tools

    Broccoli Tree House Custom Tools This is the home page for all Broccoli Tree House Custom Tools, a collection of useful tools to help with building complex creations in the editor (which can be blueprinted into explore). This project started before Custom tools were added to ylands my plan is to recreate the old ones with the new system and then continue to make new tools. Each tool's description explains how to use it, if you need more help feel free to DM me here or on discord (O1iver#5816). An example of some boat hulls by YoHasLego that used the mirror tool to create the other half. Tools Mirror Tool This tool is used to mirror objects over a plane. See this post for why you might need to do this (This is the old version of the tool but the introducing the problem section is still relevant). It is limited to entities, game logics and groups that are symmetric about at least one plane. (It can still give satisfactory results without the last condition) Knows issues: Properties such as indestructible and pickable wont be transferred to the new entities. Tutorial: Download: MIRROR TOOL [BTH] 0.3.1.zip Added: the tool can now detect child groups option to ignore child groups Fixed: UI buttons disappearing if only 2 unique objects were selected with mirror groups enabled: preview group for selecting symmetry plane would spawn on confirm Child groups would be spawned with incorrect position/rotation MIRROR TOOL [BTH] 0.3.0.zip
  11. Just want to bump this up again... would really like this to be fixed^^^
  12. Oliver Hope

    Dev Diary #254 Happy Holidays and the New Year!

    Happy Holidays ylands team, you guys rock. Hope you all have a good break. Loving the christmas jerseys!
  13. Oliver Hope

    Create group with code

    Awesome thanks 😄 Also wanted to say that I know Ive made a lot of bug reports and suggestions but they are a great addition and Im enjoying them. Im not all criticism, bug reports are just my love language, haha.
  14. Oliver Hope

    Create group with code

    I am thinking of this mainly with custom tools in mind but I am sure it would be useful in general. A function that takes an array of objects and creates a group and returns a reference to it. It would be nice if after spawning a bunch of entities for users we could package it all up for them. (Currently ill be using the select entities function in custom tools so that users can more easily make a group)
  15. In reference to variables that are added to the object properties window. It would be nice to be able to group these with a title as well as rearrange them, this would be especially useful for custom tools that will be shared with other users, making it easier to understand which variables are for what.
×