ItsMods

Full Version: How to make custom "didyouknow" messages
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi guys! In this tutorial i will show how to make new "didyouknow" messages
NOTE: "didyouknow" - messages when map loading

1) First of all you need mod with the following folders:
<blops directory>\mods\mp_YOURMOD\mp\ ( for noobs: NOT maps\mp\ )

2)Making didyouknow.csv file
You need to create *.txt file and rename this file to: didyouknow.csv

3)Editing
Open your created file(didyouknow.csv) with Notepad(Akelpad etc) and type:
"first line for your message"
"second line for your message"
NOTE: If you want to use strings, ex @ZOMBIE_DYK1 etc
Save this file and place to <blops directory>\mods\mp_YOURMOD\mp\

4)Adding to Zone source
Open your zone source file (mod.csv) and put following lines:
Code:
stringtable,mp\didyouknow.csv
rawfile,mp\didyouknow.csv

5) Check didyouknow.csv file in Mod tools, and build your mod in Mod Tools!

Thanks to:
Met PL - said about didyouknow.csv file

Post your problems here!!
Thanks for reading Tongue
=) Helpfull tut for each mod.
Damn you beat me on this one ^^

Nice tutorial, This is something that every mod creator should change.
lol Se7en, nice find. There you can hide some interesting Jokes Tongue
not working Huh
Code:
ERROR: Could not open 'mp/didyouknow.cvs'
failed loading 'mp/didyouknow.cvs' of type 'rawfile' found in source file '../zone_source/mod.csv'
mp/didyouknow.cvs
.. xD OMA
teehee
lol thanks , dyslexia kicking in xD
nice tut Wink
Thanks, it's was very easy !!
Pages: 1 2