UnvanquishedAssets / UnvanquishedTestAssets

A test asset repository for the Unvanquished game project
https://unvanquished.net
0 stars 1 forks source link

add map test-navcons #14

Closed sweet235 closed 6 months ago

sweet235 commented 6 months ago

This map by @cu-kai is in the public domain. Its purpose is to test https://github.com/Unvanquished/unvanquished-mapeditor-support/pull/22

sweet235 commented 6 months ago

We do not yet have support for the navcon entities in this map. But we do have a prototype program that will read this map and output navcon files, at https://github.com/sweet235/navcon-extractor. That is how the navcon files in map-test-navcons_*.dpk were generated.

illwieckz commented 6 months ago

I merged after having denumberized the map.

You can configure NetRadiant to not write noisy comments mentionning every brush and entity number in PreferencesSettings[ ] Add entity and brush number comments on map write (disable). This save spaces and makes diff easier (so it's more git-friendly that way). 😉️