Skip to content

Releases: ItEndsWithTens/Quinstance

Quinstance 0.3.2

19 Sep 18:35
Compare
Choose a tag to compare
Quinstance 0.3.2 Pre-release
Pre-release

Quick patch, major bug! If you compile in the same directory as your input, version 0.3.1 would overwrite your input file with the collapsed version.

Quinstance 0.3.1

19 Sep 16:18
Compare
Choose a tag to compare
Quinstance 0.3.1 Pre-release
Pre-release

Fixes a dumb copy and paste error with regard to .texinfo file handling, and adds missing usage info for the new --remove_entities option.

Quinstance 0.3.0

18 Sep 22:41
Compare
Choose a tag to compare
Quinstance 0.3.0 Pre-release
Pre-release

A couple of tiny bugs got fixed this time, but the real news is support for entity removal! Since no current Quake map editors display the contents of a func_instance entity, it's sometimes helpful to build placeholder geometry to visualize clearances, distance, and the overall shape of your instances. Having to mess with VisGroups to keep that stuff hidden when compiling, however, is a bit of a pain. At the suggestion of one Adib Murad I've added a simple parameter, --remove_entities (or just -r) that will strip all such entities out of the map before resolving instances and compiling. Tie your placeholder geometry to a brush entity, say func_placeholder, and provide it to your Quinstance command line: quinstance input.map --fgd quake.fgd --remove_entities func_placeholder

More detail is in the readme, and the included FGD/ENT files have been updated accordingly. Have fun!

Quinstance 0.2.2

16 Aug 23:07
Compare
Choose a tag to compare
Quinstance 0.2.2 Pre-release
Pre-release

Just a quick maintenance update. Fixes the embarrassing lack of detail in the readme's configuration instructions, and at the same time updates VMFII to the latest code.

Quinstance 0.2.1

26 Oct 02:44
Compare
Choose a tag to compare
Quinstance 0.2.1 Pre-release
Pre-release

My apologies to the Linux/OS X users out there! Despite what I thought was adequate testing I managed to let a major bug slip through in both versions so far. Version 0.2.1 now uses an absolute path when calling VMFII, which takes care of the program flat out not working on those operating systems.

On top of that, this version should also properly handle maps whose worldspawn entity doesn't have "classname" "worldspawn" as the first line of its block, which is a great number of them, from the look of things.

Quinstance 0.2.0

23 Oct 20:14
Compare
Choose a tag to compare
Quinstance 0.2.0 Pre-release
Pre-release

Mother of God, that was terrifying. I created a useless tag by mistake, then accidentally nuked the whole master branch on Github trying to fix it. Luckily a simple force push got things back in order. I hope.

In any event, support is finally here for the classic QuakeEd format, so if you use TrenchBroom, NetRadiant, or another such editor, you won't have to convert your maps by hand before sending them through Quinstance. Have fun, and do let me know if something's gone wrong!

Quinstance 0.1.0

19 Oct 19:39
Compare
Choose a tag to compare
Quinstance 0.1.0 Pre-release
Pre-release

Finally got something together! Still no support for .map formats beside Valve 220, I'm sorry to say, but this release had to come first. My experimental changes to VMFII were a bit too intrusive, so the idea became its own project, and getting that up and running was the most important thing to me. Conversions from the classic QuakeEd format to 220 don't seem too crazy, thankfully, so I'll be taking a crack at that ASAP. Until then, I'd recommend opening your maps in Jackhammer and exporting them as .map files, as JH imports QuakeEd and exports 220 just fine. Enjoy!