Jump to content

Fighter

Members
  • Posts

    252
  • Joined

  • Last visited

Everything posted by Fighter

  1. I think a dystopian/cyberpunk theme sounds pretty interesting after seeing the images of what that type of theme would look like that people have been posting. As I'm no mapper and won't be able to help you guys, I wish you all good luck! I'm sure it will turn out well.
  2. Welcome to JKHub! Your mod looks pretty interesting, I'll have to check it out sometime!
  3. I think he's referring to how that line looks weird, which probably explains why you weren't getting health. As for Q2, I'll take a look at it again.
  4. Code for Q2: In g_active.c, in the ClientThink_real function, search for: trap_SendServerCommand( -1, va("cp \"%s %s %s!\n\"", ent->client->pers.netname, G_GetStripEdString("SVINGAME", "PLDUELWINNER"), duelAgainst->client->pers.netname) );and replace it with trap_SendServerCommand( -1, va("cp \"%s %s %s with %i health and %i shields remaining!\n\"", ent->client->pers.netname, G_GetStripEdString("SVINGAME", "PLDUELWINNER"), duelAgainst->client->pers.netname, ent->client->ps.stats[STAT_HEALTH], ent->client->ps.stats[STAT_ARMOR]) );Edit: Looking at the code again, it looks like you need to move the above line so it's before this piece of code: if (ent->health < ent->client->ps.stats[STAT_MAX_HEALTH]) { ent->client->ps.stats[STAT_HEALTH] = ent->health = ent->client->ps.stats[STAT_MAX_HEALTH]; }otherwise it'll just print that the winner won with full health remaining. Code for Q3: I think this is a combination of JK3 ClanMod and some OJP code that I use a variation of in my JK3 mod, but it should work fine in JK2: http://pastebin.com/CGXBMWPh If I figure out Q1, I'll update this post.
  5. Fighter

    JK3MD5

    Version 1.0

    132 downloads

    JK3MD5 is a program used to check if your JKA's assets, .exe's, etc have been modified. To do this, it checks the MD5 hash values of your files and compares them to the hash values of unmodified JK3 files. If your MD5 hash value is different, then your files are modified. This can be used to track down problems with corrupt files, experiments you did, etc. This program was made for Caelum in JKH's Secret Santa 2012. I asked for his permission to upload it and update it in the future, and he gave me it.
  6. There isn't. I'm not sure how I feel about this though. It seems like this would possibly take away from the RP and instead cause players to focus more on killing enemies than RPing.
  7. Updated the original post with more info about the mod such as our features, latest plans for the future, etc. I'll try to get some more screenshots or even a video posted in the next few weeks or days as well as update the original post with more info on our features. We're hoping to release in a few months' time at most, so development speed will be increasing.
  8. It looks like you can open .gob files using this. And .gfc files with this.
  9. Can you provide any specifics on the issue?
  10. From the glance I took at the MP code, I think it's ent->client->NPC_class == CLASS_STORMTROOPER || ent->client->NPC_class == CLASS_SWAMPTROOPER || ent->client->NPC_class == CLASS_IMPWORKER Edit: I mght be wrong actually. Perhaps this bit of code I found will help? if ( self->s.weapon == WP_BLASTER || self->s.weapon == WP_REPEATER || self->s.weapon == WP_THERMAL /*|| self->s.weapon == WP_BLASTER_PISTOL */ //rwwFIXMEFIXME: Blaster pistol useable by npcs? || self->s.weapon == WP_BOWCASTER ) {//Hmm, how about sniper and bowcaster? //When first get mad, aim is bad //Hmm, base on game difficulty, too? Rank? if ( self->client->playerTeam == NPCTEAM_PLAYER ) { G_AimSet( self, Q_irand( self->NPC->stats.aim - (5*(g_spskill.integer)), self->NPC->stats.aim - g_spskill.integer ) ); } else { int minErr = 3; int maxErr = 12; if ( self->client->NPC_class == CLASS_IMPWORKER ) { minErr = 15; maxErr = 30; } else if ( self->client->NPC_class == CLASS_STORMTROOPER && self->NPC && self->NPC->rank <= RANK_CREWMAN ) { minErr = 5; maxErr = 15; } G_AimSet( self, Q_irand( self->NPC->stats.aim - (maxErr*(3-g_spskill.integer)), self->NPC->stats.aim - (minErr*(3-g_spskill.integer)) ) ); } }
  11. My concerns are probably exaggerated like you said. I haven't dealt with in-mod updating code-wise yet, so I can't give an accurate explanation and pros/cons.
  12. While one of the main objectives of a launcher is to make mods easy to install, another is update checking and installing updates. People won't check a mod's website or file page regularly, which puts them at risk as they might not know about an important Clientside security fix. While there's always the option of having automatic updating in the mod(and which I suggested as a feature if the API too), I also feel like launcher updates are more reliable than in-mod updates. One of the other disadvantages of in-mod updates is that you have to start the game, go through splash screens, and then wait in-game while the updates install. One last issue is that I'm not sure how easy it is to use an in-mod updater to update the updater itself. Of course launcher have various disadvantages too. It would be nice if either: all noteworthy mods switched to in-mod updating using the API or if there was a JKH launcher that updated and launched all noteworthy mods.
  13. Maybe there could also be some kind of auto-update feature for mods hosted on JKH.
  14. It could be, but right now accounts are easily created in just a few seconds. Some sort of verification method may need to be added like email.
  15. Congratulations to @ who has accepted the position of animator for the mod! He has shown his work to various devs, including myself and we have approved of his work. Remember: we're always looking for help with the mod, whether it's with programming, animating, sound design, graphic design, or public relations (or even other things)! As for a progress update on the mod, we've decided to switch back to Legacy OJP as a base, as we feel it is the best in terms of features. I've been working on fixing bugs recently.
  16. Cover Flow.
  17. I'd love to use something like this. It'd help every mod that implements it. I could see the inter-mod chat coming in use. Perhaps it could be used in a way for inter-server chat too, for people who run multiple servers. A JKH based achievement system would be nice, too. It'd make JKH and the mods more social.
  18. Thanks for the help, Razor!
  19. Yup. An admin command making the admin fully invisible to all other players so they aren't able to see him whatsoever.
  20. Unfortunately it's not that simple as that uses Quake 3's invisible powerup, which is not in JKA. I suppose I could try to bring Q3's invisible powerup code over though. Thanks for those.
  21. It appears that it is coded so it uses the VT_IDLE anim instead of the VS_IDLE anim. if (Anim != -1) { //override it if (pVeh->m_pVehicleInfo->type == VH_ANIMAL) { //agh.. remap anims for the tauntaun switch (Anim) { case BOTH_VS_IDLE: if (veh->playerState && veh->playerState->speed > 0) { if (veh->playerState->speed > pVeh->m_pVehicleInfo->speedMax) { //turbo Anim = BOTH_VT_TURBO; } else { Anim = BOTH_VT_RUN_FWD; } } else { Anim = BOTH_VT_IDLE; } As for the riderAnim line not working, I'll try to take a look at it, but I may not be that big of a help as I don't have much knowledge about vehicles/animations.
  22. What I'm trying to do is make an admin command to make the player invisible to others. I've been searching around for things that could do this, but I haven't had any luck. I noticed this: ->s.eFlags = EF_NODRAW; but it appears that it doesn't affect players. Could someone point me in the right direction?
  23. Here are some instructions for installing it on the Mac. Take a look here, too. It contains fixes for issues with Macs and also Mac patches. If you have any of those issues, apply the fixes. Make sure you have the patches installed, too. Sorry for not being very specific, as I don't have a Mac.
  24. I currently have a /spawnEnt command made by @. It allows you to spawn a limited amount of entities. I've looked at the entity system a little bit and I think I will try to add a variety of ents like Lugormod has.
×
×
  • Create New...