Jump to content

Igor Q.

Creator
  • Content Count

    712
  • Joined

  • Last visited

Everything posted by Igor Q.

  1. Igor Q.

    Ride my rocket?

    @XXon
  2. Igor Q.

    Ride my rocket?

    Hey Xxon. Can you be more clear with exactly what you want? Do you want a message that Shows to all players? Shows in chat log? Updates in a leaderboard?
  3. Could we make all upperbody animations be usable while sitting? (Maybe skills included?) It would be very fun from a role playing point of view if we could drink a cup of hot tea while sitting 😊 (With maybe an achievement for doing it aswell?)
  4. Hey Rob I'm on board with what you want aswell. The easiest way to implement something like this is to give us the option to craft custom entity templates imo.
  5. Igor Q.

    How to Unlock items for Crafting?

    Ye,but he wants the whole map permanently visible
  6. Igor Q.

    How to Unlock items for Crafting?

    Check this Https://ylands.com/community/topic/24509-command-line-mapping-tool/?tab=comments#comment-73157
  7. Igor Q.

    How to Unlock items for Crafting?

    @SlumnIt It shouldn't block achievements but I think you'll need to be playing on vanilla to unlock achievements. If you want scout a map quickly you could use a time trigger to loop move your character every ~0.5 seconds to a new region to expand the map.
  8. Igor Q.

    How to Unlock items for Crafting?

    @SlumnIt If you ever want to "cheat" your way to find out how to craft something you can open an empty editor file, and go inside the logic of the Spawn Point and insert the following Once you start up the editor file, you can then find the crafting requirements when you hit tab. (You can use this for any item)
  9. Igor Q.

    Camera "Lock On"

    I was looking to create a camera using a "lock on" mechanic similiar to many video games such as Zelda or other rpg style games. However I've run into an issue, it doesn't properly track the players movement. When running I get the camera to be "above" the player, but I can't make it permenantly stay behind the character relative to aim. (Please disregard the offset on NPC by -200 units) Here I set Z Off-Set to -2 to be behind the character, but when I try running "sideways", the camera gets shifted out of focus. How can I fix this?
  10. Igor Q.

    Armor attributes for clothing

    Although its not convenient, you can make clothing have resistance stats. Simply use an event listener when the player equips a piece of armor or etc. Edit: You can also "ADD" and "REMOVE" resistance based off the players current resistance, so if they have 50, you can set it to 50+30
  11. Igor Q.

    Life in the Empty Ocean

    I like the idea of dangerous predators. Would be interesting to see krakens and etc lurking there
  12. Igor Q.

    Camera "Lock On"

    Perfect. I never knew about the event listener "On Fixed Update". I tried using a loop using time triggers and the screen kept flickering. But really this begs a question, 1) Should "On Fixed Update" even be an event listener? It almost functions like a Time Trigger. 2) Should Camera offset when looking at a target have the offset relative to the view?
  13. Hello I'd like to request being able to link entity templates to allow a crafting recipe; integrating custom items into the game without the need of special HUD's to craft/create. This would be helpful for both custom games and integrating mods into vanilla gameplay. Thanks for your time!
  14. Igor Q.

    Update 1.9: OCEAN ODYSSEYS

    Gotta be honest it's really hard to balance it properly. Shark repellant seems like something that's made specifically for shark-infested waters. Maybe shark generation should be in 1's and occasionally in large groups?
  15. @XXon Taking a look right now, will give you an full answer soon. Nvm, seems like you got an alternative solution based off your other thread. I was able to get 3 enemies to attack me somewhat simultanously. I have reason to believe it's caused by dynamic pathing. (The AI system) that interfers with the attacking. There is most likely a script that prevents too many entities from attacking the player. Maybe it causes bugs, or maybe the developers though it was unfair. However, the good news is you *could* always make your own custom units. (With alot of effort and time) and stack as many as you'd want. If you are interested in that pm me.
  16. Hey Xxon I checked in the Ylands Games section, you haven't uploaded any game called RAIN STORM, or any composition either. Are you refering to the Sand Storm thread you started? Please uploaded your file onto the forums or to the game so that we may take a look. Providing us pictures of your game gives us too little information to help you properly. If you want to know where to find your ylands files it's through here.
  17. Igor Q.

    Update 1.9: OCEAN ODYSSEYS

    oh boy oh boy oh boy oh boy oh boy I hope each future update aims to refine the water aspect of Ylands to become more polished.
  18. Igor Q.

    Fishing Prototype

    Project 90% completed! Please try the map-file and give your feedback! It'll help me optimize this for exploration mode! - All Fish Shoals are now fishable entitites! (Each fish will have it's own unique pull pattern and stamina difficulty from 0 to 7) - You can now upgrade your fishing rod using the fishing station! (From Basic to Zirconium) - Fisherman Hank has been added to give you some much needed fish advice - Script has been cleaned up, and now has some documentation to help new players understand what's going on in the script. To do list: - Start doing extensive bug-testing. (There aren't many bugs, but they need to be fixed!) - Create benefits for eating cooked fish food. - Start thorough playtesting with exploration mode to ensure satisfying gameplay - Add Harpoon Guns that can be used to hunt sharks (this is more long term) FISH SKILL TESTV0.29.rar
  19. Igor Q.

    Fishing Prototype

    FISH SKILL TESTV0.05.rar
  20. @Nikki Severin I might have seen other cases of items with color problems. Or in some cases, having certain color ID's (particularly #2 #3) being locked from changing. Should I report them on this thread?
  21. Yes, that is another way of sharing the script. The idea of spawning mobs is interesting, but I feel there should be more to it than just Spawn X monster every Y seconds.
  22. @XXon Hey Xxon, if you go to your steam folder and search for .ylands in the top right of your window, you can find all recent files you made on ylands. It's easier if you take those files, compress them using WinRAR and share them on the forums. It's difficult and unlikely someone will try your script if you share it using a picture instead of a game file.
  23. Igor Q.

    Fishing Prototype

    New Updates! - Reworked entire script to be multiplayer compatible. (Some testing needs to be done regarding certain single-player functions like "Get camera rotation". ) - Migrated all variables to player storage and etc. - Two fish varieties are now available to catch. Blue Tang & Clown Fish. (more will be brought once code is cleaned up) - A book ledger will now provide you a list of your personal best fish catches - Each fish will have different pull power AND pull patterns - Small FX added when you beat your personal best Short Term Plans: - Clean up script code to be more accessible and document it properly. - Add more possible fish to catch - Add a fish particle while "catching" the fish to look prettier. - Regulate Fish Weight based on a bell curve rather than a pure rng. Long Term Plans: - Add crafting Recipes for different rods - Add crafting recipes to make fly-fishing hook/bait - Find way to make fishing more compatible based on exploration world (might need dev help for that) - Add "string" connecting Fish to Rod (trust me, this is harder than it sounds) - Re-check all animations, see if there are better animation models available. FISH SKILL TESTV0.21(1).rar
  24. Igor Q.

    Cute Robot w/ Missles

    Completely forgot about this project, I have uploaded the source code so you guys can learn from it or use it. Enjoy ROBOT MINI ENEMY(1).rar
×