Connoisseur of natural/military sciences, speculative fiction, and bio/ero/natural horror.
(occasional mature topics)
クリエイターやシステムの事
evebin.com · kirisame.com · dzura.com
People should seek better understanding of the information they ingest, but too many see research as reading the first few search engine results (now LLM summary)...
People should seek better understanding of the information they ingest, but too many see research as reading the first few search engine results (now LLM summary)...
I also formally defined an empty type and fixed up anonymous schemas and follow-up scope blocks (for defining constants inside the schema's namespace).
I also formally defined an empty type and fixed up anonymous schemas and follow-up scope blocks (for defining constants inside the schema's namespace).
Ultimately, I am far from describing (much less implementing) the complete system, but the foundation and direction seem workable. 8/8
Ultimately, I am far from describing (much less implementing) the complete system, but the foundation and direction seem workable. 8/8
Attribute scores are applied to interactions by multiplying calculated values (e.g. lifting strength) by fractional powers of two: `std * 2^(score / basis)`. 7/
Attribute scores are applied to interactions by multiplying calculated values (e.g. lifting strength) by fractional powers of two: `std * 2^(score / basis)`. 7/
This can be cleanly implemented by adding shifted bits `(1 << value) >> 1` and indexing the most significant bit. 5/
This can be cleanly implemented by adding shifted bits `(1 << value) >> 1` and indexing the most significant bit. 5/
To reduce the immediate impact on rarity, the character builder provides a 'Potential' pool, as a buffer, that can be spent on these elements. 4/
To reduce the immediate impact on rarity, the character builder provides a 'Potential' pool, as a buffer, that can be spent on these elements. 4/
A character derives from one or more compatible kinds, with physiology based on the primary kind. Traits of the secondary kinds may also be incorporated. 2/
A character derives from one or more compatible kinds, with physiology based on the primary kind. Traits of the secondary kinds may also be incorporated. 2/
To that point, it would help to get an idea of what information folks would like/dislike to read, especially given the range/depth of topics the worldbuilding covers.
To that point, it would help to get an idea of what information folks would like/dislike to read, especially given the range/depth of topics the worldbuilding covers.
I want to better differentiate map themes/biomes, and the algorithms need cleaning up, but most of all I am looking to integrate the concepts into my planet system.
I want to better differentiate map themes/biomes, and the algorithms need cleaning up, but most of all I am looking to integrate the concepts into my planet system.
These are larger than I would likely use for a territory conquest game, but the results are much better than my prior attempts.
(cherry-picked the interesting maps, of course)
#gamedev
These are larger than I would likely use for a territory conquest game, but the results are much better than my prior attempts.
(cherry-picked the interesting maps, of course)
#gamedev
It seems this would simply need a index-persisting list of objects referenced as interior types to a constant type..
It seems this would simply need a index-persisting list of objects referenced as interior types to a constant type..