:: Home :: FAQ :: Search :: Memberlist :: Usergroups :: Register :: Profile :: Log in to check your private messages :: Log in ::
Two questions, or ...

 
Post new topic   Reply to topic    www.tcpclan.net Forum Index -> -= Help =-
View previous topic :: View next topic  
Author Message
}TCP{aLICe
...playing too much


Joined: 20 Mar 2003
Posts: 1048

PostPosted: Mon Jun 28, 2010 8:05 pm    Post subject: Two questions, or ... Reply with quote

... still two questions Razz

1. I have found a big file (over 700MB) in my Unreal system folder, containing quite verbose logs - UT2004.log. I don't remember if / why / when / how I turned on logging. Please tell me how to turn off Unreal logging to file and/or decrease verbosity.

2. I had, but not working Confused , alias in User.ini to shield-jump. Could you post working one?

Thank You Good People
Back to top
View user's profile Send private message
lilalurl
}TCP{ Fan


Joined: 12 Mar 2007
Age: 31
Posts: 42

PostPosted: Mon Jun 28, 2010 9:03 pm    Post subject: Reply with quote

2) Are you refering to this one:
Code:
Shield Jump (press key charge the shieldgun , releasing will shoot the shieldgun, jump and best weapon all at once)

Aliases[#]=(Command=\"getweapon xweapons.ShieldGun | Button bFire | Fire | OnRelease Jump | onrelease switchtobestweapon\",Alias=\"ShieldJump\")
Key=ShieldJump


taken from http://unreal.co.za/forums/showthread.php?t=64


1) Should you rather not try and take a look at the log* to determine what is causing such a large amount of text to be logged?

Probably something like a faulty or not correctly uninstalled mod triggering such a large output.
Or perhaps something wrong with the core files, in which case it would be really worth investigating.



