Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SOLVED] Removing the xp gain number from medal messages
#1
Hello everybody.
How can you remove the value that shows your xp gain when you get a medal. In private match this is already done by default, but how can it also be done in combat training and on unranked dedicates?
Thanks Smile
Reply

#2
http://www.itsmods.com/forum/Thread-Cust...-3747.html
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
Reply

#3
(09-14-2011, 16:53)AZUMIKKEL Wrote: http://www.itsmods.com/forum/Thread-Cust...-3747.html
Yea I could try it that way but it might also just show +0 or something then. It needs to be for only one gamemode too, and it will be a lot of work to make new seperate medals for one gametype.
There must be something in a .gsc that disables it like it does for private match..
Reply

#4
(09-14-2011, 18:02)Cyborgking Wrote:
(09-14-2011, 16:53)AZUMIKKEL Wrote: http://www.itsmods.com/forum/Thread-Cust...-3747.html
Yea I could try it that way but it might also just show +0 or something then. It needs to be for only one gamemode too, and it will be a lot of work to make new seperate medals for one gametype.
There must be something in a .gsc that disables it like it does for private match..

just add

Code:
if( level.gameType != "your_gametype_here" )
(08-10-2011, 12:58)Pozzuh Wrote:
Se7en Wrote:Stealed, from cod4 mod ...
look who's talking

[Release] Old School Mod v2.2
[Release] Scroll menu

Reply

#5
(09-14-2011, 18:05)iAegle Wrote:
(09-14-2011, 18:02)Cyborgking Wrote:
(09-14-2011, 16:53)AZUMIKKEL Wrote: http://www.itsmods.com/forum/Thread-Cust...-3747.html
Yea I could try it that way but it might also just show +0 or something then. It needs to be for only one gamemode too, and it will be a lot of work to make new seperate medals for one gametype.
There must be something in a .gsc that disables it like it does for private match..

just add

Code:
if( level.gameType != "your_gametype_here" )
But where?
Reply

#6
like iAegle said to me, delete everything in the giveRankXP function on _rank.gsc.
Then the XP wont appear.
[Image: ctoc.jpg]
Reply

#7
(09-14-2011, 20:44)Tomsen1410 Wrote: like iAegle said to me, delete everything in the giveRankXP function on _rank.gsc.
Then the XP wont appear.

You probably just made him delete the whole _rank.gsc or the whole thread + title, seeing as he didn't know where to put the line above.
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
Reply

#8
I have got it done now. Smile
The game now uses the wager popup instead of the medal popup for medals, while still keeping almost the same functionality. Advantage of the wager popup is that it gives me a lot more freedom when it comes to setting text.
Thanks anyways.
Would like to make a donation? Click here
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  Help [C#] WebClient how to know real url [solved] narkos 21 11,860 09-09-2013, 15:21
Last Post: surtek
Information Help How to edit new derived entry? (Solved) SSonic70 1 2,481 08-20-2013, 15:29
Last Post: Nekochan
  [Release] Advanced timed messages with script support DePa95 0 3,796 08-07-2013, 19:35
Last Post: DePa95
Information How to change text messages in MP (.ff edit) giofrida 5 4,382 05-02-2013, 20:05
Last Post: Pozzuh
  [GIVEAWAY] Medal of Honor Warfighter Digital Deluxe Edition 20% Discount Ich1994 10 6,529 04-05-2013, 18:10
Last Post: SuperNovaAO
  Your phone number? kokole 10 5,263 01-18-2013, 19:59
Last Post: JariZ
  Help Removing threading hillbilly 4 3,232 01-02-2013, 07:49
Last Post: hillbilly
  Help [solved]red hitmark mod? founderlj 7 4,211 12-30-2012, 23:06
Last Post: Pozzuh
  !weapon Plugin help pls [solved] Hallla 0 1,848 12-30-2012, 14:04
Last Post: Hallla
  Help !giveammo Plugin doesnt work [solved] Hallla 3 3,262 12-29-2012, 20:53
Last Post: Hallla

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.