The 224 Upak
Posted: Mon Mar 30, 2009 7:07 pm
I found out that when combined with upak.dll from unrealgold/rtnp 226 it actually does not crash even with predators, howvere it does crash for you when you type unreconginzed command while using upak console....
because there is incompatibility here:
if(!ConsoleCommand(Temp))
Message( None, Localize('Errors','Exec','Core'), 'Console' );
It is in typing state at funciton bool keyevent....
the 'errors' etc needs to be changed from ' to ", the only way to do that is only to create subclass of the old upak console though...
Also one more ting, I noticed that on my laptop inter1 does not play anything while being in transition, but when opening the map manually it plays. WTF
because there is incompatibility here:
if(!ConsoleCommand(Temp))
Message( None, Localize('Errors','Exec','Core'), 'Console' );
It is in typing state at funciton bool keyevent....
the 'errors' etc needs to be changed from ' to ", the only way to do that is only to create subclass of the old upak console though...
Also one more ting, I noticed that on my laptop inter1 does not play anything while being in transition, but when opening the map manually it plays. WTF