Welcome to Project: Gorgon!


Project: Gorgon is a 3D fantasy MMORPG (massively-multiplayer online role-playing game) that features an immersive experience that allows the player to forge their own path through exploration and discovery. We won't be guiding you through a world on rails, and as a result there are many hidden secrets awaiting discovery. Project: Gorgon also features an ambitious skill based leveling system that bucks the current trend of pre-determined classes, thus allowing the player to combine skills in order to create a truly unique playing experience.

The Project: Gorgon development team is led by industry veteran Eric Heimburg. Eric has over a decade of experience working as a Senior and Lead Engineer, Developer, Designer and Producer on successful games such as Asheron’s Call 1 and 2, Star Trek Online and other successful Massively Multiplayer Online Games.



User Tag List

Results 1 to 7 of 7
  1.   Click here to go to the next staff post in this thread.   #1
    Administrator Citan's Avatar
    Join Date
    Dec 2016
    Posts
    589
    Blog Entries
    34
    Mentioned
    68 Post(s)
    Tagged
    4 Thread(s)

    (Question from Devs) Barley Seeds

    Hey guys, a question for anyone that's grown barley in the currently-live update. Basically I need to know if the seed calculations are working right. When you grow barley, there should be a 70% chance to get more seeds, and if you do get more seeds, you'll get 0, 1, or 2 (equal chances for each). So after you do a stack of barley, you should have only 70% of the number of seeds you had before. Is that how it's working for you?

    (The design is trying to make it easier to grow a lot of barley, but still make seeds found in the wilds or on monsters a little valuable.)

  2. #2
    Senior Member Niph's Avatar
    Join Date
    Dec 2016
    Posts
    433
    Mentioned
    16 Post(s)
    Tagged
    1 Thread(s)
    I just made a little experiment to verify that.

    Setup: my main character (Niph, gardening 72) growing Barley only at Yvin's farm (to stay away from musicians). No music or gardening buffs whatsoever.

    Planted 40 seeds, two at a time, and upon harvesting:
    . Got zero seed = 26
    . Got one seed = 14
    . Got two seeds = 0

    I think we can conclude that this is not what you intended.

    I reached 73 in gardening during this but observed no difference.

    Since I was growing two barley seeds at a time, I also recorded what happened during each batch. Interestingly, there seems to be a strong correlation between planted seeds and recovery:
    Got 0-0 = 6
    Got 1-0 or 0-1 = 14 (unfortunately I did not record the order)
    Got 1-1 = 0

    The odds of not getting at least one batch with a seed from each barley is abysmally small, so I believe barley seed recovery depends on something more than just luck.

    I'm now on the next step, growing Barley one at a time, but under the influence of Vodka this time!
    Last edited by Niph; 05-24-2017 at 11:56 AM.

  3. #3
    Senior Member Crissa's Avatar
    Join Date
    Dec 2016
    Location
    Santa Cruz, CA
    Posts
    861
    Mentioned
    24 Post(s)
    Tagged
    0 Thread(s)
    Wait, what are you getting if you're not getting seeds? O-o What humans eat from barley is the seed.

  4. #4
    Senior Member Niph's Avatar
    Join Date
    Dec 2016
    Posts
    433
    Mentioned
    16 Post(s)
    Tagged
    1 Thread(s)
    Update: growing one at a time, I recovered 11 seeds out of 32.

    Recalculating probabilities, it seems that the chance for recovery could be 35%. If that's so, the odds of not getting a 1-1 recovery from a batch of two is 7.3%, so not so abysmally small than I thought at first.

    I suspect it could be a simple mistake. In your code, do you have something like recovered_seeds = rand() mod 2. If that's so, should be rand() mod 3, a classic!
    Last edited by Niph; 05-24-2017 at 01:29 PM.

  5. #5
    Senior Member ShieldBreaker's Avatar
    Join Date
    Dec 2016
    Posts
    1,062
    Mentioned
    22 Post(s)
    Tagged
    2 Thread(s)
    Quote Originally Posted by Crissa View Post
    Wait, what are you getting if you're not getting seeds? O-o What humans eat from barley is the seed.
    this is correct, but for the sake of game abstraction, maybe we can just think about it as the brewing barley is complete heads of barley seeds ready for threshing, and the other barley seeds are loose barley seeds that for your own reason you decided are now only good for planting. Brewer want complete heads of barley for what ever in-game reason makes the most sense. Maybe seeds seem fit for planting but not consumption or sale. Or seeds are from exceptional plants that produced more then usual, so you would want to gather a bit of that and set it aside for later planting. To help with the role playing it could be explained in each items text.

  6. #6
    Senior Member Crissa's Avatar
    Join Date
    Dec 2016
    Location
    Santa Cruz, CA
    Posts
    861
    Mentioned
    24 Post(s)
    Tagged
    0 Thread(s)
    That's just confusing x-x

  7.   This is the last staff post in this thread.   #7
    Administrator Citan's Avatar
    Join Date
    Dec 2016
    Posts
    589
    Blog Entries
    34
    Mentioned
    68 Post(s)
    Tagged
    4 Thread(s)
    @Niph - thanks for testing it out! I think I see the problem -- it's weighting the seed stack size wrong, so it's coming out basically 0, 0, or 1. Not quite an off-by-one error, but something similar. Will fix it in the next snapshot!

    @Crissa - you get two kinds of seeds from growing barley, basically: plantable and edible. It's the simplest way to get the game mechanics to work out.



Thread Footer

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •