Oarcinae
01d41297ba
More settings tab and info tab work done.
2024-09-07 07:00:29 -04:00
Oarcinae
e278f216c0
Saving GUI work for in game settings menu.
2024-09-06 21:10:29 -04:00
Oarcinae
0ace14d001
More gui style and issues cleanup. Changed starting items logic to allow for mods with starting item kits.
2024-09-05 21:15:56 -04:00
Oarcinae
fd2d4052ff
More gui work done. Cleaned up primary spawn options. Several things still missing proper gui styles.
2024-09-05 13:18:47 -04:00
Oarcinae
8dd0e709fa
Saving lots of work on gui stuff and shared and buddy spawns.
2024-09-04 22:21:43 -04:00
Oarcinae
60fba766a1
Improving GUI internal logic and user experience (shared spawns now auto refresh)
2024-08-28 01:36:02 -04:00
Oarcinae
42ad29a6f0
Working on distance selection slider to replace near/far buttons.
2024-08-24 21:06:43 -04:00
Oarcinae
394148813a
Better spawn preview logic. Slowly working on exposing all mod settings in the custom in-game GUI tabs.
2024-08-23 14:16:11 -04:00
Oarcinae
2108835030
Working on GUI tabs. Currently only placeholders. Removed filename header info.
2024-08-21 20:46:29 -04:00
Oarcinae
d919928951
Regrowth and spawning works on multiple surfaces now, but needs a lot of testing and fixing still.
2024-08-21 14:03:48 -04:00
Oarcinae
f3e04c88ce
MAJOR work to do conversion to a proper mod! Started to connect surface selection in GUI to implementation.
2024-08-16 01:40:16 -04:00
Oarcinae
7b2b26a330
First empty commit for V2.
2024-08-10 10:07:30 -04:00
Oarcinae
af050c6d65
Possible bug fix for reported error but not 100% sure...
2020-08-24 21:32:54 -04:00
Oarcinae
34b426b956
Fix bug ()hopefully) also remove table.remove usage.
2020-07-06 15:45:13 -04:00
Oarcinae
989afdfb78
Lots and lots of renaming and rework of regrowth. Definitely still buggy.
2020-06-18 23:18:29 -04:00
Oarcinae
8ff97a117a
Adding a resource scaler based on distance from spawns.
2020-03-20 13:26:56 -04:00
Oarcinae
a46c9a4889
Make it so buddy spawns work with the new enemy offline inhibiting system. Fix broken render fadeout.
2020-02-16 14:30:27 -05:00
Oarcinae
7960dd3b57
Added shared electricity, tweaks to center spawn and added render text for joining player. Sorted shared item list by alphabet.
2020-02-07 01:15:38 -05:00
Oarcinae
1a419db745
Fix buddy gui bug (already commit in master)
2020-02-05 20:37:38 -05:00
Oarcinae
dcdd8876e2
Not sure why this is a problem...
2019-10-12 11:38:17 -04:00
Oarcinae
dc3c8141c4
Additional checks for invalid buddies.
2019-08-01 11:00:42 -05:00
Oarcinae
aea2932315
I think I have the GUI stuff working now? minimal globals...?
2019-07-31 22:25:03 -05:00
Oarcinae
5d94efc2f3
F'd up the buddy spawn GUI stuff.
2019-07-31 15:22:59 -05:00
Oarcinae
c94bef3e77
Working on new GUI improvements and converting regrowth into a mod.
2019-07-31 13:53:21 -05:00
Oarcinae
43fb788262
Whoops. Forgot quotes.
2019-06-08 21:32:27 -05:00
Oarcinae
96b00cbb19
Change player joining spots to be permanent spots, not only while online.
...
Added writing out to file option for discord or other types of integrations, disabled by default, only writes for servers.
2019-06-07 22:52:14 -05:00
Oarcinae
b634435faf
Added loaders as a config option.
...
MOVED TO MOD GUI - WAY NICER!
2019-06-03 00:10:19 -05:00
Oarcinae
333dec557a
Fixing another typo bug and adding silo islands as an exposed option now.
2019-04-28 14:58:59 -04:00
Oarcinae
badd4ab018
Converting my table references to something less insane.
2019-04-10 20:40:34 -04:00
Oarcinae
9fa17f53b7
Ton of work to separate out the config settings and put them into global table so we can modify during run time. Also to make sure same code can support the mod version.
2019-04-10 13:59:57 -04:00
Oarcinae
637780b3ff
Clean up of config file and welcome text. Trying to trim things down a bit and get rid of my own customized stuff to make it easier to update/maintain for others.
2019-03-29 21:51:07 -04:00
Oarcinae
6c581bfd3a
Incorrect text for player joining another player's base. Error made when I added translation support.
2019-03-29 21:07:48 -04:00
Oarcinae
b7bfadf784
Standardized on log() for debug printing.
2019-03-26 16:56:59 -04:00
Oarcinae
5765bc65e8
My first attempt at adding locale for translation support. Only the core game menu text has been converted.
2019-03-25 21:34:17 -04:00
Oarcinae
c813b47fed
I'm finished with adding support for vanilla spawns. Cleaned up some text and removed support for BOTH "oarc-type" prefixed spawns and vanilla at the same time. It's not possible to balance them correctly.
2019-03-25 18:05:47 -04:00
Oarcinae
2afd833eff
Found a few bugs in the old spawn validation logic, but were so rare as to not happen. Vanilla spawns is close to being done I think. Needs proper testing now.
2019-03-20 16:02:50 -04:00
Oarcinae
d07f767389
I have a close to complete vanilla spawn solution. Needs testing and tweaking though...
2019-03-19 16:46:31 -04:00
Oarcinae
41bc37b36b
I think I found an issue with variable scope in the buddy spawn gui logic.
2019-03-19 15:30:40 -04:00
Oarcinae
2f4fef256a
Trying to push out some minor changes. Added restart player button in admin panel (next to ban button). Updated readme to use --map-settings because it DOES seem to work.
2019-03-15 15:58:39 -04:00
Oarcinae
3a94480f0e
Cleanup some old vars which should have been local. Also more comments in a few key places. Also added research queue enabled by default yay!
2019-03-13 21:06:08 -04:00
Oarcinae
f870f720db
Returning alien params config since --map-settings doesn't work.
...
Also improved biter/worm spawning and scaling with overall distance and distance to bases.
Reimplemented anti-grief stuff, not really tested though.
Getting pretty close to a good .17 stable version.
2019-03-11 09:29:00 -04:00
Oarcinae
b60c7f71fd
Dupe label caused error?
2019-03-03 17:30:19 -05:00
Oarcinae
e1839a8756
Moving around stuff, about to test on headless.
2019-03-01 21:07:24 -05:00