You are an unregistered user, you can register here
Navigation

Information

Site

Donations
If you wish to make a donation you can by clicking the image below.


 
Go Back   The Unreal Admins Page > Forums > Unreal Admins > Unreal Tournament > UT Server - General Chat

Reply
Thread Tools Display Modes
  #21  
Unread 5th January, 2006, 08:59 PM
|KOA|The_Dave's Avatar
|KOA|The_Dave |KOA|The_Dave is offline
Godlike
 
Join Date: Jul 2005
Posts: 345
Default

Alien, if you're looking to just log IPs of people that join your server, there are already scripts to do that -- like AKA6kLog or AKA20kLog.

It would be cool, though, if AKA20kLog could be modified to log countries based on the information from Rush's actor... and then if I could figure out how to import the AKA log into Excel, I could create piecharts and graphs and other fun stuff about my visitors from various countries. The key to world domination, after all, is pie charts.

And before someone says it... I know there's developer documentation, but I don't code, the most I do is mapping (and even that I'm not that great)
Reply With Quote
  #22  
Unread 5th January, 2006, 09:31 PM
Alien Alien is offline
Killing Spree
 
Join Date: Oct 2005
Posts: 41
Default

I installed SMartCtf4D. Its working, however, the flags dont show up when games over and it shows the stats for each player.IT does show the picture of what character the players are using.I've gone over it 3 times, and keep getting same thing.Any idea what I'm doing wrong possibly ?
Or forgot to enable maybe ?
Reply With Quote
  #23  
Unread 5th January, 2006, 09:44 PM
Alien Alien is offline
Killing Spree
 
Join Date: Oct 2005
Posts: 41
Default

Nevermind last post, I just found my problem.
Reply With Quote
  #24  
Unread 5th January, 2006, 10:13 PM
Alien Alien is offline
Killing Spree
 
Join Date: Oct 2005
Posts: 41
Default

Ok, thought I Fixed my problem with the flags not showing up, but unfortunately I havent.Thought it was because I forgot to add the iptocountry to the serveractor in the game engine section, i added it, and still no flags show up.
Reply With Quote
  #25  
Unread 5th January, 2006, 10:17 PM
|KOA|The_Dave's Avatar
|KOA|The_Dave |KOA|The_Dave is offline
Godlike
 
Join Date: Jul 2005
Posts: 345
Default

Did you make sure that both SmartCTF_4D and CountryFlags2 are in ServerPackages? Also, did you make sure to use the SmartCTF_4D.ini that came with the package, or did you just change the INI you had before? If using your old INI, make sure the options related to the country flags are added (like the one to define CountryFlags2 as your flag texture package)
Reply With Quote
  #26  
Unread 5th January, 2006, 10:37 PM
Alien Alien is offline
Killing Spree
 
Join Date: Oct 2005
Posts: 41
Default Confused

One, I did make sure what was in the new 4d ini was what i had in my ini.I renamed it to 4D as well.The ini is right.SmartCTF_4D is in the packages list.I added the CountryFlags2 to it as well, and the sever wouldnt start.So now im confused.

Quote:
Originally Posted by |KOA|The_Dave
Did you make sure that both SmartCTF_4D and CountryFlags2 are in ServerPackages? Also, did you make sure to use the SmartCTF_4D.ini that came with the package, or did you just change the INI you had before? If using your old INI, make sure the options related to the country flags are added (like the one to define CountryFlags2 as your flag texture package)
Reply With Quote
  #27  
Unread 5th January, 2006, 10:42 PM
kawaii kawaii is offline
Holy Shit!!
 
Join Date: Oct 2004
Posts: 1,205
Default

Just do what it says in the readme and don't start renaming things and stuff like that.

And check your server log to see why it crashed.
__________________
Stats!
Reply With Quote
  #28  
Unread 5th January, 2006, 10:50 PM
Alien Alien is offline
Killing Spree
 
Join Date: Oct 2005
Posts: 41
Default

kawaii I did.I have done it dozen times now.Heres the current section of my Engine for ini.

[Engine.GameEngine]
CacheSizeMegs=4
UseSound=True
ServerActors=IpDrv.UdpBeacon
ServerActors=IpServer.UdpServerQuery
ServerActors=IpServer.UdpServerUplink
MasterServerAddress=unreal.epicgames.com
MasterServerPort=27900
ServerActors=IpServer.UdpServerUplink
MasterServerAddress=master0.gamespy.com
MasterServerPort=27900
ServerActors=IpServer.UdpServerUplink
MasterServerAddress=master.mplayer.com
MasterServerPort=27900
ServerActors=UWeb.WebServer
ServerActors=ServerAdds.ServerAdds
ServerActors=2k4Combos.CombosSA
ServerActors=MvReporter.MvReporter
ServerActors=SmartCTF_4D.SmartCTFServerActor
ServerActors=IpToCountry.LinkActor
ServerPackages=redstarsflags
ServerPackages=UTDCv16b
ServerPackages=UTDCv16bdll
ServerActors=UTDCv16b.SMain
ServerActors=PureINTLog.INTLogger
ServerActors=PureStat7G.PureStat
ServerActors=UTPureRC7G.UTPureSA
ServerActors=PurePkgLog.PackageLogger
ServerPackages=UTPureRC7G
ServerPackages=PureStat7G
ServerPackages=MapVoteLA13
ServerPackages=BadSantaPackage
ServerPackages=2k4Combos
ServerPackages=SmartCTF_4D
ServerPackages=BotPack
ServerPackages=Multimesh
ServerPackages=EpicCustomModels
ServerPackages=TSkMSkins
ServerPackages=TNaliMeshSkins
ServerPackages=TCowMeshSkins
ServerPackages=Relics
ServerPackages=SoldierSkins
ServerPackages=SkeletalChars
ServerPackages=CommandoSkins
ServerPackages=FCommandoSkins
ServerPackages=SGirlSkins
ServerPackages=tcowmeshskins
ServerPackages=BossSkins
ServerPackages=BP1Handler7G
ServerPackages=BP4Handler7G
ServerPackages=ZPPure7G
ServerPackages=HA3
Reply With Quote
  #29  
Unread 5th January, 2006, 11:09 PM
SLiDeR's Avatar
SLiDeR SLiDeR is offline
Killing Spree
 
Join Date: Jun 2004
Location: Porto, Portugal
Posts: 21
Default

You are missing this:

ServerPackages=CountryFlags2

And if you havent done it yet, CountryFlags2.utx > Textures folder in the server.

CountryFlags2.utx is inside IpToCountry-1.1.zip

Last edited by SLiDeR : 5th January, 2006 at 11:11 PM.
Reply With Quote
  #30  
Unread 5th January, 2006, 11:18 PM
kawaii kawaii is offline
Holy Shit!!
 
Join Date: Oct 2004
Posts: 1,205
Default

Told you you should read the readme
__________________
Stats!
Reply With Quote
  #31  
Unread 5th January, 2006, 11:32 PM
Ratty's Avatar
Ratty Ratty is offline
Rampage
 
Join Date: Mar 2005
Location: Germany
Posts: 87
Default

btw u were right
Alien = Virginia
why?
Virginia said she's admin from the RedStars-Server and Alien got these package in her ini ServerPackages=redstarsflags
Reply With Quote
  #32  
Unread 5th January, 2006, 11:38 PM
|KOA|The_Dave's Avatar
|KOA|The_Dave |KOA|The_Dave is offline
Godlike
 
Join Date: Jul 2005
Posts: 345
Default

She's definitely too stupid to read the readme too... not only did she not put all the correct actor and package lines in, but the readme clearly says that SmartCTF has to go below PURE on the ServerActors= list.
Reply With Quote
  #33  
Unread 5th January, 2006, 11:40 PM
PizzaMan's Avatar
PizzaMan PizzaMan is offline
Holy Shit!!
 
Join Date: Jun 2004
Location: Bergen - Norway
Posts: 2,389
Default

Quote:
Originally Posted by Ratty
Alien got these package in her ini ServerPackages=redstarsflags


She just like to sneak around. The world is one big conspiracy, you know.
Reply With Quote
  #34  
Unread 6th January, 2006, 03:11 AM
Alien Alien is offline
Killing Spree
 
Join Date: Oct 2005
Posts: 41
Default YOu all Just think you know it all ....

FIrst off I didnt set up the ini, someone else did whos learning.
All I did was post what it was a friend was having trouble with.As for the flags, yes they are custom redstarsflags I made, and he uses them as well on his server because he found them to be quite appropriate for whats on them.

Now still want to call me stupid so be it I don't care because I know I'm not.
I know how to set up and run a server.

GG


Quote:
Originally Posted by |KOA|The_Dave
She's definitely too stupid to read the readme too... not only did she not put all the correct actor and package lines in, but the readme clearly says that SmartCTF has to go below PURE on the ServerActors= list.
Reply With Quote
  #35  
Unread 6th January, 2006, 03:12 AM
Alien Alien is offline
Killing Spree
 
Join Date: Oct 2005
Posts: 41
Default

And btw, I fixed it for him myself.
Reply With Quote
  #36  
Unread 6th January, 2006, 04:07 AM
Matthew Matthew is offline
Holy Shit!!
 
Join Date: Dec 2004
Posts: 2,382
Default

|o| and Gina also always puts in a subject while replying

Alien
Killing Spree Join Date: Oct 2005
Posts: 41

YOu all Just think you know it all ....


@ Dave: Since I already have permission to modify AKA from Catcher, I can do this. In fact due to the way that Rush made this thing it will be amazingly simple
Reply With Quote
  #37  
Unread 6th January, 2006, 05:00 AM
|KOA|The_Dave's Avatar
|KOA|The_Dave |KOA|The_Dave is offline
Godlike
 
Join Date: Jul 2005
Posts: 345
Default

We all know enough to read the f***ing documentation ;-)

