q2community / quake2-rerelease-dll

Fork of the official quake2-rerelease-dll
https://store.steampowered.com/app/2320/Quake_II/
GNU General Public License v2.0
22 stars 3 forks source link

Request: Minimal mod example #8

Open darkshade9 opened 10 months ago

darkshade9 commented 10 months ago

Purpose: Generating an example of how to create a mod that is compatible with the Rerelease will assist developers, old and new, on generating new content and potentially convert old favorites from classic Quake II over to the Rerelease.

Criteria: Create a minimally viable mod 'template' example that performs something simple. Document / add comments to clarify and assist future developers on how the mod interfaces with the API/cgame.

darkshade9 commented 10 months ago

Good example video https://www.youtube.com/watch?v=PiSMiS3Epyk

NeonKnightOA commented 10 months ago

What about a simple Instagib mod? Remove all the weapons and items, make the Railgun the only starting weapon, and that's it.

darkshade9 commented 10 months ago

Can we achieve Instagib in the vanilla base game with cvars like g_no_items, g_start_items and g_instagib ?

darkshade9 commented 10 months ago

10