Welcome to destination Unreal
Please sign in Here or Register
warning  Welcome to destination Unreal, To access all areas of this site please register an account by clicking here now. warning

 


 
Recent Topics   Next 6 >>  
 Forum   Author   Replies   Last Post 
Merry Christmas! Mapping Development and Skinning EvilGrins 0 Mon Dec 02, 2024 11:12 pm
EvilGrins View latest post
Liandri?! Pfft, fuhgeddaboudit! UT99 now belongs to The Mob. Mapping Development and Skinning EvilGrins 0 Sun Nov 24, 2024 8:18 pm
EvilGrins View latest post
Screenshots Thread UT Screenshots and Movies POTS 403 Sat Nov 23, 2024 10:39 am
EvilGrins View latest post
Mining Corps Prisoners Mapping Development and Skinning EvilGrins 0 Thu Nov 07, 2024 12:04 pm
EvilGrins View latest post
Inversion Mapping Development and Skinning EvilGrins 0 Fri Nov 01, 2024 8:37 pm
EvilGrins View latest post
What is your favorite Capture the Flag map? General Discussion EvilGrins 0 Tue Oct 29, 2024 12:47 am
EvilGrins View latest post
 

server adds on Nexgen112
Goto page 1, 2  Next
Post new topic   Reply to topic       printer-friendly view
destination Unreal Forum Index Mods, UScript and General Coding
View previous topic :: View next topic 
Author Message
Shado switzerland.png


UT Name: Letylove49 / Alicia UT Since: 2005 Gender: Gender:Male
Joined: Jul 30, 2010
Age: 41
Posts: 39

Reputation: 173.5
Status: Offline
View user's profile

Send private message


PostPosted: Tue Apr 12, 2011 11:11 pm
PostPost subject:No icon server adds on Nexgen112
Reply with quote

hi

i would like to add server adss on Nexgen112 but i got  this

Error: L:\UnrealTournament\Nexgen112F\Classes\NexgenHUD.uc(1556) : Error, Unexpected end of file at end of Class
Critical: appError called:
Critical: Failed due to errors.
Exit: Executing UObject::StaticShutdownAfterError

another thint  i woul like to put the advertise on the  Hud and not  a the same place than  NexgenMH210 ( because UTPure lock it)


Please login to see this link
Get registered or Log in


Last edited by Shado on Fri Apr 22, 2011 9:41 pm; edited 2 times in total
Back to top Visit member's Facebook: https://www.facebook.com/pages/destinationUnreal/68568886767
-BoB- uk.png

dU.Staff
dU.Staff

UT Name: dU.BoB UT Since: 2005
Joined: Jul 20, 2010
Age: 50
Posts: 465
Location: England
Reputation: 216.2
votes: 3
Status: Offline
View user's profile

Send private message


PostPosted: Tue Apr 12, 2011 11:40 pm
PostPost subject:No icon Re: server adds on Nexgen112
Reply with quote

wow, nasty error  Laughing

e-mail me the nexgenhud.uc and I will take a look.

You can modify the HUD position by editing the cx and cy variables in the following code in renderMessageBox:

   // Other low messages.
cy = msgBoxHeight + 2.0;
if (player.player.console.bTyping) {
cy += msgBoxLineHeight;
}
   cy += (arraycount(messages)+3) * baseFontHeight;
