Altering the scene.dat, or any dat while the game is running is useless.
All files are loaded into memory at run time.
They can only be affected during run time by a program that reaches into
those memory areas and changes things.
Files such as the random and scripted files only load what's in rendering range
to a certain extend, so we can change them on the fly.
|