Jump to content

eezstreet

Members
  • Posts

    5,207
  • Joined

  • Last visited

Everything posted by eezstreet

  1. Still haven't figured out what is wrong with the efx parsing in iojamp

  2. http://www.youtube.com/watch?v=U45NfWSX-Vk
  3. Caelum, I'd just like to interject for a moment. What you're referring to as Linux, is in fact, GNU/Linux, or as I've recently taken to calling it, GNU plus Linux. Linux is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX.
  4. Serverside mods don't touch the trail (or any kind of weapon effect period). They can do some funky things with the functions of guns though (the rocket luancher's homing alt fire is completely server side)
  5. I'm just kidding, I believe that you can do prone. Just seeing if you would actually make it so I could take a look and see what method(s) you used
  6. tbh, I'd rather have an assimp-based GLM exporter app (or ghoul2 for iojamp, hint hint), that way a lot of the different formats could be supported and nobody would be limited to one tool that does a specific thing.
  7. More unused fields: - materialImpact: when added to an effect, crashes the game (usually)
  8. No thanks. My avatar seems pretty good. It's what some people recognize me by.
  9. Looks good. I'll probably at some point be photoshopping additional stuff onto it.
  10. I think I came. Looks great, a;though i would change the proportions a little bit.
  11. Magnavolge sucks. Don't go with them.
  12. make prone and then i'll believe you
  13. Here we go again. Looks like Raven added a whole bunch of flags to the engine parser for .efx that aren't referenced by EffectsEd, but ARE used in the game. You'll have to add these flags via NotePad (EffectsEd does NOT add them to the effect, but the engine still looks for them) flags: - ghoul2Collision: Performs DIRECT COLLISION with any Ghoul2 model in the world (including players). Moderately expensive. Apparently works better in SP than in MP (cannot confirm) - ghoul2Decals: Puts a decal on a ghoul2 model (incuding players). Not very expensive. - relative: Unknown. Probably was a WIP of cheapOrgCalc. Does not work in SP. - paperPhysics/localizedFlash/playerView: Unknown what all of these are, but flip the same flag (so they all do the same thing on different segments), but seems to suggest that the effect is based off of wind. localizedFlash is used by Flash segments only. These do not work in SP (they are physically not referenced) On the flip end of things, spawnflags "lessAttenuation" does not do anything in MP (it DOES work in SP however)
  14. OH NO YOU DINT
  15. fack you and your uh...idk
  16. You also need to have a brushmodel of the player in the map, which is less than ideal in most circumstances
  17. A few of the base maps have been included as part of a packaged deal with GTKRadiant (go nosing around C:\Program Files (x86)\Lucasarts\... if you want to see them, though I wouldn't hold your breath as GTKRadiant 1.4 and down have been known to cause severe issues with Win7/Steam copies of JA due to people not knowing how to code things properly)
  18. This is never going to happen, mostly because bounding boxes do not physically allow for it without rotation (which is impossible without immense reverse engineering -- and it's no small task either)
  19. nah i was hoping for something a bit grungy or involving my avatar somehow. thats a bit too colorful for my tastes
  20. Anybody here artistically inclined enough to make a sig for me? all of my posts seem a bit bare
  21. The playerstate/entitystate is bigger in JKA than in Q3, which might be causing the issue. Bad command byte could mean that the usercommands aren't getting sent properly perhaps (not sure)
  22. Bots never stop holding the use key. They always hold it down.
  23. Yes. Including the GHOUL2 and ICARUS bits. The part I'm working on right now deals with .efx files. Ensiform and Raz0r are working on other bits, and I was going to ask Rich Whitehouse to take a look at GHOUL2 for us (since he stated a while back that he was interested in something like this for JK2) We have .str files being read (they're a little buggy atm). It's a team effort, and all of our code is on stubert's Git. Moviebattles 2 could possibly be released as standalone if they ditch some of the player models and change out the fonts that are used. Also, this means that MB2 could do other amazing things (like increase player cap to 64, change networking architecture, improve graphics, etc) Yes. That's perfectly legal as long as you don't use any JKA assets. Perfectly legal, and ICARUS is pretty unused to its full potential as of now. It was largely agreed upon that ICARUS would be close to impossible without utilizing C++ (which we can use, but it's a bit messy) Yes. Most of the programming stuff is written from scratch pretty much, with the exception of GHOUL2, which we have a file header for (which was hidden in the JK2 SDK until recently)
  24. Should make a Moddb news article about JKHub, that way it draws in more traffic.
  25. http://jkhub.net/forums/viewtopic.php?t=2850 Discuss.
×
×
  • Create New...