for (index = 0; index < lmsgCount; index++) {
renderlMessage(c, cx, cy, lmessages[index]);
cy += baseFontHeight;
Back to top Visit poster's website MSN Messenger
Shado switzerland.png


UT Name: Letylove49 / Alicia UT Since: 2005 Gender: Gender:Male
Joined: Jul 30, 2010
Age: 41
Posts: 39

Reputation: 173.5
Status: Offline
View user's profile

Send private message


PostPosted: Thu Apr 14, 2011 7:20 pm
PostPost subject:No icon Re: server adds on Nexgen112
Reply with quote

hi Bob

i have sent to you the flie  NexgenHud.uc to your hotmail adress.


Please login to see this link
Get registered or Log in
Back to top Visit member's Facebook: https://www.facebook.com/pages/destinationUnreal/68568886767
Sponsor
Shado switzerland.png


UT Name: Letylove49 / Alicia UT Since: 2005 Gender: Gender:Male
Joined: Jul 30, 2010
Age: 41
Posts: 39

Reputation: 173.5
Status: Offline
View user's profile

Send private message


PostPosted: Sat Apr 16, 2011 5:50 pm
PostPost subject:No icon Re: server adds on Nexgen112
Reply with quote

i have forgot this

var int lmsgCount;                      // Number of other lower messages stored.

but  that don't solve the issue i continue to got the same error


Please login to see this link
Get registered or Log in
Back to top Visit member's Facebook: https://www.facebook.com/pages/destinationUnreal/68568886767
-BoB- uk.png

dU.Staff
dU.Staff

UT Name: dU.BoB UT Since: 2005
Joined: Jul 20, 2010
Age: 50
Posts: 465
Location: England
Reputation: 216.2
votes: 3
Status: Offline
View user's profile

Send private message


PostPosted: Sat Apr 16, 2011 6:38 pm
PostPost subject:No icon Re: server adds on Nexgen112
Reply with quote

I never received the mail with the uc file. Try my hotmail "andymitchell9999 AT hotmail DOT com"
Back to top Visit poster's website MSN Messenger
Shado switzerland.png


UT Name: Letylove49 / Alicia UT Since: 2005 Gender: Gender:Male
Joined: Jul 30, 2010
Age: 41
Posts: 39

Reputation: 173.5
Status: Offline
View user's profile

Send private message


PostPosted: Sat Apr 16, 2011 10:00 pm
PostPost subject:No icon Re: server adds on Nexgen112
Reply with quote

ok i have send you again at andymitchell9999athotmail.com

my msn is shado49athotmail.fr

is you don't get this time i don't know why


Please login to see this link
Get registered or Log in


Last edited by Shado on Sun Apr 17, 2011 7:56 pm; edited 2 times in total
Back to top Visit member's Facebook: https://www.facebook.com/pages/destinationUnreal/68568886767
Sponsor
-BoB- uk.png

dU.Staff
dU.Staff

UT Name: dU.BoB UT Since: 2005
Joined: Jul 20, 2010
Age: 50
Posts: 465
Location: England
Reputation: 216.2
votes: 3
Status: Offline
View user's profile

Send private message


PostPosted: Sun Apr 17, 2011 1:52 am
PostPost subject:No icon Re: server adds on Nexgen112
Reply with quote

Got it this time :)

Will read it tomorrow Smile
Back to top Visit poster's website MSN Messenger
-BoB- uk.png

dU.Staff
dU.Staff

UT Name: dU.BoB UT Since: 2005
Joined: Jul 20, 2010
Age: 50
Posts: 465
Location: England
Reputation: 216.2
votes: 3
Status: Offline
View user's profile

Send private message


PostPosted: Sun Apr 17, 2011 10:03 pm
PostPost subject:No icon Re: server adds on Nexgen112
Reply with quote

I can't see anything obvious wrong. Thats a weird error, as I would have thought something like that would get detected at compile time and not runtime. Have you tried using the nexgenHUD.uc from the MH version of nexgen?

If that works, then all you need to do is make your changes a little at a time, and see where it fails.

B Smile
Back to top Visit poster's website MSN Messenger
Shado switzerland.png


UT Name: Letylove49 / Alicia UT Since: 2005 Gender: Gender:Male
Joined: Jul 30, 2010
Age: 41
Posts: 39

Reputation: 173.5
Status: Offline
View user's profile

Send private message


PostPosted: Mon Apr 18, 2011 2:32 am
PostPost subject:No icon Re: server adds on Nexgen112
Reply with quote

no i don't.

because i don't want that login message be at the same place thant MH edition because that is uncompatible UT Pure ant thais will be locked.

i will tying to  resart with the preview version  of my  Nexgen


Please login to see this link
Get registered or Log in
Back to top Visit member's Facebook: https://www.facebook.com/pages/destinationUnreal/68568886767
Sponsor
-BoB- uk.png

dU.Staff
dU.Staff

UT Name: dU.BoB UT Since: 2005
Joined: Jul 20, 2010
Age: 50
Posts: 465
Location: England
Reputation: 216.2
votes: 3
Status: Offline
View user's profile

