Commit Graph

38 Commits (master)

Author SHA1 Message Date
Droog71 6f080ac107 Updated tutorial and manual. Added tower to habitat computer mesh. 2022-02-04 13:46:50 -05:00
Droog71 ca4000ec33 Updated credits.txt. 2022-02-01 23:22:10 -05:00
Droog71 f33a7aa4e8 Updated version. 2022-02-01 23:20:47 -05:00
Droog71 53372054a7
Merge pull request #16 from Droog71/refactor
Refactor
2022-02-01 23:04:55 -05:00
Droog71 b37ec9d270 Refactored lwscratch and screwdriver2. 2022-02-01 23:00:47 -05:00
Droog71 58951b027d refactoring mod names 2022-02-01 14:38:44 -06:00
Droog71 9845286e94 Adding power transmitters and conveyors. 2022-01-31 13:46:17 -06:00
Droog71 f9c378dcea Fixed incorrect image used in reactor booster tutorial segment. 2022-01-15 10:48:47 -05:00
Droog71 8e2a74d4af 1.0.4 bug fixes 2022-01-13 20:45:43 -05:00
Droog71 a4f8ae2733
Merge pull request #5 from Beanzilla/main
feat(moontest/init.lua): changed dofile to one function
2022-01-13 14:13:06 -05:00
Apollo 9bd8664a49 refactor(do_file.lua): made function to simplify dofile calls
This change makes it so there is one place to change all the files, thus making it more managable and more DRY. (Don't know DRY, google `programming dry principle`)

This brings this fork to 1.0.4 (up-to-date)
2022-01-13 12:28:49 -05:00
Beanzilla e80dd47119
Merge branch 'Droog71:main' into main 2022-01-13 12:00:02 -05:00
Apollo b44125cee2 fix(aliens.lua): reversed change to copy original
It was found that aliens checking was no longer needed because of a bug in a previous version, thus was removed in the original repo.

BREAKING CHANGE: changes the repo into a somewhat mergable state from original repo (to update from 1.0.3 to 1.0.4)
2022-01-13 11:59:43 -05:00
Droog71 21d26f10eb Removed release from mod.conf files for contentdb update. 2022-01-12 21:12:40 -06:00
Droog71 9082b3ac46 Updated to version 1.0.4 2022-01-12 19:53:56 -06:00
Apollo 3de1045c1e fix(moontest/src/aliens.lua): fixed aliens removing themselves when they enter wires
Aliens will now check if it's a mesecons node, if so then they are permitted to go thru it.

Fixes issue #7
2022-01-09 20:28:14 -05:00
Apollo 4e8dd5c43a style(moontest/init.lua): removed excess white-space after hud message
I was going to reduce respawn costs from 2000 to 1000 (50% off) but after playing a while with a fully automated base it doesn't really matter then.
2022-01-09 18:24:42 -05:00
Apollo f6b871acca feat(moontest/init.lua): changed dofile to one function
This change now makes it very easy to change the file structure because there is one spot
2022-01-09 16:29:09 -05:00
Droog71 7f46804592 Allowed machine and habitat computer updates during tutorial. Removed old restart_game function from init.lua. 2022-01-07 00:29:58 -05:00
Droog71 32ebd21c6b Fixed use of undeclared global in tutorial.lua. Added restoration of user settings. 2022-01-07 00:17:29 -05:00
Droog71 f653f15027 Updated to v1.0.3 adding interactive tutorial. 2022-01-06 23:32:41 -05:00
Droog71 b680dff33e Removed screwdriver from initial items as the mod is not included. 2022-01-02 23:12:33 -05:00
Droog71 80ad8d7ddb Removed release info from skybox mod.conf 2022-01-02 23:03:06 -05:00
Droog71 3bd3d2ff7e Updated to v1.0.2 2022-01-02 22:53:29 -05:00
Droog71 7229f13050 Fixed mod version in readme.txt 2021-12-23 03:19:58 -05:00
Droog71 27d0f09b6d Attempting to fix 'no newline at end of file' error on github. 2021-12-23 03:09:17 -05:00
Droog71 0a7ed0f8c5 Changed world loading for more compatibility with low end computers. Reduced some texture resolutions. 2021-12-23 02:56:33 -05:00
Droog71 7d4aa96ad8 Fixed comment about message hud element. 2021-12-19 10:07:22 -05:00
Droog71 a226bd0e32 Fixed indentation in init.lua 2021-12-17 09:55:36 -05:00
Droog71 070df81322 Removed old print statement from init.lua 2021-12-17 09:50:05 -05:00
Droog71 174c93cc2f Removed line breaks after images for github readme. 2021-12-17 09:23:47 -05:00
Droog71 5abcd36a2b Reverted to html for bold and italics. 2021-12-17 09:21:36 -05:00
Droog71 128e2f061b Trying underscores instead of asterisks in readme. 2021-12-17 09:19:08 -05:00
Droog71 78bd2b2e72 Replaced html with markdown for bold and italics for contentdb. 2021-12-17 09:14:55 -05:00
Droog71 a587102da6 Fixed incorrect image for coolant system. 2021-12-17 09:04:23 -05:00
Droog71 1084413174 Formatting readme for contentdb. 2021-12-17 09:00:00 -05:00
Droog71 0716b5f635 Updated credits.txt 2021-12-17 08:26:44 -05:00
Droog71 95e368d81f first commit 2021-12-17 07:56:50 -05:00