Jump to content

eezstreet

Members
  • Posts

    5,207
  • Joined

  • Last visited

Everything posted by eezstreet

  1. You're correct. I have to really dig into the field better, but this sounds right.
  2. Additionally, these NPC names are hardcoded to spawn with no weapon: MonMothma Anything beginning with "elder" (such as elder_jarjarbinks) Anything beginning with "prisoner" (such as prisoner_jarjarbinks) All neutral NPCs will spawn with WP_NONE, regardless of class. These "enemy" types: Anything beginning with "protocol" interrogator sentry ugnaught
  3. It's hardcoded, looks like, to spawn with a blaster if it's on TEAM_PLAYER. Setting it to neutral team seems to work.
  4. I think redsaurus' mod was a code mod, not reweighed models. If I remember right, JKG uses a similar method to do its armor models.
  5. Set the "rank" to be "commander" iirc, that's what makes them spray in alt fire.
  6. Change the class to CLASS_JAWA and it should work. For fun, you could replace the jawa sound with jarjar saying "Mesa Jar Jar Binks"
  7. What's the NPC's name? You might have to set them to CLASS_UGNAUGHT or CLASS_JAWA in order for it to work properly, not CLASS_PRISONER. Also if you're replacing an NPC, keep in mind that ICARUS can assign NPCs weapons (examples: NPCs in the bar on ns_streets, prisoners on artus_detention, et al)
  8. Depends on how the droideka is used. If it's an NPC, you can get away with weapon_bot. The droideka could be reusing the cultist_commando stuff, since it's hardcoded to have two weapons.
  9. It is. As it turns out, you can just avoid the countdown, that's what I'm getting at here. It says "If it does not, click here". The "here" in the link can be extracted with no real issue.
  10. I figured that would be the tricky part. You could bypass that and go for the direct download link on the page though by waiting for the correct amount of ms.
  11. Make WebAdmin a real thing. Bazinga.
  12. Hmmk. In a nutshell, it would just download everything off the site via some HTTP transfers. Preferably done on a loop, each iteration being a file. Brownie points for making it multithreaded. The best way I can think of doing it multithreaded involves chucking all the downloads into a queue, and then assigning each thread an index in the queue. You'd need to parse the JKFiles page for the div tag (or...shudder...table tag) that contains the download. It follows a fairly generic setup, and what you're looking for is the page link to Filefront. From there, it sends...something to the client to invoke a download prompt on the browser. You'd want to intercept this and make it chuck all the .zips into the queue. The main thing we need to do before the big pull takes place is put in some kind of blacklist of files, to prevent files we don't want from being downloaded. But before the big download takes place, you'll want to try it out on one or two files first anyway. That's the basic gist of it anyway.
  13. Should make @@spior's bot (if he's making one, I dunno if he took my suggestion seriously) run a lot more efficiently.
  14. Ghoul 2 is a proprietary format. I can't think of a single company besides id Tech that's given out any sort of proprietary format. Back when I used to be a Diablo II modder, every single tool was made by the community. Course, it's more populous in general, and the audience of the original game was for more mature people, but my point here is that if they could do it, so can we.
  15. IMO, just grab the good/remotely interesting ones. No need wasting time over someone's very poor quality Reborn reskin.
  16. That's an option I suppose, but they haven't been real responsive about that one. Talk to LA though, really.
  17. That's a pity. I was beginning to like (Sh)Git. assuming he was going to go from Git -> SVN/Hg, of course
  18. Isn't it a bit biased for a clan to critique itself?
  19. You'd want to write a bot that: 1. Detects if you're on the JK2Files main server (the one that lists Luke - Splinter of the Mind's Eye as one of the newer files) 2. Scours each category and downloads each file.
  20. Ask @@spior to code a bot that scours the site for downloads. In theory, a bot for this wouldn't be complex, it would just be tedious and hard to stress test, especially with all that's going on. My advice for now would be to DL all files that are after the site breakiness.
  21. This isn't going to back up the files using that backup, its just going to back up the pages linking to them. also, you should ignore all files by Ful'CruM.
  22. As an aside, if we got the single player SDK, that would help immensely since it has the structure of the void pointers that were used in multiplayer to type the ghoul 2 instances properly. This would give us a lot of leverage. So please, someone, talk to LucasArts about releasing the SDK for SP, Raven has it packed up for both JK2 and JKA!!
  23. Do it, and I'll give you a waffle. No, make that two of them. the only thing is that Ghoul 2 has dismemberment and skins and stuff. You'd need to readily support that. Not to mention you'd lose mod support pretty easily. But if you converted GLM models to another format on the fly... tl;dr, there's no point at all really in using a different format without losing a ton of feature support.
  24. Thanks for the tips. Yes, this was created from scratch more or less using two different cloud textures, some radial blur, the JK shape, and a lot of glow. I think the JK logo itself needs redone, since it doesn't quite match what the logo should look like. I should probably play around a bit with the color/glow of that layer, and reduce the masking of the glow (so it stretches out a bit farther)
  25. Hyperactive somatic inferior rage tango mode activated.

    1. Futuza

      Futuza

      Rage Tango?

×
×
  • Create New...