Skipping bhc-tst-ek9000, not online
Skipping bhc-las-ek9000-01, not online
Skipping bhc-mec-ek9000-01, not online
Skipping bhc-las-crixs-inj-01, not online
bhc-tmo-usr-01
Hardware version: 1027
Software version: 1.3.0
Hardware version: 1027
Software version: 1.3.0
make CC=clang CCC=clang++ CMPLR_CLASS=clang
make -j12 CROSS_COMPILER_TARGET_ARCHS+=windows-x64-mingw
Documents the steps taken to migrate P2CE's internal git repos to github with self-hosted LFS storage (literally just a gitlab instance lol).
This is done first because LFS is entirely separate from the git repo itself. Relying on .lfsconfig
makes it a bit tricky to mirror using "standard" procedures since there's typically no working tree available.
git lfs fetch --all
. We'll need all LFS objects here!addonsystem: | |
- handle mounting/unmounting of addons | |
- download/upload of UGC files | |
- mounting/unmounting of games too? |
System that helps manage player and map specific configurations.
// Compile with: gcc -o libmimalloc-proxy.so -shared mimalloc-stub.c | |
#include <stdlib.h> | |
#include <stddef.h> | |
void* reallocarray(void* ptr, size_t nmemb, size_t size) { | |
return realloc(ptr, nmemb*size); | |
} |
__GLX_VENDOR_LIBRARY_NAME=mesa MESA_LOADER_DRIVER_OVERRIDE=zink GALLIUM_DRIVER=zink |
Below is a useful list of debugging commands and console variables. They can be used to display material names, entity info and even visualize entity IO.
Name | Acceptable Values | Description |
---|---|---|
version | Print version info to console |
AWS_AbilityUsageData_t | |
AmmoTypeInfo_t | |
AnimGraphUtils::CTraceFilterAnimGraphSlope: CTraceFilterSkipPlayersAndNPCsAndChildren | |
CAI_AbilityServices | |
CAI_AbilityServices::NetworkVar_m_AbilityBeingUsed: AWS_AbilityUsageData_t | |
CAI_AbilityServices::NetworkVar_m_AbilityToBeUsed: AWS_AbilityUsageData_t | |
CAI_BaseActorVData: CAI_DefaultNPCVData | |
CAI_BaseNPCVData: CEntitySubclassVDataBase | |
CAI_DefaultNPCVData: CAI_BaseNPCVData | |
CAI_StanceServices |
1. Obtain a sufficiently new version of WINE. | |
Any version >= 6.0 should work. You may need to build this from source if your distro doesn't offer up to date packages for it. | |
Ubuntu and Mint users can read this page for how to install new versions of wine: https://github.com/Winetricks/winetricks/pull/1873 | |
2. Install wintricks. | |
This is technically optional, if you want to install things manually skip this and move onto the next step. | |
Winetricks can usually be obtained through your distro's package manager. `winetricks --self-update` can be | |
used to update it to the latest version. |