Send private message


PostPosted: Mon Apr 18, 2011 10:19 am
PostPost subject:No icon Re: server adds on Nexgen112
Reply with quote

But you can always change that part of the code after its all working. Just thinking it might be better to work from something that works first.
Back to top Visit poster's website MSN Messenger
Shado switzerland.png


UT Name: Letylove49 / Alicia UT Since: 2005 Gender: Gender:Male
Joined: Jul 30, 2010
Age: 41
Posts: 39

Reputation: 173.5
Status: Offline
View user's profile

Send private message


PostPosted: Mon Apr 18, 2011 3:05 pm
PostPost subject:No icon Re: server adds on Nexgen112
Reply with quote

i have tring tu put your  NexgenHud.uc but that don't work. probabely a thing you have added who don't exist on Nexgen112  ( showkillmessage i belive.)

now  i got this : 2 error


Error: L:\UnrealTournament\Nexgen112F\Classes\NexgenController.uc(2074) : Error, Unexpected 'if'
Critical: appError called:
Critical: Failed due to errors.
Exit: Executing UObject::StaticShutdownAfterError
Critical: CompileError


: L:\UnrealTournament\Nexgen112F\Classes\NexgenHUD.uc(1025) : Error, Bad or missing expression after '<'
Critical: appError called:
Critical: Failed due to errors.
Exit: Executing UObject::StaticShutdownAfterError
Critical: CompileError


Please login to see this link
Get registered or Log in


Last edited by Shado on Mon Apr 18, 2011 3:38 pm; edited 1 time in total
Back to top Visit member's Facebook: https://www.facebook.com/pages/destinationUnreal/68568886767
-BoB- uk.png

dU.Staff
dU.Staff

UT Name: dU.BoB UT Since: 2005
Joined: Jul 20, 2010
Age: 50
Posts: 465
Location: England
Reputation: 216.2
votes: 3
Status: Offline
View user's profile

Send private message


PostPosted: Mon Apr 18, 2011 3:07 pm
PostPost subject:No icon Re: server adds on Nexgen112
Reply with quote

Ahh, i just realised. The first error that you posted WAS a compiler error. What confused me what the Critical errors afterwards. I use the WOTgreal editor to compile and it doesnt show the error in this way.

I suspect that in your original file you have a bracket error. Work through the functions and check you have matching brackets, curly ones and normal ones.


B Smile
Back to top Visit poster's website MSN Messenger
Sponsor
Shado switzerland.png


UT Name: Letylove49 / Alicia UT Since: 2005 Gender: Gender:Male
Joined: Jul 30, 2010
Age: 41
Posts: 39

Reputation: 173.5
Status: Offline
View user's profile

Send private message


PostPosted: Mon Apr 18, 2011 6:36 pm
PostPost subject:No icon Re: server adds on Nexgen112
Reply with quote

i don't saw what is wrong with this < ?


Please login to see this link
Get registered or Log in
Back to top Visit member's Facebook: https://www.facebook.com/pages/destinationUnreal/68568886767
-BoB- uk.png

dU.Staff
dU.Staff

UT Name: dU.BoB UT Since: 2005
Joined: Jul 20, 2010
Age: 50
Posts: 465
Location: England
Reputation: 216.2
votes: 3
Status: Offline
View user's profile

Send private message


PostPosted: Mon Apr 18, 2011 6:49 pm
PostPost subject:No icon Re: server adds on Nexgen112
Reply with quote

Ok, I will have another look at it. Not tonight though, as I will be drinking beer until I fall over!
Back to top Visit poster's website MSN Messenger
-BoB- uk.png

dU.Staff
dU.Staff

UT Name: dU.BoB UT Since: 2005
Joined: Jul 20, 2010
Age: 50
Posts: 465
Location: England
Reputation: 216.2
votes: 3
Status: Offline
View user's profile

Send private message


PostPosted: Mon Apr 18, 2011 9:03 pm
PostPost subject:No icon Re: server adds on Nexgen112
Reply with quote

I suspect this is the problem:

