Jump to content

Oliver Hope

Creator
  • Content Count

    374
  • Joined

  • Last visited

Everything posted by Oliver Hope

  1. When getting the position or rotation of a custom camera object it does not return the current pos/rot of the camera but returns the pos/rotation of how it was placed in the editor. Maybe this isn't a bug and rather has just not been implemented, if so maybe this can be moved to the suggestions sub.
  2. Oliver Hope

    Tile to return if player is grounded

    Grounded being the player is touching the ground.
  3. It would be useful to have a tile that returns whether the player is grounded or not. Similar to the tile available in the Controller game logic for possed entities. I assume the character already has this variable but it is currently private, or maybe its not that simple.
  4. Oliver Hope

    UNDER REVIEW Cant open map

    I am said friend, and the map behaved exactly the same for me... not too surprised but it was worth a shot.
  5. Oliver Hope

    Custom trees that grow

    I made some custom blocks trees with multiple growing stages.
  6. Oliver Hope

    Animated sewers

    I used the new animation system to add some random floating junk in my sewers.
  7. Oliver Hope

    Dev Diary #108

    Welcome TG! If I may ask, what subject/s did you teach? Here’s a meme
  8. Oliver Hope

    Ray casting

    I believe I have hinted at this a long time ago but not made an official suggestion. Ray casting is a very valuable tool for game development for the programmer to sample the world at runtime. One way of adding this could be through trigger zones. if trigger zones could have the option to detect any asset and terrain then they could be used for raytracing, however, this might be a rather rescourse intensive method so it may be better to make a separate raycast feature.
  9. Oliver Hope

    Dev Diary #102

    beautiful? I was wondering the same thing as @Indomitus, how much control over the lighting we will have?
  10. Oliver Hope

    Check, add, remove objects from player inventory.

    @Igor Q. I am admittedly ashamed ? ,seeing as I hadnt touched ylands editor for a good few months I didnt trust my self to be too specific.
  11. Oliver Hope

    Check, add, remove objects from player inventory.

    If you want to try work it out by yourself here is the basic idea, you need to do a for each loop with the array of items in the player's inventory, inside the for each loop you need to use an if statement to see if the item is equal to the type you are looking for, then you can check if there is enough of that item and from there you spawn the new item in the players inventory. does this make any sense whats so ever?
  12. Oliver Hope

    Dev Diary #99

    anyone else thinking cameras like from rainbow six siege?
  13. Oliver Hope

    Dev Diary #97

    im a bit a late in reacting as i havnt been on the forums for a while but im loving that door with a porthole. those tracksuit pants are great too, as thats pretty much all i were?
  14. Oliver Hope

    Question about smoothing rotation

    yeah you might have to mess around with the settings , if i recall correctly there is a way to get it to start from where the object is
  15. Oliver Hope

    Question about smoothing rotation

    i Have touched ylands for a while so im not exactly sure how you would implement this. have two rotation animators, one with smoothing on one with it off, both set to 360 degrees use the one with smoothing first then when the object is at 180 degrees switch to the second one. Pretty sure this would be possible
  16. Oliver Hope

    Interview Ynterview #2 - Eris

    ??? This is too funny XD
  17. Oliver Hope

    Interview Ynterview #2 - Eris

    ahhh should have known, dont think my hummus would be very nice shipped all the way from South Africa?
  18. Oliver Hope

    Interview Ynterview #2 - Eris

    do you except homemade humus advice for payment??
  19. Oliver Hope

    Interview Ynterview #2 - Eris

    Woooo a fellow vegan!!! ?
  20. Oliver Hope

    Interview Ynterview #1 - Clair

    Im also scorpio! ?
  21. Oliver Hope

    Dev Diary #90

    hmm thats a possibility, maybe notes on what didnt go well? ?
  22. Oliver Hope

    Dev Diary #90

    Welcome Adam!! great to have you on board! Iv also got a terrible sense of clothing so we starting off strong?
  23. Oliver Hope

    Dev Diary #89

    HYYYYPPPEEEEEEEEEEEEEEEEEEEEEEEEEEEEE!!!!!!!!
  24. Oliver Hope

    Dev Diary #87

    Looking forward to this! Can we get a sneak peek of the image library?
  25. In this script the if statment always runs the else section even when 'variable' is false. I made the local variable so i could print out the loaded ammo to confirm that it was 0. Logs: output_log.txt output_log_clean.txt DM me for scenario.
×