Jump to content

ent

Members
  • Posts

    551
  • Joined

  • Last visited

Everything posted by ent

  1. Heard about jaMME and its /clientOverride command which lets to replace your model/saber colour/team etc?
  2. After releasing 1.3 which is almost ready I will start working on it, but some key people (@Scooper) who are helping me on a new feature are not available right now, so I cannot say when I even gonna start. Plus I need fully compiling jk2mp, and as one guy said I can find such version on https://github.com/ioquake/jedi-outcast/, but I didn't test it yet. If you or your jk2 mates can test it or just give me another compiling one then it could help. I think making raw version will take at least one week because there are a lot of injections into the code such as: enhanced demo player, enhanced audio player, client game rewriting for compatibility, a lot of additions into renderer etc. It's not hard, just a lot of routine to do. You could also prepare some different demos from different gametypes and different game versions, so I can test and debug every major and minor mistakes. I prefer demos from actual gameplays than just recorded for me.
  3. I have done the ratio fix for almost all 2d (except some texts which would require modified renderer) if you are interested. Find all "cgs.widthRatioCoef" in https://github.com/entdark/jaMME/blob/master/codemp/cgame/cg_draw.c. The ratio coefficient is counted there: https://github.com/entdark/jaMME/blob/master/codemp/cgame/cg_main.c#L656. --->
  4. My mod is next generation of what you saw in the video. There is pugmod in the video which I modified for better cams, but still not perfect mod. The current mod, jaMME, has much more functions and the main ones are pausing and rewinding demos, of course. The source code of jk2mp is probably 1.04, but if it can play 1.02 demos then lucky you. At least I will try to make it support all possible versions. The mod will look like this:
  5. I am going to make same mod for jk2 mp if it does matter.
  6. If you need just timescale changing and it's for demos then I have a good suggestion for you - http://jkhub.org/tutorials/article/153-3-how-to-use-the-timeline-feature/. But if it's just about "while loops in config" then I pass.
  7. I bet the game still tries to load the dlls but they are not used at all and my copy works perfectly w/o them. @Key, I doubt if it helps but you can try to delete OpenAL32.dll and EaxMan.dll from you GameData, or if they are missing then try put them in there from your original CD. O_o
  8. @minilogoguy18, you can add launch options directly in game library: Game->Properties->Set Launch Options... instead of creating batches or shortcuts.
  9. It does not depend on OpenAL at all - the mod doesn't use it. His error is OS specific.
  10. By launcher do you mean launch_jaMME.cmd file? And as you said before, it happened after installing the Windows update, right? If so, then you could try to restore your system using backup feature to a day before the update. You won't lose regular files, only lose some progs and settings that were installed after that backup day. Also, try this new unofficial version: http://www.speedyshare.com/5RbD8/download/jaMME-1.3-unofficial.zip
  11. How did you install this? How do you run this? Did you try the latest version?
  12. Thanks to @Raz0r for spreading my shit (it even makes me feel embarrassed ), but how about to stop mocking people and their fav game types or mods (this addressed not to Raz0r)? If someone likes fullforce and organizes a server, then it's great. Our community (JA/JO) is very little, and argueing about mods (ja+/base) or gametypes (duel with/without force, ctf, ffa guns etc) or whatever is just nonsense. Respect guys who play others stuff in the community, please. Maybe one day they will come to your mod/gametype just because you were nice to them? Personally I watched some demos from Full Force and I enjoyed them. But I still play ctf. I also used to spend a lot time on old ups server with racearena where you could do strafe jumping with records and twi'leks. And it's different gametypes, and it's different mods including ja+ and base. I like some things in ja+, I like other things in base, and I also don't like some things. But I don't think I should force to love another mod or gametype or anything. So I'd thank this guy for making one more place where people from our community can play, and therefore keep this community alive. And I ask you again, guys, to respect other players and their taste of mods/gametypes. P.S.: I am sorry for this offtop and this wall of words. POKING: @Ping, @Bacon, @ensiform
  13. ent

    Droid Ball

    The map is very nice and well designed for that game Droid Ball. Once I took a part in Droid Ball championship "Ball Masters Tournament 4" and it was very fun to play that. 5/5. I suggest to everyone. P.S.: we took 2nd place. [x
  14. I looked at the code a bit. And I am not sure how would I make it. I thought about adding possibility to use that shader directly like you can use $whiteimage. But it's a bit hard, and I am lazy to dig in it. I'd suggest you to ask Xycaleth, he is aware about game renderer more. And it's not about SDK already, about the engine modifying.
  15. I told you it's a file from Jedi Academy SDK. Its path is codemp/cgame/cg_players.c
  16. It's taken from Jedi Academy SDK from cg_players.c file on string 10717. Yes, it can be changed.
  17. @Fire Phoenix, let me quote myself: Let me attach some code example: cgs.media.cloakedShader = trap_R_RegisterShader( "gfx/effects/cloakedShader" ); if (cg_shadows.integer != 2 && cgs.glconfig.stencilBits >= 4 && cg_renderToTextureFX.integer) { trap_R_SetRefractProp(1.0f, 0.0f, qfalse, qfalse); //don't need to do this every frame.. but.. legs.customShader = 2; //crazy "refractive" shader trap_R_AddRefEntityToScene( &legs ); legs.customShader = 0; } else { //stencil buffer's in use, sorry legs.renderfx = 0;//&= ~(RF_RGB_TINT|RF_ALPHA_FADE); legs.shaderRGBA[0] = legs.shaderRGBA[1] = legs.shaderRGBA[2] = legs.shaderRGBA[3] = 255; legs.customShader = cgs.media.cloakedShader; trap_R_AddRefEntityToScene( &legs ); legs.customShader = 0; } The shader does not have the path, and its order number is always 2.
  18. This cloak effect is hardcoded and can be used only with modifying the game code afaik.
  19. @therfiles, it's not WE, it's THEY. I am not in that community. And yeah, they are amazing.
  20. Found rather good old demo with some cool shots and moments. It was recorded on 25th Dec 2012. POV: ent Position: offence Cool moments: 1:00 - air on Chronic 12:46 - air combo with my rocket and Dave's pistol on Shorty 12:57 - fast direct pistol on Chronic 19:53 - air on Chronic and then two disruptor shots in a row on Shorty for the last capture
  21. You probably missed this... Last seconds on a server:
×
×
  • Create New...