Compare commits

...

2 Commits

Author SHA1 Message Date
Ivan Avdeev
c70b78a347 update glitched gold images 2025-02-10 12:44:54 -05:00
Ivan Avdeev
72facfb61e explicitly use xash dir for libraries path 2025-02-10 12:44:28 -05:00
3 changed files with 5 additions and 5 deletions

BIN
render/gold/light_01_full.png (Stored with Git LFS)

Binary file not shown.

BIN
render/gold/light_01_lighting.png (Stored with Git LFS)

Binary file not shown.

@ -122,7 +122,7 @@ def render():
print('Running xash3d...')
mkdir_p(f'{args.xash_dir}/valve/rendertest')
env = os.environ.copy()
env['LD_LIBRARY_PATH'] = '.'
env['LD_LIBRARY_PATH'] = f'{args.xash_dir}'
with open(f'{WORKDIR}/xash-stdout.log', 'wb') as stdout, open(f'{WORKDIR}/xash-stderr.log', 'wb') as stderr:
result = subprocess.run([f'{args.xash_dir}/xash3d', '-ref', 'vk',