Game Freezes

Let us help you solve any problems you might have with TNM. This forum should remain spoiler-free - if your problem is spoilery in nature, please post in the forum above.

Moderator: TNM Team

Forum rules
Please only use this forum for problems of a technical nature. If you're stuck somewhere in the game, post in the TNM Spoiler Zone forum. If the game crashes, you can't load a savegame, or something just plain isn't working, this is the place to post.
DDL
Traditional Evil Scientist
Traditional Evil Scientist
Posts: 3791
Joined: Mon Oct 17, 2005 10:03 am

Re: Game Freezes

Post by DDL »

Killall is a class based command, sadly.

I don't see any problems adding a more specific one for the next patch though.

Code: Select all

exec function killname(string targetname)
{
	local actor a;

	foreach Allactors(class'actor', A)
		if(a.name ~= targetname)
			a.destroy();
}


or similar.
ddfst
Mole Person
Posts: 2
Joined: Sun May 03, 2009 8:57 pm

Re: Game Freezes

Post by ddfst »

i get constant freezes in different places of the map after returning from DXI
pretty much impossible to play as maximum time i maganed to spend on the map without being freezed is about 3 minutes

Image
Astray
Mole Person
Posts: 3
Joined: Mon May 04, 2009 8:31 am

Re: Game Freezes

Post by Astray »

ddfst wrote:i get constant freezes in different places of the map after returning from DXI
pretty much impossible to play as maximum time i maganed to spend on the map without being freezed is about 3 minutes

Image
This is exactly my problem. =/
User avatar
JC_Helios
X-51
Posts: 766
Joined: Thu Nov 10, 2005 3:34 am
Location: USA, CA
Contact:

Re: Game Freezes

Post by JC_Helios »

The obvious solution would be to use those three minutes to kill/EMP the security bot which is causing the problem. It's like right there when you come up....
ddfst
Mole Person
Posts: 2
Joined: Sun May 03, 2009 8:57 pm

Re: Game Freezes

Post by ddfst »

any chance these issues are going to be worked around in 1.03?
3 minutes was my good luck, its usually seconds, tho if its not being fixed in close future i guess i have no choice
pretty bad time to stop playing on an interesting place :D
Astray
Mole Person
Posts: 3
Joined: Mon May 04, 2009 8:31 am

Re: Game Freezes

Post by Astray »

Thx for the tip ;-)
Post Reply