Garux / netradiant-custom

The open-source, cross-platform level editor for id Tech based games.
https://garux.github.io/NRC/
Other
301 stars 52 forks source link

Old Xonotic default build menu #131

Closed Spike29 closed 10 months ago

Spike29 commented 1 year ago

netradiant-custom-20221212/gamepacks/xonotic.game/default_build_menu.xml is an old version of the build menu.

The latest one is https://gitlab.com/xonotic/netradiant-xonoticpack/-/blob/master/xonotic.game/default_build_menu.xml.

Of course it's possible to replace it manually, but it would be nice to include the new Xonotic build menu in the next NRC release :)

Garux commented 1 year ago

Will include, adjusted it greatly:

-fill in fast presets is suspicious, operation is slow kinda default_build_menu.zip

Spike29 commented 1 year ago

Thanks for taking a look at this!

The -mv and -mi values are also set to 1000000 and 6000000 on the Xonotic map compile server: https://gitlab.com/xonotic/xonotic/-/blob/master/misc/tools/xonotic-map-compiler

I'll try your adjusted menu on NRC with a few maps.

Garux commented 10 months ago

ported -nobouncestore commit https://github.com/Garux/netradiant-custom/commit/2c947b7e9532a4e915dd488bb79b995836f15e53, readded it to build menu too

Spike29 commented 1 month ago

Hello,

We disabled light backsplash on our default build menu (with -backsplash 0 0) because it caused issues on some maps, see https://gitlab.com/xonotic/netradiant-xonoticpack/-/merge_requests/9.

Could you add this change to future pre-compiled versions of NRC?

It would still probably be worth adding a second Final: -bounce 8 -dirty (new Xonotic's default) build entry with backsplash enabled (that's what I do on my end), in addition to the default one with no backsplash.

Garux commented 1 month ago

Ok, will do.

Spike29 commented 1 month ago

Thanks!