Jump to content

eezstreet

Members
  • Posts

    5,207
  • Joined

  • Last visited

Posts posted by eezstreet

  1. The game randomly picks between gfx/misc/electric and gfx/misc/fullbodyelectric2 and forces the hue to red and applies it like lightning.

     

    EDIT:

    Protect = gfx/misc/forceprotect

    Not sure on the absorb one though. doesn't appear to show up where i would normally find it (along Protect drawing)

  2. Now I'll explain why CLASSes exist for NPCs.

    In Singleplayer, Raven used C++ instead of C as far as programming languages go for coding the game. Each NPC had its AI stored in a new class (or in the files, CLASS). Making a new class could be quite a bit of work for them, so naturally they just hardcoded it all to the reborn AI. Wonder why NPC AI isn't so great in MP? Because they got ported from C++ to C. Nasty.

  3. Ah...was cultistcommando the other one? I always thought it had to be hard coded...people always tried to copy the cultistcommando npc and replace it with jango and cry when it didn't work. Thats pretty strange, coding to the npc name itself

    Yes. All of the cultists are name-based; Raven refused to make any new CLASSes for no apparent reason (probably sheer laziness - I'll explain why in a minute).

    ...could the npc theoretically be anything as long as it has the right name?

    Not sure what you're getting at. If you have two NPCs with the same name, only one will spawn. (/npc spawn cultist_destroyer <- which one of your clones will spawn? NONE. only the first one in the file, or first one in alphabetical file name.)

    Is there anything else huge that the game neglected to finish?

    I'll ask Rich at some point and see if I can get any more info.

     

    EDIT: Spoke with Rich. Here's what I've gotten (old and new info):

    - Siege was originally in JK2, but left out (MB1 origins = here??). Originally it started out as "a generic script-driven objective system". The bots were able to recognize specific objectives via triggers/shooting things. Classes wasn't added to the code until JKA

    - RMG (random map generation, like in SoFII) is confirmed working in base (I have tried it before, just never got it to work)

    - There is a top-down map overlay that was originally supposed to be used as the minimap. Cvar still exists ingame, but most of the functionality in it is broken, and requires engine hacks to fix.

    - Many, many changes were made with Siege. A lot of the original classes were watered down, and made more similar at some point during the game. Interestingly enough, an Activision producer -- not a Raven one made the decision to change this.

    - There is still code existent in the game in JK2/A for awards such as "Excellent!"

    - Code for XBOX lobbies still manifests within the UI code (mostly)

    - Oddly enough, JA on the XBOX version has a Vicarious Visions intro video, as well as Raven, Lucasarts, and Activision ones (talk about a handful)

  4. Thanks, eezstreet! If I had an effect under that name, would it run it like it's supposed to?

    That is correct. The game registers the effect but it doesn't exist (at least that is my theory. I didn't check to see if it is actually used)

    Any reason why some of the others (SiLink) didn't get the same effect?

    They were playing in MP. The effect only works in SP (any unarmed NPC like non-saber cultists in MP will try to punch you...some mods correct this)

    Why the heck would they just leave an npc lying around?

    A lot of content is left out of the game for unknown reasons. In JK2, it is confirmed that (straight from JK2's lead designer) they left out two levels in Cairn. (All we have is their dynamic music files, but it still confirms it). There are also some unused glider/flyer NPC for Yavin (complete with AI!!).

    In JA, we have more. There's two unused (but cool) Cultist NPCs and rideable rancors and wampas that they used for testing the Tauntaun before they had a model for it (also confirming that those models existed first. My theory is that they made t2_rancor before the hoth missions, which makes sense on the technical end). There's unused vehicle files for ships. iirc, Rich Whitehouse (lead programmer of JK2/JA's MP) told me that Siege was completely redone several times in terms of design.

    Point is, they move a lot of content, and sometimes there are discrepancies between what is used and what isn't. Heck, other companies do it too (difference being, I doubt they think 6 < 5...kudos if you get the reference)

    therfiles and Link like this
  5. The cultist destroyer is an unused base NPC (and like all the cultist AI of JKA MP, is broken. This one has no code in MP) that charges towards you and explodes, instantly killing you in SP. The explosion effect is missing in base JKA (force/destruction_exp is the effect), as are the sounds. It cannot be duplicated; it's effect is hardcoded to that specific NPC_type.

    MUG and therfiles like this
  6. Did some digging. There appears to be no limit in species count (nor would there be, there's no need for a limit). However - You can only have up to 32 different customization parts of the same kind on one model (so 32 different heads/32 different torsos/32 different legs = 32768 different combinations on one species)

×
×
  • Create New...