Jump to content

ent

Members
  • Posts

    553
  • Joined

  • Last visited

Everything posted by ent

  1. Only if you are capturing with FFmpeg. Change mme_pipeCommand from "ffmpeg -f avi -i - -threads 0 -preset ultrafast -y -pix_fmt yuv420p -crf 23 %o.mp4 2> ffmpeglog.txt" to "ffmpeg -f avi -i - -threads 0 -preset ultrafast -y -pix_fmt yuv420p -crf 23 C:\full\path\with\filename.mp4 2> ffmpeglog.txt"
  2. Maybe it can help: https://jk2.info/viewtopic.php?t=581
  3. Playing on JA+ CTF Official server in 2008-2012.
  4. Why did not you script the free camera? Controlling the camera by hands is :s
  5. I do not see how being open source relates in being in a better state for sybersports. Unrelated at all IMO.
  6. Erm. Isn't it obvious? The title and thus the article would have sense if you were trying to say it has a future.
  7. Yeah, you got so called "nightly" build, instead of the last official release. It's nice it works for you now.
  8. Hi. You suppose to get a ffmpeglog.txt in GameData. What's in there?
  9. When you are walking in JA with a lightsabre any direction but backward, the player model holds the lightsabre in from of themself. In JKII - on the right bottom side. So the animation "jumps" in JA case since the swing starts from not a "good" position, when JKII case has it is close to the swing start.
  10. Make compilation rules yourself then. Open every vcproj file and check what files are used for compilation. There are also compilation flags for compiler and linker. Use all of those to compile. You can try to automate it if you just base your compilation rules on openjk ones (for example: https://github.com/JACoders/OpenJK/blob/master/codemp/cgame/CMakeLists.txt).But you will need to modify it to match SDK files and folders.
  11. It's not about start and end scale, it's about incompleted scale. Because the result width after rotation relates to cos of the angle applied to the given width and it also relates to sin of the angle applied to the given height (both original width and height affect the result width because the image got rotated).
  12. @DT85, what happens if you add ratio to each of first element in matrix strings: { c*ratio, s, 0.0f }, { -s*ratio, c, 0.0f }, { cmd->x*ratio, cmd->y, 1.0f } ? Or what about c (first one) and -s only?
  13. @DT85, I think you did not apply the ratio fix to the ticks' width somewhere. Or maybe @Xycaleth's solution is not completed.
  14. You missed this: https://github.com/entdark/jaMME/blob/master/codemp/rd-vanilla/tr_backend.cpp#L1684
  15. Can I look at how you implemented the trap?
  16. Did you just add that function or implemented the new trap call? The trap does not exist and requires implementation. (Just Ctrl+f all the references.)
  17. It's not a part that differs from SP much. You can adapt, I am sure. The main trick is in trap_R_RotatePic2RatioFix.
  18. @DT85, https://github.com/entdark/jaMME/blob/master/codemp/cgame/cg_draw.c#L216 Check all ratio var related things.
  19. The mod is made by XaeroX (Chain Studios): https://code.google.com/archive/p/qeffects-gl/
  20. And you forgot to mention that sizes(width/height) of textures must be power of 2 so 128x512px etc.
  21. Please, read tutorials in the tutorials sections, there is a section about installation and launching. You have to launch the mod with start_jaMME.cmd.
  22. Music - WinAMP. Video - PotPlayer.
  23. Mods are version independant.
  24. cg_gunX/Y/Z.
×
×
  • Create New...