« || »

Bounties upped, poll, things

Jago stepped up and doubled the amount of the .lit support and hint/skip/detail bounties for aguirRe’s tools. They are both 50$ now. Sweet!

I have not heard back from the Ogg Vorbis bountieer. If you read this, please send me a sign of life.

The origin brush bounty might be unnecessary. Enter Urre:

Origin brushes are overrated, you can do fine with the func_rotating->info_null combo to get origin, no need to specify it manually. (Or was it called rotate_object?)

I’m starting to feel like I should make a tutorial for this, as it’s still a problem.

If that would solve the issue for mappers, Urre would get the bounty.

← I can haz a mew poll.

I did not work on the site.

Everyone loves negke.

09.07.2010 in quaddicted.com | 7 Comments »

7 Responses to “Bounties upped, poll, things”

  1. gb Says:
    09.07.2010 17:17

    The origin brush thing is solved; Baker made a program to run in front of hmap2 that converts origin brushes to origin keys, and there was recently a discussion and lots of code posted at i3d about how to add support to an engine, and how to do it in QC. The threads were by Baker, the original code by avirox or possibly from Quake 2, the map compiler fix is by Lord Havoc, and I forgot who the original tutorial is by. Updated QC code (using rotate_blah and info_null instead of an origin brush) comes from RMQ, inspiration indeed by Urre.

    What’s necessary isn’t origin brush support anymore, what’s needed in map compilers is the same fix that was done by Lord Havoc in hmap2.

    Map compiler (QBSP) must support setting the origin on rotating bmodels properly. Atm, only hmap2 supports that, so it would be worth a bounty to make tree / txqbsp play along nicely.

    Engine must support that too; atm, DP, FTE, Proquake, Qrack and RMQ engine support that as far as I know. The tutorial is on i3d and was written by Baker, adapted from Avirox, and the original tutorial is from the old QSG collection I think.

    Anyway, anything that starts with rotate_ will get its origin from a point entity it targets. This behaviour is part of hiprotate support. After Urre banged my head against that fact a couple times, this is how RMQ does it now.

    Placing an info_null in the map compiler is just as easy as using origin brushes, and works in all editors, and doesn’t need the converter program.

    Manually giving the bmodel an origin key works in theory, but Worldcraft doesn’t play along with this, hence the info_null method is the easiest overall IMO.

    And yeah, rotate_object ;-) or anything else that starts with rotate_.

  2. gb Says:
    09.07.2010 17:20

    http://forums.inside3d.com/viewtopic.php?t=2345

    http://forums.inside3d.com/viewtopic.php?t=2376

  3. gb Says:
    09.07.2010 17:22

    Links to the i3d tutorials / discussion:

    http://forums.inside3d.com/viewtopic.php?t=2345

    and

    http://forums.inside3d.com/viewtopic.php?t=2376

  4. ijed Says:
    10.07.2010 23:17

    Yep, bounty goes to Baker or Gb.

  5. ijed Says:
    11.07.2010 03:36

    Or whoever adds it to AguirRe’s compiler…

  6. gb Says:
    11.07.2010 19:47

    Yeah, do a small bounty for adding this to tree/txqbsp.

  7. Baker Says:
    15.07.2010 05:17

    I’d really like to see the support added to txqbsp.

Leave a Reply