1
0
mirror of https://github.com/jvmguy/JvmguyScenario.git synced 2025-10-08 22:41:59 +02:00

200 Commits

Author SHA1 Message Date
Kevin Morgan
910cc1617f Add OctoTile2, sometimes used in RiverWorld. 2023-08-23 00:08:50 -07:00
Kevin Morgan
1966e6548f Tweak resources.
Generate custom tiles around the spawn.
2022-10-25 22:58:29 -07:00
Kevin Morgan
5cd6da434a Modified RiverWorld scenario to allow OctoTile2 geometric terrain. 2022-10-25 20:43:42 -07:00
Kevin Morgan
5ca7bf5120 snapshot 2022-01-07 10:22:53 -08:00
Kevin Morgan
ae8e9488ba snapshot current config 2021-07-17 20:07:08 -07:00
Kevin Morgan
a82f178739 Fix missing whitespace 2021-07-17 20:06:36 -07:00
Kevin Morgan
3604bfcb65 Check that player has a character before trying to apply speed bonus. 2021-07-17 20:06:16 -07:00
Kevin Morgan
5e07061283 Clear area neighboring world rails of any biters. 2021-01-31 05:49:01 -08:00
Kevin Morgan
75da427352 Snapshot of minor changes to config and control for the current game. 2020-11-11 02:05:02 -08:00
Kevin Morgan
7a88ff82f8 add OctoTile geometric terrain pattern 2020-11-11 02:03:06 -08:00
Kevin Morgan
69b41b7024 Remove debug message 2020-11-11 02:02:00 -08:00
Kevin Morgan
3c2e3e6b4e Order of arguments to ClearNearbyEnemies is incorrect. 2020-11-11 02:01:34 -08:00
Kevin Morgan
7849054dfe Fix stuck player problem that happens when you teleport on top of an existing player. 2020-11-11 02:01:06 -08:00
Kevin Morgan
1f7db3d430 Rework code and logic around frontier silo. 2020-11-02 04:17:42 -08:00
Kevin Morgan
d1c3cdc746 replace spawn with a correct reference to uniqueSpawn. 2020-11-02 04:17:05 -08:00
Kevin Morgan
0b31055e17 Handle the lobby by paving with concrete for floor-is-lava. 2020-11-02 04:16:27 -08:00
Kevin Morgan
45bda72ebd Handle the lobby in this scenario 2020-11-02 04:15:53 -08:00
Kevin Morgan
c90ba1b107 There seems to be some kind of problem with compare as a virtual method. 2020-10-20 06:05:27 -07:00
Kevin Morgan
b0877d09f3 local variable declaration needed. 2020-10-20 06:04:22 -07:00
Kevin Morgan
95122a8a5f Reworked enemy clearing. Somewhat like Oarc's method, but a little different. 2020-08-31 13:36:10 -07:00
Kevin Morgan
281b708012 Log research started and completed. 2020-08-31 00:54:36 -07:00
Kevin Morgan
c657f5ca76 Move all the lua files to lib/ except config and control. Move old unused files to unused/ 2020-08-08 01:04:19 -07:00
Kevin Morgan
fc993c1604 Snapshot of latest config 2020-08-08 00:43:19 -07:00
Kevin Morgan
cfd5269402 Separate heap entries from the heap structure itself. I think this may have caused some problems, but I'm not enough of a lua expert to know for sure, and I need to investigate it. 2020-08-08 00:42:42 -07:00
Kevin Morgan
0337cd37d3 Add facility to specify properties (immutable) to initial spawn items. 2020-08-08 00:41:13 -07:00
Kevin Morgan
cad83d66be Stash a global to this modules, for debugging. 2020-08-08 00:40:16 -07:00
Kevin Morgan
c683ec12ed Implement a mechanism to apply a custom terrain, outside of the special spawn terrain generation. 2020-02-23 20:07:11 -08:00
Kevin Morgan
dabad78d88 Restrict silo chunk generation to the immediate area. 2020-02-22 19:06:04 -08:00
Kevin Morgan
d666d04a3f Snapshot of latest changes. Extract PaveWithConcrete. Minor reorg of chunk generation in FermatSpiralSpawns. 2020-02-03 23:24:59 -08:00
Kevin Morgan
8819890829 Rename function to generate water rails 2019-12-23 18:40:10 -08:00
Kevin Morgan
214ebe43ab Make the moat deepwater in case swimming is enabled. 2019-12-07 18:41:58 -08:00
Kevin Morgan
f6f36e6f33 krastorio scenario 2019-09-29 22:38:52 -07:00
Kevin Morgan
e0bc038930 Merge branch 'master' into bunkerstart 2019-09-03 23:25:15 -07:00
Kevin Morgan
08886667b1 map_gen_settings from RedMew 2019-09-03 23:08:50 -07:00
Kevin Morgan
1f1d4dcb67 Support for Omniore mod scenario 2019-09-03 23:07:21 -07:00
Kevin Morgan
864c910d11 Tweak config. whitespace adjustment. 2019-08-17 00:45:19 -07:00
Kevin Morgan
6f7849d2cb Possible debugging 2019-08-17 00:44:03 -07:00
Kevin Morgan
08903b7d95 Generate water rails for waterworld 2019-08-17 00:42:55 -07:00
Kevin Morgan
f6386d9610 better logging for commands. 2019-08-14 22:30:24 -07:00
Kevin Morgan
ad5cd7c974 Minor updates. disabled recipes. log commands. 2019-08-10 00:02:46 -07:00
Kevin Morgan
f8de6f139b minor tweaks. ApplyForceBonuses(). 2019-07-27 08:43:06 -07:00
Kevin Morgan
f3bf6129c1 Remove RSO stuff. Reorganize chunk construction. 2019-07-02 11:55:10 -07:00
Kevin Morgan
fee8512791 Minor config tweaks 2019-06-28 23:17:54 -07:00
Kevin Morgan
26c1bd2e1d Configuration for basic FermatSpiralSpawns, with resources for bobs+angels 2019-06-14 22:42:22 -07:00
Kevin Morgan
4bee4bbcae Attempt to unify bunkerstart and riverworld. 2019-06-13 22:06:19 -07:00
Kevin Morgan
7cf3973370 Tweak water settings 2019-06-06 22:33:57 -07:00
Kevin Morgan
d7ba1dd727 Teleport sanity check. 2019-06-06 22:33:42 -07:00
Kevin Morgan
460784f09b While the teleport is disabled, just eject them from the vehicle. 2019-05-08 19:47:51 -07:00
Kevin Morgan
2faf955bc8 Rework teleport mechanics. Teleport destinations are looked up dynamically, so the teleports themselves can be moved around. 2019-05-08 19:43:27 -07:00
Kevin Morgan
caa390bfff update scenario because API changed defines.inventory.player* to defines.inventory.character*. 2019-05-02 21:20:06 -07:00