Page 1 of 1

MOTD FIX

PostPosted: Wed Aug 16, 06 10:02 pm
by Imperial
V 100 doesn't seem to work, won't appear.

Anyone have a fix?

PostPosted: Wed Aug 16, 06 10:05 pm
by Dae
How did you install it?

PostPosted: Wed Aug 16, 06 10:20 pm
by Imperial
Through ini, entered in files to system, then edited the ini

PostPosted: Thu Aug 17, 06 7:27 am
by Dae
How did you edit it?

PostPosted: Thu Aug 17, 06 1:25 pm
by Imperial
<.ini file contents erased by admin in order to shorten scrolling>

PostPosted: Thu Aug 17, 06 1:42 pm
by Dae
Add
Code: Select all
ServerPackages=DXMOTD100
ServerActors=DXMOTD100.MOTDServerActor

to
Code: Select all
[DeusEx.DeusExGameEngine]

section of your DeusEx.ini.

If your server crashes make sure the mutator is disabled in DXMTL mutator list (the one which you can access from "host server" screen).

P.S. Erase "D:" in "CDPath="

PostPosted: Thu Aug 17, 06 6:22 pm
by Imperial
Er which mutator?

Log: Server Package: DXMTL152b1
Log: Server Package: DXMOTD100
Warning: Failed to load 'DXMOTD100 ': Can't find file 'DXMOTD100 '
Critical: appError called:
Critical: Failed to load 'DXMOTD100 ': Can't find file 'DXMOTD100 '
Critical: Windows GetLastError: There are no more files. (18)

<.log file contents partially erased by admin in order to shorten scrolling>

PostPosted: Thu Aug 17, 06 6:26 pm
by Dae
Have you put DXMOTD100.u to System/ folder :roll:

PostPosted: Thu Aug 17, 06 6:31 pm
by Imperial
Yep, unless it just goes out of the folder as soon as I put it in.

PostPosted: Thu Aug 17, 06 6:35 pm
by Imperial
Ahg! O.k, its in the folder and in the ini and its saying its not there??

My server will no longer stay up andis crashing:


Warning: Failed to load 'DXMOTD100 ': Can't find file 'DXMOTD100 '
Critical: appError called:
Critical: Failed to load 'DXMOTD100 ': Can't find file 'DXMOTD100 '
Critical: Windows GetLastError: There are no more files. (18)
Exit: Executing UObject::StaticShutdownAfterError

<partially erased by admin in order to shorten scrolling>

PostPosted: Thu Aug 17, 06 6:35 pm
by Dae
Aahhh, I recollect this error!! Go to DeusEx.ini, find
Code: Select all
ServerPackages=DXMOTD100

and remove space after "...100".

PostPosted: Thu Aug 17, 06 6:37 pm
by Imperial
Code: Select all
ServerPackages=DXMOTD100

and remove space after "...100".[/quote]

There is no space there!:


[DeusEx.DeusExGameEngine]
CacheSizeMegs=4
UseSound=True
ServerActors=IpDrv.UdpBeacon
ServerActors=IpServer.UdpServerQuery
ServerActors=IpServer.UdpServerUplink MasterServerAddress=master0.gamespy.com MasterServerPort=27900
ServerActors=IpServer.UdpServerUplink MasterServerAddress=master.epicgames.com MasterServerPort=27900
ServerActors=IpServer.UdpServerUplink MasterServerAddress=master.fragaholic.com MasterServerPort=27900
ServerPackages=DXMTL152b1
ServerPackages=DXMOTD100
ServerActors=DXMOTD100.MOTDServerActor

PostPosted: Thu Aug 17, 06 6:54 pm
by DarkKnight
ThunderBird wrote:
Dae wrote:
Code: Select all
ServerPackages=DXMOTD100

and remove space after "...100".


There is no space there!:


Code: Select all
[DeusEx.DeusExGameEngine]
CacheSizeMegs=4
UseSound=True
ServerActors=IpDrv.UdpBeacon
ServerActors=IpServer.UdpServerQuery
ServerActors=IpServer.UdpServerUplink MasterServerAddress=master0.gamespy.com MasterServerPort=27900
ServerActors=IpServer.UdpServerUplink MasterServerAddress=master.epicgames.com MasterServerPort=27900
ServerActors=IpServer.UdpServerUplink MasterServerAddress=master.fragaholic.com MasterServerPort=27900
ServerPackages=DXMTL152b1
ServerPackages=DXMOTD100 <-----------
ServerActors=DXMOTD100.MOTDServerActor


Yes there is.

PostPosted: Thu Aug 17, 06 7:00 pm
by Dae
Thanks Stevie!! :) I haven't managed to guess this way.

PostPosted: Thu Aug 17, 06 7:03 pm
by Imperial
Fixed it! Its hosting now, but, the motd is still not there!

Ty Darknight btw :)

And Dae of course :D

But any way i can get motd up?

PostPosted: Thu Aug 17, 06 7:03 pm
by Imperial
<.ini contents erased by admin in order to shorten scrolling>

PostPosted: Thu Aug 17, 06 7:04 pm
by Dae
Oh and yeah, try removing space after this line too:
Code: Select all
ServerActors=DXMOTD100.MOTDServerActor

PostPosted: Thu Aug 17, 06 7:06 pm
by Imperial
Did, there definently isnt any space there.


[DeusEx.DeusExGameEngine]
CacheSizeMegs=4
UseSound=True
ServerActors=IpDrv.UdpBeacon
ServerActors=IpServer.UdpServerQuery
ServerActors=IpServer.UdpServerUplink MasterServerAddress=master0.gamespy.com MasterServerPort=27900
ServerActors=IpServer.UdpServerUplink MasterServerAddress=master.epicgames.com MasterServerPort=27900
ServerActors=IpServer.UdpServerUplink MasterServerAddress=master.fragaholic.com MasterServerPort=27900
ServerPackages=DXMTL152b1
ServerPackages=DXMOTD100
ServerActors=DXMOTD100.MOTDServerActor

PostPosted: Thu Aug 17, 06 7:16 pm
by DarkKnight
ThunderBird wrote:Did, there definently isnt any space there.


[DeusEx.DeusExGameEngine]
CacheSizeMegs=4
UseSound=True
ServerActors=IpDrv.UdpBeacon
ServerActors=IpServer.UdpServerQuery
ServerActors=IpServer.UdpServerUplink MasterServerAddress=master0.gamespy.com MasterServerPort=27900
ServerActors=IpServer.UdpServerUplink MasterServerAddress=master.epicgames.com MasterServerPort=27900
ServerActors=IpServer.UdpServerUplink MasterServerAddress=master.fragaholic.com MasterServerPort=27900
ServerPackages=DXMTL152b1
ServerPackages=DXMOTD100
ServerActors=DXMOTD100.MOTDServerActor


Make sure you surround your ini with code tags;

Code: Select all
[code]Your ini stuff here[/code]


PHPBB automatically puts a space after each line other wise.

PostPosted: Thu Aug 17, 06 7:17 pm
by Imperial
Each Sub section or from start to finish?

<.ini file contents erased by admin in order to shorten scrolling>

PostPosted: Thu Aug 17, 06 7:19 pm
by Gishank
I had this problem, it was because my MOTD was too long.

PostPosted: Thu Aug 17, 06 7:24 pm
by Dae
Thunderbird
could you just attach this file using "Add an attachment" fieldset in your "post a reply" window?

PostPosted: Thu Aug 17, 06 7:34 pm
by Imperial
Teh Klop was right. He gets the medal! Sorry Guys.
But, as "The forum word cat "once said: You get a rotten Tomato.
Only joking, thanks for all the help! It was greatly appreciated.

Ty to DarkNigt, Dae and Klop.
Much appreciated.

I will now proceed to deleting all the long posts in the hope that I have not offended your eyes too much and that you will not need glasses anytime soon :)

PostPosted: Thu Aug 17, 06 7:43 pm
by Dae
I have already shortened the topic. :)