Quote:
Originally Posted by Matthew
@ Dave: Since I already have permission to modify AKA from Catcher, I can do this. In fact due to the way that Rush made this thing it will be amazingly simple
That'd be cool. It's just a curiousity thing, more than anything else. At least if you do it I know the ASC ID logging won't be screwed up either
Reply With Quote
  #38  
Unread 7th January, 2006, 10:01 PM
[BSC]MasterJohnny [BSC]MasterJohnny is offline
Holy Shit!!
 
Join Date: Apr 2005
Location: Hajdúszoboszló, Hungary
Posts: 823
Default

People are amazed

Reply With Quote
  #39  
Unread 7th January, 2006, 10:28 PM
[BSC]MasterJohnny [BSC]MasterJohnny is offline
Holy Shit!!
 
Join Date: Apr 2005
Location: Hajdúszoboszló, Hungary
Posts: 823
Default

uhm I've found a german player with american flag
Reply With Quote
  #40  
Unread 7th January, 2006, 10:36 PM
PizzaMan's Avatar
PizzaMan PizzaMan is offline
Holy Shit!!
 
Join Date: Jun 2004
Location: Bergen - Norway
Posts: 2,389
Default

Hes on AOL I guess...
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 05:38 PM.


 

All pages are copyright The Unreal Admins Page.
You may not copy any pages without our express permission.