This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 \ |