*: either use a text editor that does not load the file fully or use a text splitter like http://www.softpedia.com/get/System/File-Management/Text-File-Splitter.shtml
Back to top
View user's profile Send private message
}TCP{aLICe
...playing too much


Joined: 20 Mar 2003
Posts: 1048

PostPosted: Tue Jun 29, 2010 2:26 am    Post subject: Reply with quote

Thank you.

About log - i have file cleared and set read only now Very Happy
Do you mean mod which I installed during joining the server? I don't remember I installed anything by myself.
Back to top
View user's profile Send private message
Mupp3t
}TCP{Member


Joined: 26 Jan 2009
Age: 21
Posts: 333

PostPosted: Tue Jun 29, 2010 3:45 pm    Post subject: Reply with quote

the shield gun alias doesnt work =) i saw alot of different ones.. havent found any that worked yet.. so if any have one that works ?
_________________
Back to top
View user's profile Send private message Send e-mail
lilalurl
}TCP{ Fan


Joined: 12 Mar 2007
Age: 31
Posts: 42

PostPosted: Tue Jun 29, 2010 3:59 pm    Post subject: Reply with quote

I don't have enough knowledge of the inner workings of UT2004 to give you a definite answer but yes, I guess it is possible that it is one (or several) mod/mutator/map coming from a server that triggers log messages piling up in your log file.


Setting the log as read-only is a good temporary workaround (sometimes used to solve issues with viruses and other malware).
But as soon as you have a bit of time, you should set it back to read-write and:
- Try to play a few maps offline. Then check if the log file has increased and then check what could be responsible if that is the case. As you said you did not install any mod by yourself, you should not see any issue.
- Do the same but by trying to play online.


There are a lot of possible explanations for the 700Mb log file. Perhaps you helped someone setting up a server and therefore had a lot of missing/badly configured files. In such a case the log file should no longer increase.

Otherwise, perhaps there is a server around that has some configuration issues. So if you can pinpoint it, it could help the server admin to know that there is an issue.
Back to top
View user's profile Send private message
}TCP{aLICe
...playing too much


Joined: 20 Mar 2003
Posts: 1048

PostPosted: Tue Jun 29, 2010 6:46 pm    Post subject: Reply with quote

After I cleared log file I played one evening / night and log increased to > 100 MB :/ Next thing I did was set it read only.

About shield-jump - yea, it doesn't work for me. It's strange because shield-switchtolastweapon works great :/
Back to top
View user's profile Send private message
Marwin
úber Spammer


Joined: 15 Dec 2007
Posts: 943

PostPosted: Tue Jun 29, 2010 9:25 pm    Post subject: Reply with quote

Try this, without alias:

After jump switch to last weapon:

Code:
Joy1=SwitchWeapon 1|Button bFire|OnRelease Jump|OnRelease SwitchToLastWeapon


should work, or if u want the best weapon after jump, then:

Code:
Joy1=SwitchWeapon 1|Button bFire|OnRelease Jump|OnRelease SwitchToBestWeapon


and if u want a weapon after jump (as example here now Lightning), then:

Code:
Joy1=SwitchWeapon 1|Button bFire|OnRelease Jump|OnRelease SwitchWeapon 9


Very Happy

Can u tell me if it works?
Back to top
View user's profile Send private message
lilalurl
}TCP{ Fan


Joined: 12 Mar 2007
Age: 31
Posts: 42

PostPosted: Tue Jun 29, 2010 11:10 pm    Post subject: Reply with quote

}TCP{aLICe wrote:
After I cleared log file I played one evening / night and log increased to > 100 MB :/ Next thing I did was set it read only.


Then there is definitely something wrong, be it on your side or the server side.

Care to post which servers you played on so that other people can try and see if something similar happens to their ut2004.log?
Back to top
View user's profile Send private message
}TCP{aLICe
...playing too much


Joined: 20 Mar 2003
Posts: 1048

PostPosted: Wed Jun 30, 2010 12:58 am    Post subject: Reply with quote

Thank you, works perfectly Smile

The only servers I play are TCP servers :/ mostly FH#1
Back to top
View user's profile Send private message
Mupp3t
}TCP{Member


Joined: 26 Jan 2009
Age: 21
Posts: 333

PostPosted: Wed Jun 30, 2010 4:01 pm    Post subject: Reply with quote

jeah that works perfect indeed marwin..
now i realise i absolutely dont need a bind.. since it just kills u, instead of jumping in the air =p

thanks ^^

_________________
Back to top
View user's profile Send private message Send e-mail
}TCP{Ramses
}TCP{Member


Joined: 02 Feb 2003
Posts: 3056

PostPosted: Wed Jun 30, 2010 5:07 pm    Post subject: Reply with quote

My log over-writes the previous session each time I load UT2004. The log file size for nearly two hours play last night was 1682 kb.

A quick search check of the ini files didn't show anything obvious to switch on/off over-writing or merging of the log, and nothing came up in a quick Google search. There were several entries that looked like you could switch off logging of some actions, but I didn't dabble with them just in case Razz
Back to top
View user's profile Send private message
}TCP{Carnage
-=HeAdShOt=-


Joined: 19 Dec 2002
Age: 35
Posts: 4148
Location: Nightbar Rooie Ooren

PostPosted: Wed Jun 30, 2010 6:42 pm    Post subject: Reply with quote

U could also add this line to the
[Core.System]

Suppress=what name the most errors give

That should also keep the log smaller .. but then again it should not be as big as it is anyways
There must be something wrong .. better to fix it rather then ignoring it

_________________
Patience Is A Virtue
Anger Is A Gift

Unreal 1 - 16 slot 227f - }TCP{ Funhouse #5 [MonsterMash !!]-:: Go There ::-
Unreal 1 - 8 slot 227f - }TCP{ Funhouse #6 [TeamArenaMaster !!] -:: Go There ::-


UT2004 - 32 slot }TCP{ Funhouse !! [4 Teams Freon Madness] !! -:: Go There ::-
UT2004 - 12 slot }TCP{ Funhouse #1 [TAM / Freezetag] !! -:: Go There ::-
UT2004 - 8 slot }TCP{ Funhouse #2 [CB ClanMatchServer] !! -:: Go There ::-
UT2004 - 2 slot }TCP{ Funhouse #3 [1vs1 or 2 vs 2] !! -:: Go There ::-
UT2004 - 12 slot }TCP{ Funhouse #4 [ONS/TAM/AM/Moso 12p] !! -:: Go There ::-


Open Source Beer
The }TCP{ Website
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
}TCP{Wolf
Site Admin


Joined: 19 Dec 2002
Posts: 4009
Location: Outside looking for my skill...

PostPosted: Wed Jun 30, 2010 8:40 pm    Post subject: Reply with quote

}TCP{Carnage wrote:
Suppress=what name the most errors give


errr baaad idea for mod developers to use that and POTENTIALLY bad idea for mappers too hehehe Wink

_________________
-=]HONESTY PAYS[=-
Back to top
View user's profile Send private message Visit poster's website AIM Address
Marwin
úber Spammer


Joined: 15 Dec 2007
Posts: 943

PostPosted: Thu Jul 01, 2010 3:46 pm    Post subject: Reply with quote

}TCP{aLICe wrote:
Thank you, works perfectly Smile



Mupp3t wrote:
jeah that works perfect indeed marwin..



.ini Cheaters Razz
Back to top
View user's profile Send private message
}TCP{aLICe
...playing too much


Joined: 20 Mar 2003
Posts: 1048

PostPosted: Fri Jul 02, 2010 6:49 pm    Post subject: Reply with quote

OK, if I will have a bit of free time I'll check this log thingy and post here.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    www.tcpclan.net Forum Index -> -= Help =- All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum


Powered by phpBB © 2001, 2010 phpBB Group
Protected by Anti-Spam ACP
Customized by }TCP{Carnage