You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 2, 2020. It is now read-only.
World of Padman uses special surface flags (carpetsteps, latticesteps etc.).
This requires either a game definition (e.g. game_wop.h) for q3map2 or using the -custinfoparms switch (see default_build_menu.xml). If using the switch, q3map2 parses a scripts/custinfoparms.txt from the configured VFS.
For some reason a default installation of World of Padman does not include custinfoparms.txt, and therefor it was added to WoPPack in 3a66043 and 469d0df.
The best fix would most likely be the inclusion of custinfoparms.txt in the default World of Padman installation (pinging upstream @worldofpadman), which in turn would require a new (patch) release, which is unlikely.
World of Padman uses special surface flags (
carpetsteps,latticestepsetc.).This requires either a game definition (e.g.
game_wop.h) forq3map2or using the-custinfoparmsswitch (seedefault_build_menu.xml). If using the switch, q3map2 parses ascripts/custinfoparms.txtfrom the configured VFS.For some reason a default installation of World of Padman does not include
custinfoparms.txt, and therefor it was added toWoPPackin 3a66043 and 469d0df.The best fix would most likely be the inclusion of
custinfoparms.txtin the default World of Padman installation (pinging upstream @worldofpadman), which in turn would require a new (patch) release, which is unlikely.