Re: Albion World question [message #60869 is a reply to message #60836] |
Tue, 21 December 2010 04:37 |
|
JohnDoe
Messages: 3007 Registered: October 2007
|
Retired
|
|
|
mikalshorti wrote on Mon, 20 December 2010 20:27 | EDIT - how would you go about removing the quest sections?
| TNGs, as has been said. In each TNG there are sections that are used for certain quests. You want to get rid of all of them except XXXSectionStart NULL. It's not enough to just get rid of the lines, because what you'll get is a crash. You clear it out from XXXSectionStart to XXXSectionEnd, leaving only the null section.
Even then, you can get issues if you don't get rid of anything that doesn't have null for ScriptName and ScriptData. If it has something other than null, that means it's used somehow either in a quest or a cutscene or by the executable or whatever, and you want to get rid of it.
And even then, you'll still have performance issues, as well as everything else I mentioned earlier.
|
|
|