• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Request] How to change load message?
#1
How did se7en_u and Rendflex change the message that appear while you load maps?
My Reputation is low, help me with +1 rep if i helped you! Big Grin
  Reply
#2
Which message?
[Image: azuw.jpg]
  Reply
#3
_players.gsc:

Code:
NewDidYouKnow()
{
    switch(Randomint(4))
    {
    case 0:
    self setClientDvar("didyouknow", "Reign of the Undead alpha version By Rendflex and _Se7en_");
    break;
    
    case 1:
    self setClientDvar("didyouknow", "The zombies will run faster for you, if you fire at them with a assault rifle");
    break;
    
        case 2:
    self setClientDvar("didyouknow", "The medic can spawn a powerfull healing area to help your team");
    break;
    
        case 3:
    self setClientDvar("didyouknow", "You can turn on your class's special by pressing 5 on your keyboard");
    break;
    
    case 4:
    self setClientDvar("didyouknow", "Teamwork is the key to survival, can you survive to the final wave?");
    break;
    }
}
  Reply
#4
Thank you! Another question can i add custom shader? ( Adding is diffrent from changing Big Grin )
My Reputation is low, help me with +1 rep if i helped you! Big Grin
  Reply
#5
like
material,myshader?
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
  Reply
#6
Rendflex, fix your formatting.
[Image: MaEIQ.png]
  Reply
#7
(07-04-2012, 01:42)JayDi Wrote: like
material,myshader?

Yes
My Reputation is low, help me with +1 rep if i helped you! Big Grin
  Reply
#8
(07-03-2012, 21:29)Rendflex Wrote: _players.gsc:

Where is _players.gsc? Or you just created it?
  Reply
#9
(07-04-2012, 08:52)TheRaZ Wrote:
(07-03-2012, 21:29)Rendflex Wrote: _players.gsc:

Where is _players.gsc? Or you just created it?

Just copied from another mod Cool
  Reply
#10
(07-03-2012, 22:12)Puffiamo Wrote: Thank you! Another question can i add custom shader? ( Adding is diffrent from changing Big Grin )

It's currently not possible, except in @NTAuthority 's project - which I'm not allowed to mention here because of @SuperNovaAO - where you have to edit the source code to include a custom material. (So you can't like, do it through a mod)
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Using Cheat Engine 6.2 to change BO2 address values wzlrsaur 6 7,583 08-06-2013, 06:28
Last Post: 14th
  Help COD mw3 Error Couln't load image 3_cursor3:s Paylgs 2 13,481 07-18-2013, 18:46
Last Post: Nekochan
  Mw3 Feed Color Change?? aluzion 5 5,378 07-16-2013, 19:52
Last Post: barata
  Help Spawn Message Playing on Respawn? Killjoy 7 4,734 07-11-2013, 14:53
Last Post: Killjoy
  Change death animation Keouf 3 3,629 07-05-2013, 18:39
Last Post: Nekochan
Question Help Load FX's For Each Map DJSKilly 2 2,752 05-30-2013, 21:25
Last Post: DJSKilly
Question Help change single file lzma maker to multiple in c# raminr63 1 2,724 05-12-2013, 19:31
Last Post: raminr63
  Custom load screen mw3? balakent 4 4,147 05-04-2013, 14:48
Last Post: Nekochan
Information How to change text messages in MP (.ff edit) giofrida 5 4,344 05-02-2013, 20:05
Last Post: Pozzuh
  [News] Message from Gabe to Steam Community d0h! 8 5,093 04-05-2013, 18:16
Last Post: SuperNovaAO

Forum Jump:


Users browsing this thread: 1 Guest(s)