Animal Crisis?
Moderators: Public Relations Department, Players Department
-
Snake_byte
- Posts: 2134
- Joined: Wed Apr 14, 2004 7:12 am
- Location: Quebec, Canada
Animal Crisis?
Wild animals seem to be thinning everywhere it seems. Most places I visit only have 4-6 of each species... Anyone else notice this?
- Arenti
- Posts: 2814
- Joined: Mon Oct 22, 2007 11:31 am
- Location: The Netherlands
Re: Animal Crisis?
Snake_byte wrote:Wild animals seem to be thinning everywhere it seems. Most places I visit only have 4-6 of each species... Anyone else notice this?
Unfortunately it's in almost all the places like that. It's very depressing for my chars. Especially the ones who have a specie that are protected animals in that town.
- SekoETC
- Posts: 15526
- Joined: Wed May 05, 2004 11:07 am
- Location: Finland
- Contact:
The thing is the system was badly planned in the first place. Trying to fix it in its current form would be like pouring water to a leaking bucket, no matter how fast you do it, it will continue to go to waste. Animals should be stored as packs, not individuals. Sure if someone starts taming an animal then that particular animal could be separated from a pack, but the tons of wild animals should remain in packs.
Not-so-sad panda
- chase02
- Posts: 2032
- Joined: Fri Nov 07, 2008 1:13 pm
- Contact:
SekoETC wrote:Animals should be stored as packs, not individuals.
They're currently stored as individuals in the db?! I figured because they were grouped for hunting, they were stored as a pack, and just the quantity reduced..
If this is the case, why is it so difficult to implement husbandry with the current codebase?
-
Snake_byte
- Posts: 2134
- Joined: Wed Apr 14, 2004 7:12 am
- Location: Quebec, Canada
chase02 wrote:SekoETC wrote:Animals should be stored as packs, not individuals.
They're currently stored as individuals in the db?! I figured because they were grouped for hunting, they were stored as a pack, and just the quantity reduced..
If this is the case, why is it so difficult to implement husbandry with the current codebase?
Or even a project to attrat them one by one...
- SekoETC
- Posts: 15526
- Joined: Wed May 05, 2004 11:07 am
- Location: Finland
- Contact:
Since Cantr programmers are volunteers, people basically pick projects they personally can't wait to see implemented, assuming they have the skills to work on it, and apparently people either don't see animal domestication as something that would greatly improve the game, or then they don't know how to do it.
I just looked at the animals table, it has a number column that is apparently used to store pack size, but it's 1 for every entry and there are 403'811 lines.
I just looked at the animals table, it has a number column that is apparently used to store pack size, but it's 1 for every entry and there are 403'811 lines.
Not-so-sad panda
-
Snake_byte
- Posts: 2134
- Joined: Wed Apr 14, 2004 7:12 am
- Location: Quebec, Canada
-
Andu
- Posts: 685
- Joined: Wed Aug 06, 2008 5:29 pm
- Location: Finland
In locations where nobody have hunted the animals, there is still at the most 20 of each. On the other hand, quite a few spieces.
Seko should know what I'm talking about.
Seko should know what I'm talking about.
"An those with little fuel, could tie a pack of bears in front of their limousine, with whip and crossbow in hands to keep them in line."
-
toon
- Posts: 948
- Joined: Wed Nov 07, 2007 11:00 pm
-
Snake_byte
- Posts: 2134
- Joined: Wed Apr 14, 2004 7:12 am
- Location: Quebec, Canada
- Doug R.
- Posts: 14857
- Joined: Wed Mar 23, 2005 6:56 pm
- Contact:
SekoETC wrote:Trying to fix it in its current form would be like pouring water to a leaking bucket, no matter how fast you do it, it will continue to go to waste.
This is not entirely true. The system worked, poorly, but still worked, before the server crash, and some change to the server config broke it even more when it was re-initialized. However, it seems that no one wants to, or can, delve into the cause of the problem, which is memory related.
I think the only way we'll get definitive action on this is to let the animals just die, since fixing it would need to involve multiple people in programming. Start eating your vegetables.
chase02 wrote:If this is the case, why is it so difficult to implement husbandry with the current codebase?
Because there's a lot more to it than just making a cow a machine. It's a machine that has behavior. Also, until locations can also be machines, you'd never be able to use animals as transport. There's a large host of special issues that have made this difficult to tackle. Jos felt that individualization would make it easier, but instead it just broke the system without providing any benefit. I don't think the original animal pack code is around anywhere, so it's not anything that can be rolled back easily.
We started planning a new system that would make hunting a project, but this ran into some resistance at both high and low levels, throwing the whole proposed reform off-track. It's been derailed ever since. I'm starting to think of the animal system as the Social Security or Medicare of Cantr - It eats up a huge majority of resources, everyone knows it's going bankrupt, but no one wants to do anything about it.
Hamsters is nice. ~Kaylee, Firefly
- Dudel
- Posts: 3302
- Joined: Wed Oct 01, 2008 5:21 am
Doug R. wrote:I think the only way we'll get definitive action on this is to let the animals just die, since fixing it would need to involve multiple people in programming. Start eating your vegetables.
A lot of places CAN'T "eat their vegetables", you know this.
Dudel is all for "screw it, just let them die out" normally (as I'm lazy and couldn't give a crap) but that isn't the way you fix a game that is trying to keep players. You don't let the code work fall apart and then complain about loosing/not getting players.
This is quickly becoming player limiting and, along with other problems, we are slowly seeing an internal destruction of Cantr's design.
Snowball effect, people stop caring and the game has another uber crash... then "OMG" where'd everyone go?
We started planning a new system that would make hunting a project, but this ran into some resistance at both high and low levels, throwing the whole proposed reform off-track. It's been derailed ever since. I'm starting to think of the animal system as the Social Security or Medicare of Cantr - It eats up a huge majority of resources, everyone knows it's going bankrupt, but no one wants to do anything about it.
Screw them! Implement it and move on!
...unless it was Jos that said "no"... then you're kinda screwed.
- Doug R.
- Posts: 14857
- Joined: Wed Mar 23, 2005 6:56 pm
- Contact:
Dudel wrote:Doug R. wrote:I think the only way we'll get definitive action on this is to let the animals just die, since fixing it would need to involve multiple people in programming. Start eating your vegetables.
A lot of places CAN'T "eat their vegetables", you know this.\
I do know this. However, I think at this point only outrage will light a fire sufficient to move forward at any significant pace.
Dudel wrote:...unless it was Jos that said "no"... then you're kinda screwed.
He expressed concerns. Also, it's school season, so our studying programmers have other priorities.
Hamsters is nice. ~Kaylee, Firefly
- *Wiro
- Posts: 5855
- Joined: Mon Sep 29, 2008 1:24 pm
Cantrapocalypse!
FINALLY! RISE, MY FELLOW VEGETARIANS!
Read about my characters by following this link.
- SumBum
- Posts: 1903
- Joined: Fri Jan 05, 2007 10:57 pm
Return to “General Discussion”
Who is online
Users browsing this forum: No registered users and 1 guest



