This file has been truncated, but you can view the full file.
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] = 'D:/SteamLibrary/steamapps/common/Lethal Company/Lethal Company_Data/Managed' | |
Mono config path = 'D:/SteamLibrary/steamapps/common/Lethal Company/MonoBleedingEdge/etc' | |
Fallback handler could not load library D:/SteamLibrary/steamapps/common/Lethal Company/Lethal Company_Data/MonoBleedingEdge/data-0000016F0C9E8EB0.dll | |
Fallback handler could not load library D:/SteamLibrary/steamapps/common/Lethal Company/Lethal Company_Data/MonoBleedingEdge/data-0000016F1240D040.dll | |
[Physics::Module] Initialized MultithreadedJobDispatcher with 11 workers. | |
Initialize engine version: 2022.3.9f1 (ea401c316338) | |
[Subsystems] Discovering subsystems at path D:/SteamLibrary/steamapps/common/Lethal Company/Lethal Company_Data/UnitySubsystems | |
GfxDevice: creating device client; threaded=1; jobified=1 | |
Direct3D: | |
Version: Direct3D 11.0 [level 11.1] |
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
Array | |
( | |
[board3/portal] => ./ext/board3/portal/ | |
[kaileymsnay/qte] => ./ext/kaileymsnay/qte/ | |
[kasimi/twigconverter] => ./ext/kasimi/twigconverter/ | |
[marttiphpbb/showphpbbevents] => ./ext/marttiphpbb/showphpbbevents/ | |
[phpbb/viglink] => ./ext/phpbb/viglink/ | |
[toxyy/anonymousposts] => ./ext/toxyy/anonymousposts/ | |
[toxyy/postformtemplates] => ./ext/toxyy/postformtemplates/ | |
) |
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
<?php | |
$compiler_steps = []; | |
foreach ($this->environment->get_phpbb_extensions() as $ext_namespace => $ext_path) | |
{ | |
$ext_namespace = str_replace('/', '_', $ext_namespace); | |
$compiler_calls = []; | |
/* |