Jump to content

BlatMan

Members
  • Content Count

    5774
  • Joined

  • Last visited

Everything posted by BlatMan

  1. They take a year to release a vehicle. Textures are broken, and no police lights, the most basic thing all other vehicles have. In the same patch, they manage to break VIP and witnessing. The two tests of the new matchmaking system, were useless at best. Little Orbit disabled most of the features. You really think it's going to work?
  2. That why I was wondering if EAC behaves with DXVK on Windows. Place 1 file in APB's binaries folder, and launch APB. Way easier than configuring a new OS. I don't recommend Linux as a main operating system, just figured someone running Windows 7 is more up to tinkering.
  3. Little Orbit want to merge everyone into a single world server, but I don't see that happening for at least 3 years. It took them a year to release an unfinished vehicle, something relatively simple to build, compared to the rest of APB's features.
  4. If that was the case, they wouldn't have Linux support. The reality is there's less profit supporting 7/8. They don't need to keep those old devs around who know the operating systems, and don't need to retrain new devs. I bet they wouldn't support Linux either if it wasn't for Steam deck existing. On Windows 7, I had the garbage collection stuttering, and if I turned that off, the fps would drop over time. Borderless and Fullscreen didn't have much of a difference with input lag. On Windows 10, the fps drops over time regardless of what configs I use. There's noticeable input lag. Average fps is lower if I don't turn off fullscreen optimization. Borderless feels like 60fps with vsync. On Linux, it's about the same as Windows 7, but with higher average fps. This probably due to DXVK spreading the CPU load more evenly across CPU cores. Not an apples to apples comparison, since I can't test the latest APB patch on Windows 7, and I didn't test the older versions on Linux or Windows 10. Regardless, there's noticeable overhead with the way Windows 10 handles DX9 games. I wonder if EAC allows DXVK on Windows?
  5. Currently no. EAC won't run on Windows 7. From my experience, Windows 10 runs APB like crap. There's noticeable input lag and constant stuttering. I ended up trying Linux and surprisingly, APB runns better than it did on Windows 7. I went with Debian 12. I only installed the 525 Nvidia drivers, Steam, Proton EAC runtime (in Steam), and GE-Proton8-25 (added to Steam). I had to disable the CPU idle to stop my CPU from down clocking, and turn off all the settings for OpenGL in the Nvidia Settings app. Configs still work. Only annoying issue is the Nvidia display settings won't load at login. I have to open the app each time I login. I don't recommend replacing Windows with Linux, most Linux software is lacking in features, but if you have an extra SSD, install Linux on that and see how APB runs. I'm currently on Debian 12, but if I were to start over I'd go with the latest Fedora or one of Fedora's spins.
  6. They have a vehicle called the Maxo, with multiple body kits and multiple sets of wheels, in the game files. The UV unwraps appear to be complete. They just needed to slap that body on an existing vehicle and tweak it's handling. EZ money right there. Instead, they work on this thing for over a year, and they couldn't even get the base model right. This car looks like a pita to customize. Too many body lines. Simple, flatter surfaces is better. If I need a line to break up the car, I draw it on. Than again, people seem to like the Coywolf body, even though it looks like someone's cat walked across the keyboard while they were editing the model.
  7. Weight change improved the Cisco's handling, but it's still pointless compared to the Han Coywolf and Vegas 4x4. It needs more torque / acceleration in all gears. It needs it's center of gravity lowered a little. It gets stuck on it's side too easily. The suspension needs to be a little stiffer. Right now it sags like a 90s honda with the coils cut.
  8. I hope this means the Cisco will no longer handle like an air hockey puck.
  9. You're most likely using the intel driver. Mine uses acpi_cpu because my board doesn't have C-states, and boost is off. I tried the updated dxvk.conf you posted. No difference during normal gameplay.
  10. Made multiple edits to this post. Here's the final solution to prevent the CPU from switching to a lower frequency at idle. Note that this most likely only applies to my CPU/motherboard combination. New PCs shouldn't need to disable the idle states. Blacklist the acpi_cpufreq module: Create a new blank text file in "/etc/modprobe.d/". It can be named anything. I called it "cpu-scaling-driver-blacklist.conf Add "blacklist acpi_cpufreq" Save the file. Disable cpuidle: Open the text file "/etc/default/grub" Edit the line "GRUB_CMDLINE_LINUX_DEFAULT="quiet" Add "cpuidle.off=1", so it looks like: "GRUB_CMDLINE_LINUX_DEFAULT="quiet cpuidle.off=1" Save the file. Run the command "sudo update-grub" Reboot PC Most of the stuttering is gone, and I think there's less stuttering overall than on Windows, but I need a US East district to be fully populated to test that. A full EU district doesn't stutter as bad as it does on Windows 10. Low pop areas of the districts have slightly higher fps as well. Now I see why so many people claim some games run better under Linux. Honestly, I thought they were all crazy. Standing next to the car spawn area under the Plantagent building, looking at central park, I get about 120fps to 160fps in Windows. On Debian, I get about 160fps to 210fps standing in that same spot. It varies based on how many players are nearby, so it's hard to get an accurate comparison.
  11. So what you're saying is you cheat. Obviously Battleye was blocking Nvidia PhysX because you were using it to cheat.
  12. EDIT: The stuttering issue is due to cstates. Linux ignores your bios settings and enables cstates by default. My CPU was downclocking to 1.5Ghz while APB was running. Apparently this is normal behavior and there's tons of clowns who think it's a bad idea to run your CPU at it's advertised speed. To disable cstates, edit the file /etc/default/grub and add "intel_idle.max_cstate=0" to the "RUB_CMDLINE_LINUX_DEFAULT=" line. Mine looks like this after adding it: GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_idle.max_cstate=0" Original Post: Long overdue update. I decided to stick with Debian with Xfce. The documentation is easy to follow and most popular distros are based on Debian so software support is less of an issue. APB still doesn't run as good as it does on Windows, but better than when I tested a month ago. Main performance problem is freezing during combat. 2v2 in an empty area is fine, but 4v4 or if there's another mission nearby, it stutters a lot. I'm not sure if it's related to the shader compiling or not. Shaders are compiling every few seconds, but the notification doesn't line up with the stutters. One of the CPU cores frequently jumps to 100%, but it doesn't line up with the stutters either. I increased RAM to 24GB. No change in performance. Linux Distribution: Debian 12 "bookworm" Proton Version: GE-Proton8-25 Nvidia Driver Version: 525 Here's a few issues I was able to fix. Flickering when in full screen: 1. Disable composer in Xfce. 2. Make sure the display's refresh rate is at it's highest setting. 3. If 1 and 2 don't work, try enabling/disable gsync support. Slow texture loading. Invisible objects. Slow lobby loading. Abnormally low fps. Multiple gigs of shader cache that keeps growing. 1. Confirm APB is set to use the proton version you want to use. 2. Delete APB's proton files, then restart Steam. You have to open Steam in big picture mode. Right click on APB, Developer > Delete Proton Files. 3. Launch APB. It will reinstall the windows dependencies. Framerate really low after Alt-Tab. CPU frequency inconsistent. 1. Install gamemode. 2. Add "gamemoderun" to APB's launch arguments in Steam.
  13. BlatMan

    LtL Conversion Mod

    I'm not sure where the balance should be compared to lethal weapons, so I'm just going by the current LTL weapons and finding a balance between them. The AMG and S1-TIC stun in the same time the Obeya and OSCAR rifles kill. There's no mod to counter stun damage like you can health damage, so those feel out of place. They also have significantly more ammo per mag, so you don't need to reload as often. To be fair, those two LMGs are overpowered against other lethal weapons. Most people don't use them because you need to purchase them per character with joker tickets, or burn cash on Armas.
  14. BlatMan

    LtL Conversion Mod

    Using the JG means you don't need to switch to the PIG for the quick stun. You can keep your lethal secondary. Most LMGs will have lower time to stun. The swarm is stupid easy to aim due to the recoil pattern, but it has higher time to stun than other LMGs. It's so close to 1s I wouldn't worry about that gun. - AMG: 0.845s - ALIG: 0.9s - S1-TIC 'Rabid': 0.84s - SHAW: 0.8s - SWARM: 0.96s
  15. EAC used to show what software component was blocked. Now it shows a generic message. There's nothing displayed in the logs either. 1. Download and run a blocked application, such as Process Monitor by Microsoft. 2. Launch APB using your preferred method. 3. Observe the uninformative error message. "An error has occured. #4"
  16. BlatMan

    LtL Conversion Mod

    You'd need to prevent it from being used on shotguns and LMGs. Those will perform significantly better than CCG and NL-9. The other weapons might be fine if both factions can stun and arrest. It will be unbalanced with only enforcers having ltl. You'll gain accuracy and stamina damage (per mag) over the current ltl weapons, which doesn't sound balanced.
  17. Thank you for moving this topic to the dead section of the forums where it will never be looked at again.
  18. The area it scans to see what the player is aiming at is huge. You can have clear line of sight between the projectile's start point and whatever is in the center of the crosshair, but the game will angle the projectile as if you're aiming at the closer object. Stupid easy to fix, but the devs rather work on something complicated that won't improve the game, like this new matchmaking system, where they disabled all the problematic parts of matchmaking on the test servers.
  19. I've had my GTX 1080 get stuck at minimum clockspeeds since APB doesn't have a lot of graphics load. At 3440x1440p this shouldn't a problem, but check your GPU clock speed while in game. GPU boost is the problem. You can try locking the GPU to max clocks, but this can cause instability with some factory overclocked GPUs. In Asylum, turning off dynamic shadows doubles my fps in some areas. Same with central park in Financial. I think it's due to the transparent textures on the fencing and trees.
  20. APB has been running terrible since the 11/08/23 patch. When I join a district, I get about 150 to 180 fps, but the fps slowly goes down. At about 80fps average is when it becomes unplayable. It stutters, it's not just low fps. The more players in the area, the lower the fps and the more stuttering. Only difference with my PC after this patch is the OS. I switched from Windows 7 to Windows 10. Other games like Counter Strike Source, Team Fortress 2, Project Zomboid, and Rust, run roughly the same as on Windows 7. The same stuttering occurs running APB through Proton on various Debian based Linux distros. What I noticed is APB has one thread that is constantly pegging one CPU core at 100%. This is not normal behavior. Prior to 11/08/23, APB would have two CPU cores at about 90%. Now, it looks like those cores rarely go over 80%. You can see this in the resource monitor screenshots below. Two cores/threads drop usage when I alt-tab. I'm guessing these are the two rendering threads for APB. CPU 0 keeps spiking to 100%. CPU 2 and CPU 7 drop after alt-tab. CPU 0 stuck at 100%, then it switches to CPU 10. CPU 8 and CPU 11 drop after atl-tab. Various troubleshooting attempts. Hardware: - Increased RAM from 12GB to 24GB (6x4GB, 2133MHz, triple channel quad rank) Drivers: - Updated all drivers. GPU, Chipset, NIC, Nvme, Raid, Audio, etc. - Downgraded Nvidia drivers from 546.17 to 472.12 (Version installed on Windows 7). - Used NVCleanstall to install Nvidia drivers with bare minimum components. (Same config as Windows 7) - Disabled "Microsoft Device Association Root Enumerator" driver. This can fix stuttering with some hardware configurations. No difference for me. Software Settings: - Nvidia: Configured Nvidia Control Panel to match Windows 7 configuration. - Disabled Fullscreen optimization for APB.exe. This increased average fps. It did NOT fix the stuttering. APB Configs: - 100% Vanilla. I deleted all .ini files and repaired the game through the launcher. Still stutters. System Specs: - CPU: Xeon W3690 @4.25GHz - RAM: 24GB DDR3 2133Mhz - GPU: Nvidia GTX 1080 Stock clocks - OS: Windows 10 - Storage: Toshiba SSD 480GB (OS) Samsung 960 EVO 500GB (Games)
  21. BlatMan

    Plz nerf OP guns!

    Colby .45 had it's range nerfed. FR0G had it's range slightly buffed to put it between the .45 and FBW. Oscar had it's range nerfed. OBIR had it's range nerfed, print shoot delay added, weapons switch delay added, and rate of fire reduced years ago. PMG had it's ranged nerfed, plus other changes I can't remember. OCA Nano is between the FBW and .45. It doesn't bloom each shot so you can out shoot an FBW at 30M, but it's ttk is 1s so it will get out shot by the .45. What I would do is reduce the Nano's draw time. I wouldn't nerf the other weapons.
  22. Another Windows 10 problem is input lag with DX9 games. Windowed mode has over 30ms input lag. There is no solution, just workarounds like playing in fullscreen, which also has issues. Fullscreen is not exclusive fullscreen, so there's still some noticeable input lag. You have to disable fullscreen optimizations for all games. You can do this automatically with a script. Also, most guides claim it's the Xbox DVR app. It's not. The same problem is on the LTSC Enterprise builds, which don't have the Xbox app. With Windows 7, just launch the game. No special settings required.
  23. Anything about the performance problems introduced with the EAC update? Social crashed a few minutes ago.
×
×
  • Create New...