Page 3 of 3

Re: Source Code

Posted: 19 July 2024, 07:43
by tchobello
Gulchen wrote: 18 July 2024, 20:09 Another possible thing maveleo might find is code that chooses an index for
[ (1,1) , (1,2) , (2,2) , (1,3) , (2,3) , (3,3) , (1,4) , (2,4) , (3,4) , (4,4) , (1,5) , (2,5) , (3,5) , (4,5) , (5,5) , (1,6) , (2,6) , (3,6) , (4,6) , (5,6) , (6,6) ]
We're too lazy to write arrays like that...

Re: Source Code

Posted: 19 July 2024, 13:38
by buu441
That's basically the problem with all these people who go by 'vibes' and 'feels' whenever the RNG doesn't go their way. The conclusion for them is always "it must be a grand conspiracy of the devs against me" lol. And then they proceed to get offended when people call them out on their *. I wonder if they ever take a moment to sit back and think about how ridiculous they sound before they hit 'submit' on their whiny posts.

* - just self moderating coz I have no better word to add there.

Re: Source Code

Posted: 19 July 2024, 13:52
by Silene
buu441 wrote: 19 July 2024, 13:38 That's basically the problem with all these people who go by 'vibes' and 'feels' whenever the RNG doesn't go their way. The conclusion for them is always "it must be a grand conspiracy of the devs against me" lol. And then they proceed to get offended when people call them out on their *. I wonder if they ever take a moment to sit back and think about how ridiculous they sound before they hit 'submit' on their whiny posts.

* - just self moderating coz I have no better word to add there.
It's true for many threads. But why are you posting this issue in THIS thread where OP was friendly and very moderate with their concern - only saying after they were asked and wording it in a very sensible way?

Re: Source Code

Posted: 19 July 2024, 16:38
by Cile
Silene wrote: 19 July 2024, 13:52
buu441 wrote: 19 July 2024, 13:38 That's basically the problem with all these people who go by 'vibes' and 'feels' whenever the RNG doesn't go their way. The conclusion for them is always "it must be a grand conspiracy of the devs against me" lol. And then they proceed to get offended when people call them out on their *. I wonder if they ever take a moment to sit back and think about how ridiculous they sound before they hit 'submit' on their whiny posts.

* - just self moderating coz I have no better word to add there.
It's true for many threads. But why are you posting this issue in THIS thread where OP was friendly and very moderate with their concern - only saying after they were asked and wording it in a very sensible way?
I agree. I'm as annoyed by the "The Dice aren't Random!!1!11!" threads as everyone else, but if someone actually believes that I'd much rather they take this method then just shouting their conspiracy theory on the forums. They heard the source code was open but didn't know how to find it, so instead of trying to insist it's true they are taking the effort to look into it themselves before trying to present anything.

They at no point insisted or argued it was the case, just stated "I suspect this and want to look into it myself." If more people took the effort to do so we'd significantly fewer threads about how "Catan is fixed!" Of course, as mentioned previously someone who knows how to read code probably knows the easiest way by far to generate a dice roll is with a simple RND(1,6) function, but I still support OP looking for supporting information on their own.