is it essintial to make the stack size equal to 2 to the power of x?
Is it possible to make it e.g. 5,000 in the mods?
Stack size = 2^x
- AlexPhoenix
- Fast Inserter
- Posts: 149
- Joined: Tue Feb 18, 2014 7:48 am
- Contact:
Re: Stack size = 2^x
not essential, yes it possible
why you post mod creating question in game help?
why you post mod creating question in game help?
-
- Burner Inserter
- Posts: 11
- Joined: Sun Mar 30, 2014 7:44 pm
- Contact:
Re: Stack size = 2^x
probably because there's no "mod help" forum, only a "mod contribution" forum.
Re: Stack size = 2^x
Actually there is a modding help subforum (inside the mods section), hereseanbrockest wrote:probably because there's no "mod help" forum, only a "mod contribution" forum.
edit: just moved it there, a more appropriate place after all
<I'm really not active any more so these may not be up to date>
~FreeER=Factorio Modding
- Factorio Wiki
- My Factorio Modding Guide
- Wiki Modding Guide
Feel free to pm me
Or drop into #factorio on irc.esper.net
~FreeER=Factorio Modding
- Factorio Wiki
- My Factorio Modding Guide
- Wiki Modding Guide
Feel free to pm me
Or drop into #factorio on irc.esper.net
Re: Stack size = 2^x
We plan to change stack sizes to x*10^y (10, 20, 100, 200 etc) for the 0.10 version, but there is no rule for the stack sizes, you can have just prime numbers in your mod if you want
Re: Stack size = 2^x
Hehe....kovarex wrote:... you can have just prime numbers in your mod if you want
http://en.wikipedia.org/wiki/Fibonacci_sequence
But when I think about it: Choosing fibonacci-numbers isn't that stupid! Look at the beauty:
0 1 1 2 3 5 8 13 21 34 55 89 144 233 377 610 987 1597 2584 4181 6765
The former two stack-sizes fits into the next. Makes totally sense for many cases and could play a role when upgrading... instead of increasing the stacks we can inrease the stack-size with very logical rule... scnr just an idea...
Cool suggestion: Eatable MOUSE-pointers.
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...
Re: Stack size = 2^x
I now think of this Vihart video every time I see/hear fibonacci. scnrssilk wrote:But when I think about it: Choosing fibonacci-numbers isn't that stupid! Look at the beauty: