I copied config, but still my crosshair moves with strafing. I think it's cg_thirdpersontargetcameradamp 1 which should fix, but it doesn't. Same config works on 1.3. Linux, OpenJK
You don't need the full file for speedup. For example If 50 people have the first 100 MB already then newcomers will got it from them instead of using the seeders with the full files, so they can share the remaining parts. Now the server just resends the first parts, and when a download fails it...
Why is it that often when switching maps it is loaded twice? I didn't see it on other servers. It's really annoying because my pc is slow and most of the time after loading the map first I still have a couple second to join, but after the second one I already missed the start of the match.
SBD bullet is weaker than pistol and super slow. Weak against sniper, jedi, wookie, clone blob, pulse nade, any nade (can't run away). And even if you don't have any of these you can just shoot it and hit it with almost every bullet.
What happens when you switch class? Which skin is selected by default?
I guess you never used Arch. It uses the latest released stable version. People do the same on ubuntu with adding a bunch of unofficial repositories.
I am quite sure the bug is the missing bounds checking in mbii. Thanks...
Archlinux, and I compiled openjk myself from GitHub - JACoders/OpenJK: Community effort to maintain and improve Jedi Academy + Jedi Outcast released by Raven Software. I can't use the mbii.i386 because its dependencies are too old (arch has only the latest versions in the repositories).
I...
The title is wrong. I later realized my bug has nothing to do with sbd or deka class (they have the fewest skins, that's why it happened for them). Your bug is a different thing.
This got pretty messy. To reiterate (aka bump):
When I switch a class the skin's index is carried over: if I chose the second skin for the old class, then when I choose the new class the second skin will be selected by default. The problem is when the new class doesn't have that many skins...
My two problems are:
I can't forgive when I am just hit, but not killed. What if I don't want to punish at all, because I appreciate that the other one tried to help me? I think at least a couple of new players don't dare shooting because they were yelled at. But I like when they shoot, even if...
I would try
sudo mount -o remount,exec /media/prezes/home
to remount with the additional exec option. If it works you can add this option to fstab.
You need sudo here because normal users can't mount filesystems, but mount is designed for running by root unlike my script or the launcher.
I missed what you wrote about ntfs. Your home is ntfs, but the system partition is not, right? Maybe you miss the exec option when mounting the home partition? What is the line in /etc/fstab for the home partition?
It does. Can you run it from the command line?
./mbii.i386 +set fs_game "MBII"
Btw, why is it still root owned if you chowned it?
The other thing that gives nonsense error messages is when you try to run a 32-bit binary on a 64-bit linux without the 32-bit libs, but iirc it's different.
It's probably because mbii.i386 is missing execute permission. Launcher forgot to set it.
chmod a+x mbii.i386
is the solution. It adds execute permission(x) for everyone (a). And still don't run software with root permission even if LoU sais it. Linux is not windows, most of the times you...