Commit graph

66 commits

Author SHA1 Message Date
a-bad-dev
bb6bc192e9 quick and hacky way to automatically start matches 2026-01-03 20:18:39 -04:00
a-bad-dev
23a4c7d6bb Revert to original background.png v1.0.0-alpha 2026-01-01 20:18:10 -04:00
a-bad-dev
0b36763595 Minor updates to header/background
- Blur the background with a different method
- Add a shadow to the header
2026-01-01 20:04:13 -04:00
a-bad-dev
9f0f63c4d3 Add a header, screenshot, and icon 2026-01-01 12:24:35 -04:00
a-bad-dev
4d5907f3f7 Add structures to forest-3 2025-12-31 23:24:34 -04:00
a-bad-dev
24c18f9acf
Remove ABMs
what are the odds this breaks smth?
2025-12-31 21:39:05 -04:00
a-bad-dev
fc4a5935fa
Update CONTRIBUTING.md 2025-12-25 20:34:17 -04:00
a-bad-dev
af082c8d54
Create CONTRIBUTING.md 2025-12-25 20:32:21 -04:00
a-bad-dev
ebf3b6cfa9
State that 5.9.0 or later is required 2025-12-25 20:24:12 -04:00
a-bad-dev
c35c928dee
Set minimum engine version 2025-12-25 20:09:46 -04:00
a-bad-dev
1a24be1d41
Rename reset to stop 2025-12-25 18:54:53 -04:00
a-bad-dev
882615f26f
Update TODO.txt 2025-12-25 18:51:09 -04:00
a-bad-dev
fea5b81cb6 Make classes configurable per-map 2025-12-25 18:48:10 -04:00
a-bad-dev
58849c0164 Merge branch 'main' of https://github.com/a-bad-dev/simple-shooter-game 2025-12-24 04:18:42 -04:00
a-bad-dev
03c49b245c Add map-specific hacks to fix a problem...
pls rewrite the game :c
2025-12-24 04:17:15 -04:00
a-bad-dev
2d63feba08
Update README.md 2025-12-24 03:36:11 -04:00
a-bad-dev
fb95489fb0
Fix a missing comma 2025-12-24 03:35:11 -04:00
a-bad-dev
2be8eea781 Lots of updates
- Map-specific pre-match times
- Remove /load and change /start syntax to /start <map>
- Scripts for each map that are run at start time, barrier removal time, and end time
- New map forest-3
- A few minor bugfixes
2025-12-23 22:49:31 -04:00
IonicCheese
acfeef6d01
Make weapons bigger and greater (#7) 2025-12-21 14:05:47 -04:00
a-bad-dev
aee1534e12
Update TODO.txt 2025-12-16 00:35:30 -04:00
a-bad-dev
feba0eac84 Split the main mod into several smaller mods
yes, this means   m o r e   g l o b a l s
2025-12-12 16:43:14 -04:00
a-bad-dev
44c1be6a55 Move chatcommands to a seperate mod 2025-12-12 15:56:50 -04:00
a-bad-dev
133480f8a2 Add more structures to the forest map 2025-12-12 15:24:33 -04:00
a-bad-dev
5434d7b604
Add a disclaimer 2025-12-12 13:55:51 -04:00
a-bad-dev
63a1c52c48
Fix newlines 2025-12-12 13:53:49 -04:00
a-bad-dev
c0d2c15fe4
Add a tutorial on how to create a map 2025-12-12 13:52:45 -04:00
a-bad-dev
e97de48d7d Add new map forest-2 2025-12-11 23:43:50 -04:00
IonicCheese
f6074ec9f0
Fix stupid typo 2025-12-10 19:25:24 -08:00
IonicCheese
17eeae8937
Massive update (#6)
* Refactor some of the code, multiple bug fixes

* Fix something stupid

* More bug fixes

* LOTS OF STUFF

* Make the sniper alot stronger and other changes

* Prevent Players from respawning in the middle of a match

* Fix stupid mistake

* Small update

* More updates

* Remove minimap access.. and downgrade the sniper class
2025-12-10 23:17:42 -04:00
a-bad-dev
6c26978752
Increase priority of rewriting the main mod 2025-12-10 02:06:19 -04:00
a-bad-dev
579c615b9d Merge branch 'main' of https://github.com/a-bad-dev/simple-shooter-game 2025-12-09 23:52:25 -04:00
a-bad-dev
18d2bc0477 Use player metadata instead of a global for storing the player skin 2025-12-09 23:51:48 -04:00
a-bad-dev
4dc405b125
Update TODO.txt 2025-12-09 23:08:19 -04:00
a-bad-dev
671ffdd317
Update TODO.txt 2025-12-09 22:59:21 -04:00
a-bad-dev
99705c7abe Give the player more weapons and more ammo 2025-12-09 22:41:09 -04:00
a-bad-dev
fc0ed49147 Change initial ammo to 15 instead of 3 for now 2025-12-09 22:27:05 -04:00
a-bad-dev
abba7f2f2e Add structures to the forest map
Also add the spawn mod so beds work
2025-12-09 22:06:48 -04:00
a-bad-dev
4319c48100 Merge branch 'main' of https://github.com/a-bad-dev/simple-shooter-game 2025-12-09 20:47:53 -04:00
a-bad-dev
303ae357db Add beds 2025-12-09 20:46:53 -04:00
a-bad-dev
23ab55a6dd
Add teams 2025-12-09 20:39:20 -04:00
a-bad-dev
696d095417 Add doors mod 2025-12-09 20:10:49 -04:00
a-bad-dev
b8c1ec9c6e
Make nametags invisible 2025-12-09 19:04:33 -04:00
a-bad-dev
3728e0d29e
i pushed to the wrong repo ._. (#5)
* Hide crafting grid in player inventory

* Put all the MTG stuff in a modpack

---------

Co-authored-by: CrazyladMT <crazyladttd@outlook.com>
2025-12-09 17:42:04 -04:00
a-bad-dev
8ff3299dcc
Remove "Inventory" 2025-12-09 16:55:57 -04:00
CrazyladMT
b2470ad574
Hide crafting grid in player inventory (#4) 2025-12-09 16:21:41 -04:00
a-bad-dev
43458920a6
Improve styling of TODO
Also remove a few items that have been completed.
2025-12-09 15:12:41 -04:00
a-bad-dev
2259be43a2
Dehardcode map
* Dehardcode maps (currently not working)
maps need work and proper configs

* Fix bugs
i'm terrible at lua

* Add proper maps and configs

* Fix some bugs
the game at least loads now, though it crashes when you run /start <a map>

* Fix more bugs
The map starts now though you don't get teleported to it.

* Teleport the player to the map spawn on start

* Fix lots of bugs
It mostly works now

* Add butterflies mod

* Another bugfix

* Add fireflies mod

* Add vessels mod (dependency for fireflies)

* Add a sprint mod

* Add a spawnpoint
no more falling into the void

* Update TODO.txt

* Fix the barriers being offset by 2
Also add more dependency mods
2025-12-09 03:17:00 -04:00
a-bad-dev
319422974a
Mention the 'wip' branch for dehardcoding maps 2025-12-08 22:36:33 -04:00
a-bad-dev
404b664617
Add link to Luanti 2025-12-08 18:15:11 -04:00
a-bad-dev
a443b073a3
Add priorities to specific things 2025-12-08 18:12:41 -04:00