Skip to content

Instantly share code, notes, and snippets.

View toxyy's full-sized avatar

toxyy toxyy

  • wearing sweat pants
View GitHub Profile
This file has been truncated, but you can view the full file.
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]
@toxyy
toxyy / get_phpbb_extensions_printr.php
Created December 9, 2023 11:59
print_r($this->environment->get_phpbb_extensions());
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/
)
<?php
$compiler_steps = [];
foreach ($this->environment->get_phpbb_extensions() as $ext_namespace => $ext_path)
{
$ext_namespace = str_replace('/', '_', $ext_namespace);
$compiler_calls = [];
/*