Jump to content

Igor Q.

Creator
  • Content Count

    712
  • Joined

  • Last visited

Everything posted by Igor Q.

  1. Igor Q.

    Weekly sneaky WiP #4

    Maybe a harpoon?
  2. I've had a similar issue where when using the Equip entity - spawn entity template function, if I had a specific active item it would sometimes not equip... such as a book I want the player to hold. It would be really inconsistent and sometimes would work and something wouldn't.
  3. I think it would be really neat if we could have blueprints items in custom games with preset compositions allowed and give those to players. Imagine being able to play a strategy game where you can build structures using some form of currency and it auto builds the structure for you
  4. Igor Q.

    seeking a quick opinion or two

    I would suggest going on variations using the RGB system. Black, Grey, White, Red, Green, Blue would give you values from 0 to 255. Then I would start doing combinations like 255,255,0 which gives Yellow so on and so forth. This might also be worth something considering https://en.m.wikipedia.org/wiki/List_of_software_palettes
  5. Hi (not sure if this is the best place to post because I couldn't find it anywhere else) I originally set my Ylands in game name to "GoF----Yourself" but since it was inappropriate I changed it to "GoFunYourself" later on. However when I made my forum account I set the name to Igor Q (and started posting alot). However at this point it's confusing because people now know me by 2 different names. Could I get another chance to change my Ylands in-game name to Igor Q. ? Thanks
  6. Igor Q.

    seeking a quick opinion or two

    No. 2nd and 3rd row are too similar. I would go with Black, White Light + Red/Orange/Yellow/Green/Cyan/Blue/Pink Dark + Red/Orange/Yellow/Green/Cyan/Blue/Pink
  7. Igor Q.

    Igor's Script Composition Thread

    Added 2 new scripts.
  8. Hi Could we implement a feature to have Folders for maps? Currently I save multiple version of different maps I'm working on and I'm flooded with +40 versions of each map.
  9. From everything the devs have teased us on the Ylands Editor, I feel more excited about this upcoming patch than even the initial launch!
  10. Igor Q.

    Would like name change in Ylands in-game.

    Which support do I contact? i tried the bohemian website but couldnt find the info
  11. I never reported it. I just got used to the game editor crashing frequently.
  12. Igor Q.

    Player score sorting logic

    This was immensely helpful. I'm glad I didn't destroy my brain trying to figure out how to code this!
  13. Igor Q.

    Zone Trigger Collision

    Would it be possible to allow zone collision that can be enabled or disabled? It would be useful for creating invisible blocks, boundaries, etc. (Only along the surface however)
  14. What if there was a last set values check? Like, the last number, color, string etc gets saved on temp. memory and when you try to fill in the next slot it gives you a click option to autofill with last set settings?
  15. Imo seems like a bit unnecessary optimization vs. other problems...
  16. Igor Q.

    Zone Trigger Collision

    (This is the equation using an offset formula, using a Radius of 1) Set Radius Variable = 1 Set Z = Random num 0 to 1 Set Y = Random num 0 to square root (1-Z^2) Set X = Random num 0 to square root [1 - Z^2 - Y^2 ] Random Point (x,y,z) with Radius 1 Note: To make this equation always give a point along the surface and not just inside set the last equation Set X = square root [1 - Z^2 - Y^2 ] without using *Random Num*
  17. Igor Q.

    Zone Trigger Collision

    I could write the code myself to get a random point inside a zone, but this feature wouldn't be available to most people who aren't good at math...especially for spheres...
  18. Annoying bug, but I reckon it's not a huge deal compared to my editor (and probably everyone elses) crashing every 10min.
  19. Do you mean similarly to when you have to assign a variable to a value type at game start to prevent bugs?
  20. Igor Q.

    Weekly sneaky WiP #4

    New weapon woop woop!
  21. Igor Q.

    Zone Trigger Collision

    I'd like to be able to modify the size and position of zone triggers within the script editor. Ex: Set zone trigger to position of player. Spawn an entity at a random point within the zone. If X condition, make the zone size Y. This kind of trigger requires setting the position of the zone trigger, the size, and possibly obtaining a random coordinate/point from within the zone.
  22. Igor Q.

    How did you find out about the Ylands editor?

    I played Ylands for a bit but as soon as I got bored with having all my buildings on my ship (so OP ) I tried the editor and realized how awesome this might be....it brings the nostalgia of WC3 golden days
  23. Hi When we currently get custom game errors we usually get something like "null variable"... However could we change this to always indicate the object name, ID, and script line that is causing issues? Ex: Time Trigger, ID# 134, Set Count = Count + 1 This would help immensly.
×