ValveSoftware / halflife

Half-Life 1 engine based games
Other
3.66k stars 616 forks source link

Make -nofbo switchable by liblist.gam #1378

Closed RichardRohac closed 10 years ago

RichardRohac commented 10 years ago

As I've coded custom rendering into GoldSrc, one thing gets very annoying, the engine-runtime rendering stuff that wasn't here half year ago (FBO rendering method) and gets initialized now.

I know it can be turned off by command line, but it's just not very convenient. I'm having troubles without running engine with -nofbo command,

It'd be helpful if this would be moved into liblist.gam, as a boolean, which would act as -nofbo command.

alfred-valve commented 10 years ago

The new path isn't opt in per mod, it should be used by all HL1 games.