Jump to content

NaruTheHuman

YLANDS TEAM
  • Content Count

    43
  • Joined

  • Last visited

Community Reputation

94 Excellent

5 Followers

About NaruTheHuman

  • Rank
    Advanced Member

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. NaruTheHuman

    Naru's Corner #10 - Controlling a plane with custom inputs

    Oh that's awesome, @ocnoglittle!! Really appreciate this!:3 And I don't think you missed anything, it looks really good x]
  2. Hello there, guys!:) This time, we take a look at a new editor feature for singleplayer games, and that is controlling your custom vehicles with reading players vertical and horizontal input. If you have any questions about this, don't hesitate to ask me below. ^^ See you next time!
  3. NaruTheHuman

    {Experimental Branch} Terrain Volume Tool

    Hello there Sadly, terrain tools are not accessible from visual scripting, and there is currently no way to modify the terrain from script at all.. :c
  4. Hello everyone! This week, we take a look at randomizing your lock combinations and puzzles. ^^ Hope it helps bring something more to your games x) I have attached the scenario, if you'd like to take a look. That will be all, see you next time! ^^ NARUS CORNER - RANDOM PUZZLE.zip
  5. Hello there!! ^^ This week we take a little look at game sets, and how to use them to connect your games together. As always, if you have any questions, don't hesitate to leave a comment, and I will try my best to help ^^ See you next time, Ylanders!
  6. NaruTheHuman

    Naru's Corner #7 - Optimization tips & tricks

    @Azaren I think that the animation is still being calculated, since there is an option that it would be like a train that goes from one island to another, and you don't want it to stop going just because its not being displayed, at the moment. I'm not 100% sure, but I would say that it will still have an effect on the performance, even though much smaller, since it's not being shown.
  7. NaruTheHuman

    Naru's Corner #7 - Optimization tips & tricks

    @Mello1223 Ah yeah, that's unfortunate Wait so if you use get rotation in the group, it returns a different rotation than it should? I'm afraid that for now, there won't be a better way to solve this. but try to use transform rotation with 0,0,0 offset instead of get rotation. It's just a guess, but it could return the correct rotation that you need.
  8. NaruTheHuman

    Naru's Corner #7 - Optimization tips & tricks

    @ocnoglittle Hellooo ^^ 1. At this moment, they are both just about the same. There might be situations where one is slightly faster, but since there is a very little difference, I would just go with the one that's more suited for your game ^^ 2. The only reason not to weld something, is when you want to interact with it somehow, or you want for single blocks to be breakable. ^^ As far as the trees go... mm. I don't think it will make much of a difference...
  9. NaruTheHuman

    Naru's Corner #7 - Optimization tips & tricks

    @Mello1223 Hi ^^ As far as I know, we don't really have a way of returning local position in a group. :c I would suggest using some other blocks position and just subtracting them or something like that ^^ Feel free to drop some exact use case where you'd need it, and maybe we can come up with some solution. ^^
  10. NaruTheHuman

    Naru's Corner #6 - Scoreboard

    @ocnoglittle Hello:) All the storages that we have to work with, are stored straight on the player's account. That means, that each player has his own global storages, game storages, etc. In a multiplayer game, you can get information from all the online players, but always only from those who are there, since these are the only ones you see. This means, that we don't really have a way to have a leaderboard that would show top players from everyone...
  11. NaruTheHuman

    Naru's Corner #7 - Optimization tips & tricks

    @jchob Hello there!:) first Q: Not at all, recursive function with 1s delay would be basically the same as the time trigger that goes through the colors, since it would just fulfill the exact same operations as the time trigger does. ^^ Lerp is quite simple, really. You pass two colors, and then a number between 0 and 1, 0 being the first color, and the second color being 1. Your problem might be passing in numbers greater than 1, that is why it goes straight to the...
  12. NaruTheHuman

    Naru's Corner #7 - Optimization tips & tricks

    Hi in this case, flags are not counted as mentioned animated objects they are not demanding on memory at all afaik, so that shouldn't be a problem!^^
  13. Hello there, everyone! This week, we will go over some basic optimization tips, and look at some common problems that the games generally encounter. ^^ If you have any additional questions, feel free to ask me right here! This will be all for today, see you next time ^^
  14. NaruTheHuman

    Naru's Corner #6 - Scoreboard

    Hey everyone! Another two weeks have passed, and a new episode of Naru's Corner is here! This week, we are going to create a simple scoreboard that you can place in your game. It is a nice way to add something extra to your world. ^^ Hope you guys are staying safe during this covid situation, and see you again in two weeks!
  15. NaruTheHuman

    Naru's Corner #5 - Using Skills

    Hey guys! I'm sorry for uploading this video a week late, but I have a lot on my plate right now, so there was no time to sit down and come up with something.^^ This week we take a quick look at using skills, which are really easy to use, but I thought they should be included anyway (plus it was the only theme I really had some time for now :D) Hope you enjoy it, and see you in two weeks hopefully back with a better video this time.
×