-
Content Count
712 -
Joined
-
Last visited
Everything posted by Igor Q.
-
To follow up, to be able to modify zone trigger values in the editor?
-
Something looks...evil about it
-
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
-
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
-
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?
-
Omg thank you so much, I've wanted this for a while.
-
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"
-
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.
-
Visual scripting: Alpha compare and sort
Igor Q. replied to Indomitus's question in Suggestions & Feedback
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. -
Could we get an example using all of these string features? Also, will this work with everything, including the warning message players get?
-
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.
-
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...
-
Communauté française Ylands -- Ylands French Speaking Community
Igor Q. replied to RedEagle_P1.'s topic in General Discussion
Aw J'ai pas eu la chance d'aller la. -
Communauté française Ylands -- Ylands French Speaking Community
Igor Q. replied to RedEagle_P1.'s topic in General Discussion
Christalle, es tu au Quebec/Montreal? -
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
-
Right Click *HOLD* to "AIM". While you are aiming, use left button to shoot. Note: You need ammo to fire weapons.
-
Once the editor allows us to set scale options for objects, this would be a great asset.
-
Gah! Alas I have been fooled!
-
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...
-
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
-
English, Spanish, French and eventually Chinese because of my wife
-
RESOLVED [YLD-14064] Set Array Search not found
Igor Q. posted a question in Bugs & Technical Issues
Hi When using the editor search bar, searching for "Set ARRAY" yields no results. -
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.