Jump to content

Igor Q.

Creator
  • Content Count

    712
  • Joined

  • Last visited

Posts posted by Igor Q.


  1. Island Difficulty)

    I don't think the issue is the stats but rather the monsters. They are very easy and predictable, even the strongest monster can be killed by abusing position. They need to make enemies more unpredictable, smarter and force the player to fight enemies "fairly".

    Items)

    I think the issue is that many "essential" items overlap in terms of usage which makes build progression confusing. We don't need 30 different weapons, we need 5 different weapons with clear strengths/weaknesses. Minecraft did this in an excellent way by providing tiers (stone, iron, diamond, etc) for pickaxe, swords, etc.

    I think we should downsize all items in general and try to simplify the games core such as getting crafting stations going, etc. Only after providing the player challenging options (NO GATCHA) if they want to exceed those limitations but making them "worth it". For example, if the player wants to upgrade their gun they need to upgrade their crafting station by gathering unique items found from treasure maps, killing bosses, etc. Giving tier upgrades seems a much simpler way to do this rather than creating 30 unique weapons that are extremely similar imo.

    • Upvote 1

  2. I'd like to see pets have a real usage with unique strengths and/or weaknesses. Rather than being able to switch them whenever we want, I think we should encourage players to "bond" with the pet and give advantages for patient players.

    Things we should do

    - Create ways to invest in pets (feeding them food, petting them, etc)

    - Create unique, small advantages that can be appreciated. Ex: An Owl pet lets you temporarily activate a buff that grants night vision. A Penguin gives you a small warmth buff while in cold regions. etc.

    - Make pets more relevant in the Ylands universe. Make the player WANT to stay with the same pet across multiple Yland Worlds, games, etc. (Ex: Let pet choices affect multiplayer games)
     

    Things we shouldn't do

    - Have pets give free resources for playing the game in a normal way (Ex: crafting resource return bonus)

    - Make it optimal to switch pets often

     

    Edit: I'd like to see an Imp or a Devil type pet.

    • Like 1
    • Upvote 1

  3. On 10/3/2021 at 5:54 PM, Oliver Hope said:

    Yeah I just make a variable and copy in Pi, I just think it would be nice to have an inbuilt constant, its a pretty important number for maths?

    You can blame the devs for making the trigonometric functions not calculate in radians

    200w.gif

    • Haha 1

  4. If you *badly* want PI to a high degree of precision, it could be written as

    \frac{\pi}{4}=1-\frac{1}{3}+\frac{1}{5}-\frac{1}{7}+\frac{1}{9}-\ldots

    image.thumb.png.a188efd865a5401d9a876c7f6ac17f18.png

    OR you can use PIfast (Im too lazy to write it myself)

    image.png.5cd1dc0c9b0575a44e2a8b6ccbd54448.png

    though, writing it in code would be hella difficult!

    Imo, just copy paste the number and save yourself the headache... ?

    • Like 4

  5.  

    For anyone wondering, the torches are used as reference points for the nodes.

     

    FAQ:
    Is it compatible by making your own set of points?  Yes!
    Can it be used to ray-trace on terrain to create a Path on an island? Yes!

    Can you change the track style to a different object? Yes!

    How long did it take you? 1 Evening :)

    Is the rollercoaster adjustable? Yes, you can change the radius, delta radius, height, delta height, # of nodes, etc.

     

    • Like 4
    • Upvote 1

  6. On 8/13/2021 at 5:26 AM, Houp said:

    Hi,

    for making spells you should use "Skill game logic". (you can raycast there through camera)

    Adding "Get aim" to server scripts would not help you much. Player would try to cast spell in his desired direction but before it would get to a server and back he would be casting it in different location. This problem is mitigated by "Skill game logic" which is implemented to work well on both server and client.

    Hopefully it will be possible to execute skills not only from skill bar "soon". We are prototyping this feature at the moment. (that does not mean you will get it in the next update! - a note which must be always added :) )

    It's a bit inconvenient not having these functions fully independent, but I understand why you'd set it up that way.

    Could we consider making the skills function more intuitive to use?

    I'm having a lot of difficulty getting Fully Body and Upper Body motions to work the way I expect them to work and often have bugs such as small scroll bar

    image.png.56f9015bdaf08fc87a8a78c356f84382.png

    no scroll bar

    image.png.357f84fa925414a7d81bacd63620a94e.png

    Transition bar (red line) doesn't move when playing the skill

    image.thumb.png.2970ac889bc18146872c831048886c7c.png

    Can't seem to find the "dash" animation, that players would do when trying to roll using a heavy weapon. Did it get removed entirely from the game?

    • Upvote 2

  7. 29 minutes ago, spiritchaser28 said:

    I do believe they are working on that first. Everybody wants the sharks back....and I can't tell you how many people asked for pirate ship encounters.

    I could make AI for pirate ships, however players landing on an enemy ship make this scenario significantly more difficult to code.

    If you have any alternative solutions for what an enemy ship should do when it's boarded in 1v1 and 1v9 situations then I could implement a solution.

    • Like 2

  8. When I created games I usually used screenshots in-game but having the option to create customizable images would be greatly appreciated.

    I hope that before games get to use it's official thumbnail, the picture is audited to make sure graphically offensive material is filtered away. 

    • Like 4
    • Upvote 1

  9. Hello, even though I don't come here often, there is a function I would REALLY like access to... Infact, I asked it about 2 years ago

     

    - Get Aim

    This function essentially takes the Ray Cast Option and applies it to the player's camera. It's extremely useful as we could make custom spells and use it to "see" what the player is looking at. Ex: Is the player looking at a house?

    You already have the function to preview camera so this shouldn't be an issue anymore...

    image.png.642515b8ee8d2f0977039b9d10ac1ad9.png

     

    Additionally make skills available to "force cast" similar to an emote.

    This will give us greater flexibility when making custom spells.

    Thanks?

    • Upvote 1

  10. @Oliver Hope
    Hey Oliver

    The way you want to do it is like this.

    Group 1:  Objects + Reference point (at joint location for child.)

    Group 2: Child


    Set Group 1 to rotate

    Set Group 2, to rotate around the reference point FROM PARENT, located at the joint location connecting Group 1 to Group 2.

     

    MAKE SURE TO SET REFERENCE POINT INTERNAL ROTATION TO 0,0,0

    MAKE SURE YOUR GROUP 2 PIVOT IS LOCATED AT REFERENCE POINT

    image.thumb.png.d6a822fb4bfa1a2a2b850b20da196334.png

    image.thumb.png.e8eaba95d90c5a021c085c4b94ead6e4.png

    BEFORE:

    image.png.055a964fd696a559edf555ffe74a496a.png
    After:

    image.png.2646a15f5b25245fffd53819cce65bb2.png

    • Thanks 1

  11. 21 hours ago, spiritchaser28 said:

    Cool design. The devs have discussed flying vehicles in the game yes, and from my understanding they are coming but first they want to implement some danger in the skies. The reason the propeller pack was nerfed was because it was too overpowered and I believe they don't want planes to also be too overpowered. One thing I'd love to see is hot air baloons and zeppelins with a steampunk flair. Then again we just have to wait until the developers create some danger in the skies. (Maybe dragons pterodactyls or giant birds?) Just to keep a nice balance within the game.

    They should also consider making the oceans more dangerous, right now 1/3 the time is spent exploring islands and hardly any risk when using a boat.

    • Like 1
    • Upvote 1

  12. Hi

    I'm playing around with the skill editor, but I'm a little confused. I've tried using several animations, and tried to adjust the time down by changing the duration of the animation.

    Can someone help me out?

    The way I understand it is

    Duration is the total time it takes for the animation to play. Example: 5 seconds (0 to 5)

    Start Time is the starting animation time.  Ex: 2.5 would imply starting halfway through a 5 second animation.

    End Time is the end time of the animation. Ex: 0 would imply the animation ends before it begins, 10 would imply the animation ends at "5", and holds frame for an additional 5 seconds.

     

    @NaruTheHuman

     

    image.thumb.png.338a6ed5b845b5d51c7c3990f46282e0.png

    • Upvote 1
×