User:Eli2

From Arx Libertatis Wiki
Revision as of 02:07, 31 July 2017 by Eli2 (talk | contribs)
Jump to navigation Jump to search
Find all animation files:
grep -FUrl 'Theo Animation File' .
Broken rendering on old amd:
https://www.youtube.com/watch?v=FhhHSa6_xZc
http://pastebin.com/uCBjKszh
https://github.com/arx/ArxLibertatis/commit/fdd0bcdc13daa7d73ba#diff-e538076bc38a33487a943cc89b22a509R204


Slow time (usefull for debugging)
spellcast -df 10000 10 freeze_time player
sausagev_0001.settarget object lockpicks_0003
sausagev_0001.spawn fireball


void clobber() {
  asm volatile("" : : : "memory");
}
void escape(void* p) {
  asm volatile("" : : "g"(p) : "memory");
}