Skip to content

Instantly share code, notes, and snippets.

View hugalafutro's full-sized avatar
😵‍💫

C.G.B. Spender hugalafutro

😵‍💫
View GitHub Profile
Mono path[0] = 'M:/Steam/steamapps/common/RimWorld/RimWorldWin64_Data/Managed'
Mono config path = 'M:/Steam/steamapps/common/RimWorld/MonoBleedingEdge/etc'
[PhysX] Initialized MultithreadedTaskDispatcher with 24 workers.
Initialize engine version: 2022.3.35f1 (011206c7a712)
[Subsystems] Discovering subsystems at path M:/Steam/steamapps/common/RimWorld/RimWorldWin64_Data/UnitySubsystems
GfxDevice: creating device client; threaded=1; jobified=0
Direct3D:
Version: Direct3D 11.0 [level 11.1]
Renderer: NVIDIA GeForce RTX 3090 (ID=0x2204)
Vendor: NVIDIA
FROM alpine:latest AS build
ARG MC_TAG=4.8.33
# Install build tools + runtime libs (ensure .so files exist)
RUN apk add --no-cache \
build-base wget tar ncurses-dev ncurses-terminfo-base pkgconf \
glib glib-dev pcre pcre2 pcre-dev libstdc++ \
slang slang-dev ncurses-libs \
gettext gettext-dev intltool m4 autoconf automake libtool \