Skip to content

0.3.1

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jan 21:01
· 8 commits to master since this release

New

ResMake

Another RESGen but this time it can create an archive of your map.

ResMake is also available online at http://gchimp.romanian-jumpers.com/ (limited to creating .res file only) along with many other random small tools. It is possible to port other gchimp features like Map2Mdl to the web but that might need some significant refactor.

Other smaller stuffs

  • smd_compile: compiles a static mesh without writing .qc file. Only available through CLI for now.
  • Bsp2Wad: self-explanatory. Available for gchimp-web.
  • Dem2Cam: turns a demo into HLAE .cam file. Available for gchimp-web.
  • SmdSplit: exposes underlying smd splitting function for everyone to use. This is similar to another tool https://gamebanana.com/tools/15803. Available for gchimp-web.

Changes

  • wad: fix parsing font and qpic and add writing font and qpic. Fairly feature complete aside from some small caveats with using wad library.
  • loop_wave: now will convert input .wav into 22050khz, mono, and pcm16u.
  • Waddy: fix weird crashes and .bsp import.
  • Map2Mdl: add flatshade and reverse normal option.
  • Improves smd splitting function. S2G, Map2Mdl, and BLBH all benefit from this change. Notably, they will always produce vertex-maxed meshes.

Full Changelog: 0.3.0...0.3.1