0% found this document useful (0 votes)
3 views2 pages

Directory Structure for Game Files

ck2 code

Uploaded by

Paulo Silva
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views2 pages

Directory Structure for Game Files

ck2 code

Uploaded by

Paulo Silva
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

directory = {

name = "common"
sub_directories = yes
file_extension = ".txt"
}
directory = {
name = "common"
sub_directories = yes
file_extension = ".lua"
}
directory = {
name = "events"
sub_directories = yes
file_extension = ".txt"
}
directory = {
name = "missions"
sub_directories = yes
file_extension = ".txt"
}
directory = {
name = "decisions"
sub_directories = yes
file_extension = ".txt"
}
directory = {
name = "history"
sub_directories = yes
file_extension = ".txt"
}
directory = {
name = "map"
sub_directories = no
file_extension = ".txt"
}
directory = {
name = "map"
sub_directories = no
file_extension = ".map"
}
directory = {
name = "map"
sub_directories = no
file_extension = ".bmp"
}
directory = {
name = "map"
sub_directories = no
file_extension = ".csv"
}
directory = {
name = "map/random"
sub_directories = no
file_extension = ".lua"
}
directory = {
name = "map/random"
sub_directories = yes
file_extension = ".txt"
}
directory = {
name = "map/random"
sub_directories = yes
file_extension = ".bmp"
}

You might also like