Edit m_nStructure=SRT and WorldDialog.dll
I am looking for the text that appears from these:
m_nStructure= SRT_GENERAL;
I want to change the text that says [General] above the NPC name. I cannot find this in the resource or source.
I am also asking if someone knows how to edit WorldDialog.dll. I cannot open .dll files. Should I download a program that can edit it?
Re: Edit m_nStructure=SRT and WorldDialog.dll
Etc.Inc see SRT_GENERAL then open etc.txt and you will find it there xD.
So its inside the resource files.
Re: Edit m_nStructure=SRT and WorldDialog.dll
Oh, thank you. I don't think I've ever used that file ^^
Now its only WorldDialog.dll im wondering about :)
Re: Edit m_nStructure=SRT and WorldDialog.dll
What is wrong with your dll?
Re: Edit m_nStructure=SRT and WorldDialog.dll
I never said something was wrong with it, I just asked how do I edit it. I am going to add new WorldDialogs which are controlled via the .dll.
Re: Edit m_nStructure=SRT and WorldDialog.dll
True the source. Open WorldDialog.
If you build it it becomes an dll.
Re: Edit m_nStructure=SRT and WorldDialog.dll
Compiling WorldDialog.cpp like this does not create a dll. What am I doing wrong, i'm only used to compile the whole build or separate programs, not the dlls.
Screenshot:
Imgur: The most awesome images on the Internet
Re: Edit m_nStructure=SRT and WorldDialog.dll
No not worlddialog.cpp
Inside source folder you need to op WorldDialog
http://image.prntscr.com/image/6181b...ccf991251a.png
Re: Edit m_nStructure=SRT and WorldDialog.dll
Ah I see. I don't have that, but I'll fix it. Thanks!