Skip to content

This Python script is designed to streamline the process of extracting classnames from config.cpp files. This does assume the config file is in a standard DayZ format, so usage may vary.

License

Notifications You must be signed in to change notification settings

napswastaken/DayzConfigSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Dayz Config Search

About The Project

Overview:

This Python script is designed to streamline the process of extracting classnames from config.cpp files. This does assume the config file is in a standard DayZ format, so usage may vary. This will only write classnames which have a scope of 2 to output file, avoiding _base or _colorbase classnames. This is done through use of REGEX, because i'm not writing a cpp parser just to pull classnames out of a config file.

License:

General Public License v3.0 (https://www.gnu.org/licenses/gpl-3.0.en.html)

(back to top)

About

This Python script is designed to streamline the process of extracting classnames from config.cpp files. This does assume the config file is in a standard DayZ format, so usage may vary.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages