Search found 722 matches

by illwieckz
Tue Dec 26, 2023 5:23 am UTC
Forum: Assets & Artwork
Topic: Implementing the TeraPack dpkdirs
Replies: 7
Views: 24503

Re: Implementing the TeraPack dpkdirs

so, I need to know from Code_Man if it is useful or even needed to remember the original pattern number.

by illwieckz
Tue Dec 26, 2023 5:18 am UTC
Forum: Assets & Artwork
Topic: Implementing the TeraPack dpkdirs
Replies: 7
Views: 24503

Re: Implementing the TeraPack dpkdirs

This kind of numbering prevents to generate the materials with Sloth: textures/terapack/tree/tree_3 { qer_editorimage textures/terapack/tree/pattern_116_diffuse { map textures/terapack/tree/pattern_116_diffuse normalMap textures/terapack/tree/pattern_116_normal specularMap textures/terapack/tree/pat...
by illwieckz
Tue Dec 26, 2023 4:35 am UTC
Forum: Assets & Artwork
Topic: Implementing the TeraPack dpkdirs
Replies: 7
Views: 24503

Re: Implementing the TeraPack dpkdirs

After examination, it happens that all the materials keywords from .mtr files we don't support yet (but that we may want to support, sometime it's already partially implemented) are: parallaxDepth 0.05 specularExponent 256 specularReflectance 0.4 The values are always the same, so we can safely dele...
by illwieckz
Tue Dec 26, 2023 4:18 am UTC
Forum: Assets & Artwork
Topic: Implementing the TeraPack dpkdirs
Replies: 7
Views: 24503

Implementing the TeraPack dpkdirs

Code_Man sent me an archive of some work-in progress TeraPack dpk, those are free texture sets by Nobiax/Yuqhues. As a first step, I pushed the files to a repository there: https://github.com/InterstellarOasis/wip-terapack The purpose of this repository is to be cleaned-up before doing the final rep...
by illwieckz
Sat Dec 16, 2023 7:53 am UTC
Forum: Troubleshooting
Topic: Server - Raspberry Pi 2 - Warn: VM exited with signal 11: Segmentation fault
Replies: 21
Views: 50351

Re: Server - Raspberry Pi 2 - Warn: VM exited with signal 11: Segmentation fault

Please specify everything you want me to do, but take your time please, forget about time, i have too many irons in the fire :D :D. but i'll do it :wink: I have no precise idea about what to test. At least, if you can monitor the ram, that can be useful. I wonder how that behaves when there is many...
by illwieckz
Sat Dec 16, 2023 7:36 am UTC
Forum: Troubleshooting
Topic: Server - Raspberry Pi 2 - Warn: VM exited with signal 11: Segmentation fault
Replies: 21
Views: 50351

Re: Server - Raspberry Pi 2 - Warn: VM exited with signal 11: Segmentation fault

Excellent! Now I'm curious about the performance of a Raspberry PI 2 for such task! 😃️

by illwieckz
Sat Dec 16, 2023 5:42 am UTC
Forum: Troubleshooting
Topic: Server - Raspberry Pi 2 - Warn: VM exited with signal 11: Segmentation fault
Replies: 21
Views: 50351

Re: Server - Raspberry Pi 2 - Warn: VM exited with signal 11: Segmentation fault

You forgot the first cmake command, the very long one. :smile:

by illwieckz
Fri Dec 15, 2023 7:04 pm UTC
Forum: Troubleshooting
Topic: Server - Raspberry Pi 2 - Warn: VM exited with signal 11: Segmentation fault
Replies: 21
Views: 50351

Re: Server - Raspberry Pi 2 - Warn: VM exited with signal 11: Segmentation fault

You still have an option, but it requires more work. What fails to run is the NaCl virtual machine to run the virtualised game. Since what you run is a server, you can run a native exe sgame instead of an NaCl one, it would be working if you make sure to host the vanilla game (no mod). First go to t...
by illwieckz
Fri Dec 15, 2023 10:15 am UTC
Forum: Troubleshooting
Topic: Server - Raspberry Pi 2 - Warn: VM exited with signal 11: Segmentation fault
Replies: 21
Views: 50351

Re: Server - Raspberry Pi 2 - Warn: VM exited with signal 11: Segmentation fault

strace nacl_helper_bootstrap nacl_loader --r_debug=0xXXXXXXXXXXXXXXXX --reserved_at_zero=0xXXXXXXXXXXXXXXXX -Q -v -B irt_core-armhf.nexe -e -i 100:24 -- /home/illwieckz/.local/share/unvanquished/sgame-armhf.nexe 100 execve("nacl_helper_bootstrap", ["/home/illwieckz/dev/unvanquished&q...