TehNinja65 has written
you didnt fix the sleep problem. its still there. i dont know what possibly made you think it was fixed.
I don't know either, let me look at this one more time:
The fix that is listed on page 67, which numerous people have said 'fixes the bug' is:
if (((getplayervalue(2)<80)+(getplayervalue(3)<80))>0){
Presumably this means that if either the player's hunger, or thirst, is under 80 then.... I have no idea. Let's see, the last if, the important one, is >0. This means that the script only runs if either of the previous values add up to 1 or 2. So you can only sleep if you are either not hungry, not thirsty, or not hungry or thirsty. Interestingly enough, that isn't how this script should work.
Now, the way the script was arranged before was:
if (((getplayervalue(2)>80)+(getplayervalue(3)>80))>0){
This should mean that if hunger, or thirst, is over 80 (read; in the red), they... Well, that's obviously not right either.
Alright, I don't know why people said the fix on page 67 is what you needed to do, because that just breaks the script even more. Give me a couple minutes to figure out how to re-arrange this script so it actually does what it should.
Right, this is the fixed game.inf:
http://www.multiupload.com/4PCS04NR0A
Go into your 'sys' folder and replace your game.inf with that one. The original way the script was written was correct, but the else\if needed to be swapped.
TehNinja65 has written
also, i have a question. why are the random maps always so bland? theres just wide open spaces of nothingness. no trees, no resources, just plain nothing. it looks crappy.
What are the specific settings you're using? ie; size, type, etc.
xZcarrotZx has written
I've found a new error. When you want to make your own map with map editor. All the land becomes flat. And when i want to quit map editor, the screen resolution changes. So i can't make my own map.
I'm not sure I understand what is going on. Can you elaborate?
The-Ripper has written
I can't get the fire to start, I end up beating it to pieces with my flint, any suggestions?
Ninja, way to be a douche....
you could be a little more grateful for their hard work.
I'm not sure, is the fire fueled? Are you being given any messages? As for Ninja, he was right, I definitely should have tested that fix before I assumed it worked. edited 1×, last 28.08.10 08:29:00 am