Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[C++] Visual Studio 2008 Costum Keywords

Newbie Spellweaver
Joined
Jun 27, 2010
Messages
53
Reaction score
66
I will show how to add costum keywords with coloring to visual studio ide.

Step 1:
Open:C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE
Step 2:
Create File 'usertype.dat'
Step 3:
Write your costum keywords there

For example i have added in my 'usertype.dat' file these keywords:
Code:
Tools
EventManagerSystem
TRUE
FALSE
GameMasterSystem
NewsSystem
Player
gObj
aIndex
COMMAND_NAME
COMMAND_PARAMS
ReadINI
ObjTable
ObjNPC
gObjNPC
EventManager
CMP
JE
mov
jpm
DWORD
BYTE
BlockedIPSystem
MU_API
Console
PROTECTED
GameServer
HANDLE
FILE
mObj
memcpy
ZeroMemory
Exit

To Change Keyword Color go:
Code:
Tools -> Options -> Environment -> Font And Colors. And in Display Items(The list box) search for 'User Keywords'
 

Attachments

You must be registered for see attachments list
Back
Top