Go to file
Jordach d22c21f003 add details with a warning about processor requirements 2018-08-01 00:10:08 +01:00
blends remove some dud files 2018-02-11 22:03:26 +00:00
extras a more complete skybox fix to replace the last commit 2018-07-31 22:37:59 +01:00
farming prepare to remove farming_plus ith a bette replacemnt 2018-04-13 18:46:19 +01:00
menu make the sun look a little bit better than before 2017-11-26 22:11:52 +00:00
mods remove debug statements once again 2018-07-31 23:44:10 +01:00
ntex new textures and models for farming, add a cool jetpack 2017-12-30 00:55:23 +00:00
.gitignore remove ds_stores generated by macos 2018-04-19 00:12:40 +01:00
README.md add details with a warning about processor requirements 2018-08-01 00:10:08 +01:00
game.conf https://www.youtube.com/watch?v=KfL1VCv2 ( ͡° ͜ʖ ͡°) 2017-04-02 12:04:02 +01:00
minetest.conf add paramats snowdrift and tweak the settings to be complicit with solar plains biome system 2017-11-25 22:59:52 +00:00
nebula_bottom.png a more complete skybox fix to replace the last commit 2018-07-31 22:37:59 +01:00
nebula_east.png a more complete skybox fix to replace the last commit 2018-07-31 22:37:59 +01:00
nebula_north.png a more complete skybox fix to replace the last commit 2018-07-31 22:37:59 +01:00
nebula_south.png a more complete skybox fix to replace the last commit 2018-07-31 22:37:59 +01:00
nebula_top.png a more complete skybox fix to replace the last commit 2018-07-31 22:37:59 +01:00
nebula_west.png a more complete skybox fix to replace the last commit 2018-07-31 22:37:59 +01:00
privacy-doc.txt add plants with debug textures, add minetracker format 1.0 with test 2018-05-27 00:43:26 +01:00

README.md

Solar_Plains

Performance Issues:

Please note, Solar Plains requires the server to be as recent as Intel's HASWELL processors, starting at model 4250U.

For clients connecting to a server, this requirement is lower, anything as recent as the Intel Core 2 Quad should be capable of running this game fine, as either singleplayer or client.

Code Styling:

Use tabs - any editor can configure a single tab into X amount of spaces.

Keep it simple and modular - if it stops working in one version but works in another; it's entirely replaceable.

If you're struggling with that, write the logic flow into smaller steps on paper first; you'll see how much of a difference it makes.

Use each mod's namespace for functions; you may never know when another item implements something similar.

Try and reuse code whenever possible. Beds is an example that shows that this is possible.