developerbayman
Refugee
This would be sweet if i could play this on my opi5 and my buddy has a rpi5 these sbc's have plenty of ram and should run 7dtd please make a build
Sorry, didn't mean ARM in general, just the ones on the PI's they are trying to play games from.Not generally true: Apple uses ARM CPUs of their own design and those chips have enough power. Also the Qualcomms new Snapdragon X Elite should work as well, I found mention of a 12k multiplayer benchmark score probably for the 23W version and there is also an 80W version, though I am not sure if it is the same benchmark.
opi5 and rpi5 would for sure run it might not even have to turn down settings .....anything previous not so much ....i can play COD on ultra settings on android but same hardware ....i dont know what 7dtd is written in but when compiling it should just be a simple flag like this :
mkdir build; cd build; cmake .. -DRK3588=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo
make -j4
Or
# Toolchain file for cross-compiling for ARM64
set(CMAKE_SYSTEM_NAME Linux)
set(CMAKE_SYSTEM_PROCESSOR arm64)
And even if it turns out to be "meh" on those boards give it six months and your already ahead of the curve arm64 is only going to grow from here on out ......also cred of being like the only supercool game to play on aarch64 linux without needing wine or proton (i really do hate wine)