Jump to content

How To Search word in all Metin2 Quests and Files


Recommended Posts

Hello,

 

I saw many of you had no ideea which quest has the intro with site and name information, etc...

here is a simple way to search in each file for word you desire.

 

grep -r "YOUR-WORD" /usr/game

 

you can replace /usr/game with /usr/home/game, depends where your metin2 files are,

the command will show you each file has your searching word.

 

 

 I hope this helped.

  • Metin2 Dev 1
  • Love 2
Link to comment
Share on other sites

Thanks :D

Windows method:

Go to quest folder, select all files (except qc thing) rightclick-> open with notepad++

Now press CTRL + F type in the word you search and click on "Search in files"

Now in the console in bottom you will see all uses of this word

 

 

I use this and i think is better whit notepad++

 

Ps. Rename .quest in .lua , is a better view

Link to comment
Share on other sites

Thanks :D

Windows method:

Go to quest folder, select all files (except qc thing) rightclick-> open with notepad++

Now press CTRL + F type in the word you search and click on "Search in files"

Now in the console in bottom you will see all uses of this word

 

 

for windows, i total recommand, windows grep, you can click right on the folder and search whatever you desire and it will display same as linux, file name and line where the word is found :)

Link to comment
Share on other sites

 

Thanks :D

Windows method:

Go to quest folder, select all files (except qc thing) rightclick-> open with notepad++

Now press CTRL + F type in the word you search and click on "Search in files"

Now in the console in bottom you will see all uses of this word

 

 

I use this and i think is better whit notepad++

 

Ps. Rename .quest in .lua , is a better view

 

 

No need to rename the .quest files.

 

Open the Style Configurator and and the user extension "quest". Open the quest_functions and copy everything. Paste that into the User-defined keywords for one of the Styles in the Lua language.

 

https://metin2.download/picture/r3F9504x09DVmF8K988YXgTtGTP6KMUj/.gif

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • 4 weeks later...
  • 2 weeks later...

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.