ec- / Quake3e

Improved Quake III Arena engine
GNU General Public License v2.0
1.15k stars 148 forks source link

custom entity overrides via mapname.ent files #275

Closed Kr3m closed 3 months ago

Kr3m commented 3 months ago

Support for overriding map entities with a mapname.ent file in the maps folder.

ensiform commented 3 months ago

Fwiw this is dirt simpler and is done in ETe already, courtesy of OpenJK:

https://github.com/etfdevs/ETe/blob/master/src%2Fqcommon%2Fcm_load.c#L487-L514

https://github.com/etfdevs/ETe/blob/master/src%2Fqcommon%2Fcm_load.c#L743

I already proposed merging it a while ago but got rejected iirc.