Jump to content

Igor Q.

Creator
  • Content Count

    712
  • Joined

  • Last visited

Everything posted by Igor Q.

  1. Igor Q.

    Zone Trigger Collision

    To follow up, to be able to modify zone trigger values in the editor?
  2. Igor Q.

    Weekly sneaky WiP #3

    Something looks...evil about it
  3. Igor Q.

    City Lights

    Tip: You can place crystals, torches and spotlights *inside* blocks to provide a light source. Alpha colors glow, but dont provide light to the nearby area
  4. Igor Q.

    Holidays are over (nooo!)

    Ooo, I eat a Russian variant of that same thing. Sadly I spent my entire time with in-laws this holiday and had no fun
  5. Igor Q.

    Group adding labels

    Hi Is it possible, or will it get implemented in the near future to select a group of entities and add them to a label within the editor?
  6. Igor Q.

    Group adding labels

    U da best
  7. Igor Q.

    Detect chat

    Omg thank you so much, I've wanted this for a while.
  8. Igor Q.

    Igor's Script Composition Thread

    For any new players who want to learn how to use my assets 1) Click the links provided 2) Click the yellow text that says +Subscribe 3) Use the Yellow Icon in-game (Compositions) to add assets OR 1) Inside the editor in Ylands, go to the Yellow Icon in-game, select "downloaded", then select "Get Compositions" 2) Search for "Script"
  9. Igor Q.

    Dev Diary #59

    Hey, I don't know if this has been mentioned, but can we make spotlights customized? We are limited to 4 spotlights, but it should be really easy to instead give us 1 spotlight that can have customized light values using an RGB code. It would be tremendously helpful. Additionally, if we can have a "light source option" where the alpha values of a color provide actual light in the darkness and not only "glow" would be a great asset too.
  10. Igor Q.

    Visual scripting: Alpha compare and sort

    Would be helpful if implemented, but if you need it *now* you could assign each name as an array with each index for each character having a numeric value, A being 1, D being 4 and so on. Then sorting each array based on the value at each index point.
  11. Igor Q.

    String color

    Could we get an example using all of these string features? Also, will this work with everything, including the warning message players get?
  12. Imo they should allow us to keep all face variations, old and new. It won't kill them to store 1mb more of data in a game.
  13. Igor Q.

    Hytale - Ylands biggest competitor?

    The graphics/gameplay/etc are amazing however its still part of the "Minecraft" genre which is already saturated with things like Cube world. Ylands has more dynamic building, beauty and overall a bit more realism which is really important since (not trying to sound sexist) it generally appeals to the female audience of video games (ex: Sims) Ylands is still in a favourable spot with a very unique core identity. If it can keep its core while still improving I'm sure it's players won't leave. Tl:dr This is just another Minecraft game.
  14. Igor Q.

    Dev Diary #57

    Would it be possible to make ocean waves during thunderstorms lethal? For both ships and people? In game right now they are harmless but it would make sense if you could drown in them...
  15. Aw J'ai pas eu la chance d'aller la.
  16. Christalle, es tu au Quebec/Montreal?
  17. Hi, I would like to suggest implementing 2D/3D arrays to the editor. A useful feature for it is that it can store multiple entities and all properties associated with them. Ex: Store each players health, class, items, resources, score, gold, etc
  18. Igor Q.

    How to use Bows & Guns?

    Right Click *HOLD* to "AIM". While you are aiming, use left button to shoot. Note: You need ammo to fire weapons.
  19. Igor Q.

    Get Scale

    Once the editor allows us to set scale options for objects, this would be a great asset.
  20. Igor Q.

    Weekly sneaky WiP #2

    Gah! Alas I have been fooled!
  21. Igor Q.

    Weekly sneaky WiP #2

    Alas, this ones too easy. Just new blocks to support the library of current blocks available. I'd like to mention as this is an opportune moment, that steel blocks have a different position/rotation placement compared to all other blocks. Hopefully this gets hotfixed at some point...
  22. I would like to add On weapon fire (include set/get aim) On jump (or on land) On drink potion On attack (melee and etc) On enter water/swim On control of ship wheel On player laydown/sleep/sit
  23. Igor Q.

    What languages do you speak?

    English, Spanish, French and eventually Chinese because of my wife
  24. Hi When using the editor search bar, searching for "Set ARRAY" yields no results.
  25. Igor Q.

    How do use local variables

    Local variables run within the specific script at that specific moment. IIRC, if you have a time trigger, triggering multiple times, each local variable will be "unique" If you want a more permenant solution, create a local variable inside a global storage. This will allow you to access it from other scripts.
×