Well, i were playing random map and exploring the jungle with torch on, and i got a red text in side of the screen "Feuer! Feuer! (Something) brentt" something that way
it would be cool to enable it so their are random villages with random design, man made. don't think its possible for having the computor randomize it, because thats just doesn't sound possible to me. also make it so its only on big map setting so the map doesn't over fill.
it would be cool to enable it so their are random villages with random design, man made. don't think its possible for having the computor randomize it, because thats just doesn't sound possible to me. also make it so its only on big map setting so the map doesn't over fill.
this thread is just for translation, it's not for gameplay suggestions
BTW, nearly everything is possible, sometimes it just is so complicated, that it isn't worth the work.
it would be cool to enable it so their are random villages with random design, man made. don't think its possible for having the computor randomize it, because thats just doesn't sound possible to me. also make it so its only on big map setting so the map doesn't over fill.
This is for suggestions for TRANSLATIONS. Also, try making sense.
With S please! Ye olde English must withstand the language imperialism of American monoculture. God save the Queen.
######
Now for something completely different:
I started working on a translation of the command reference. First I wanted to plow through it alphabetically, but I just decided to follow the command IDs instead because so the most basic commands are first.
If you see a mistake or a stylistic fauxpaus of mine in the English command reference, report it here too. I upload each translation of a command's description immediately, so what you see is always the state of my work.
I have checked all maps on Stranded, and all the adventure modes have German map keys. If anyone wants I could change it too English and upload them somewhere? Or not worth the hassel?
As I was changing the frequency with which my camp was burning to the ground, I ran across the place with the German language fire warning. It's in the sys directory, in the random events file.
if ($subevent==1){
$lastfire=day();
msg "Feuer, Feuer!",3,10000;
msg "Ein Gebäude brennt!",3,10000;
i also came across that too but the thing im noticing is that the fire thing is happening for us at around the same time. odd isint it...
Not really.
There's a 50% chance something will happen.
Of that, 2/3 of the time, flotsam will appear in the sea
and 1/3 of the time fires will break out.
What I mean is that the fire thing never happened to us (well never to me anyways) before...Ever. but now its suddenly happening more often to us
The only thing I can say is that it's all determined by how your maching is generating random numbers.
I seem to remember reading something many years ago,
that said the machines at the time, dos based operating systems, used a bios timer that tracked how long
the computer had been turned on to generate random
numbers, along with a seed number.
so it's easy for a rndome number generator to get stuck
generating the same sequence of numbers over and
over.
Since the script is only using a 6 number range
and the last consecutive 3 numbers do nothing(4,5 &6),
and the first 2 (1 &2) do something that could easily be
overlooked, I am not surprised at your situation at all.
As a matter of fact, I have NEVER had a random fire
break out, and I'm not surprised, because I
understand how difficult It could be to get a computer
to generate a specific random number, and I
understand how easily it could be for a random
generator to get stuck on a very specific number or
range of numbers.
here you have the file scriptcommands.inf which belongs to the Strandedfolder/core.
I've translated it one by one, so maybe I missed something...
BACKUP YOUR FILE BEFORE, I take no responsability