if (locationName != "" && bShowPlayerLocation) {
addChatMsg(playerColor, pri1.playerName, C_CYAN, " (" $ locationName $ "): ", messageColor, msg);
} else {
addChatMsg(playerColor, pri1.playerName $ ": ", C_GREEN, msg);
}

   else if (msgType == 'LowColorised') {
// Lower colorised message box
  addLowMsg(class'NexgenUtil'.static.getMessageColor(msg), class'NexgenUtil'.static.removeMessageColorTag(msg));

Look at the end of the function 'message'.

B Smile
Back to top Visit poster's website MSN Messenger
Sponsor
Shado switzerland.png


UT Name: Letylove49 / Alicia UT Since: 2005 Gender: Gender:Male
Joined: Jul 30, 2010
Age: 41
Posts: 39

Reputation: 173.5
Status: Offline
View user's profile

Send private message


PostPosted: Tue Apr 19, 2011 12:11 am
PostPost subject:No icon Re: server adds on Nexgen112
Reply with quote

ok afther addef your setting   is good but i got again  this :  Error: L:\UnrealTournament\Nexgen112F\Classes\NexgenHUD.uc(1593) : Error, Unexpected end of file at end of Class
Critical: appError called:
Critical: Failed due to errors.
Exit: Executing UObject::StaticShutdownAfterError


Please login to see this link
Get registered or Log in
Back to top Visit member's Facebook: https://www.facebook.com/pages/destinationUnreal/68568886767
-BoB- uk.png

dU.Staff
dU.Staff

UT Name: dU.BoB UT Since: 2005
Joined: Jul 20, 2010
Age: 50
Posts: 465
Location: England
Reputation: 216.2
votes: 3
Status: Offline
View user's profile

Send private message


PostPosted: Tue Apr 19, 2011 10:52 am
PostPost subject:No icon Re: server adds on Nexgen112
Reply with quote

Adding what setting? I didnt give you the fixed code, I only showed you where the problem was.

Send me the .uc file again.
Back to top Visit poster's website MSN Messenger
Shado switzerland.png


UT Name: Letylove49 / Alicia UT Since: 2005 Gender: Gender:Male
Joined: Jul 30, 2010
Age: 41
Posts: 39

Reputation: 173.5
Status: Offline
View user's profile

Send private message


PostPosted: Tue Apr 19, 2011 3:47 pm
PostPost subject:No icon Re: server adds on Nexgen112
Reply with quote

ok i send it to you


Please login to see this link
Get registered or Log in
Back to top Visit member's Facebook: https://www.facebook.com/pages/destinationUnreal/68568886767
Sponsor
Display posts from previous:

Post new topic   Reply to topic    printer-friendly view
destination Unreal Forum Index   Mods, UScript and General Coding
Goto page 1, 2  Next
Page 1 of 2
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

Related topics
 Topics   Replies   Author   Views   Last Post 
No new posts Memorable Errors 3 -POTS- 1476 Mon Dec 05, 2016 2:44 am
DarkBeemo View latest post
No new posts New Server IPs and New Mutator 3 BlackWolf 3000 Sat Jul 19, 2014 1:15 pm
Terraniux View latest post
No new posts destination Unreal Privat Server 1 BlackWolf 4222 Mon Oct 04, 2010 5:20 pm
THUNDERBOLT View latest post
No new posts Server open again 5 -BoB- 4306 Sun Oct 03, 2010 11:07 pm
Supa_Angel View latest post
No new posts dU TeamSpeak Server 0 catze 2726 Fri Sep 10, 2010 11:52 pm
catze View latest post
 




Theme designed and coded by PHPNuke Themes © All times are UTC + 2 Hours [DST enabled]
Forums ©

Spambot Killer
Site Map

[News Feed] [Forums Feed] [Downloads Feed] [Web Links Feed] Powered by HTML Purifier[Validate robots.txt]


PHP-Nuke Copyright © 2006 by Francisco Burzi.
All logos, trademarks and posts in this site are property of their respective owners, all the rest © 2006 by the site owner.
Powered by Nuke Evolution 2.0.7 - Nuke-Evolution Xtreme 2.0 Edition.

[ Page Generation: 0.16 Seconds | Memory Usage: 10.06 MB | DB Queries: 130 ]

Do Not Click [ Home | Forums | Downloads | Contact Us | Back To Top ]