Skip to content

Commit

Permalink
Add graphics for "Windows1250" & "Windows1254" character encoding, re…
Browse files Browse the repository at this point in the history
…move all "Windows1252" graphics
  • Loading branch information
LeonardoTheMutant committed Feb 1, 2024
1 parent 2c522f6 commit da6da5a
Show file tree
Hide file tree
Showing 32 changed files with 6 additions and 6 deletions.
Binary file added SRC/GRAPHICS/CHARSETS/Windows1250/1250C170.LMP
Binary file not shown.
Binary file added SRC/GRAPHICS/CHARSETS/Windows1250/1250C186.LMP
Binary file not shown.
Binary file added SRC/GRAPHICS/CHARSETS/Windows1250/1250C196.LMP
Binary file not shown.
Binary file modified SRC/GRAPHICS/CHARSETS/Windows1250/1250C198.LMP
Binary file not shown.
Binary file added SRC/GRAPHICS/CHARSETS/Windows1250/1250C199.LMP
Binary file not shown.
Binary file modified SRC/GRAPHICS/CHARSETS/Windows1250/1250C200.LMP
Binary file not shown.
Binary file added SRC/GRAPHICS/CHARSETS/Windows1250/1250C214.LMP
Binary file not shown.
Binary file added SRC/GRAPHICS/CHARSETS/Windows1250/1250C220.LMP
Binary file not shown.
Binary file added SRC/GRAPHICS/CHARSETS/Windows1250/1250C223.LMP
Binary file not shown.
Binary file added SRC/GRAPHICS/CHARSETS/Windows1250/1250C228.LMP
Binary file not shown.
Binary file added SRC/GRAPHICS/CHARSETS/Windows1250/1250C246.LMP
Binary file not shown.
Binary file added SRC/GRAPHICS/CHARSETS/Windows1250/1250C252.LMP
Binary file not shown.
Binary file added SRC/GRAPHICS/CHARSETS/Windows1254/1254C196.LMP
Binary file not shown.
Binary file added SRC/GRAPHICS/CHARSETS/Windows1254/1254C199.LMP
Binary file not shown.
Binary file added SRC/GRAPHICS/CHARSETS/Windows1254/1254C208.LMP
Binary file not shown.
Binary file added SRC/GRAPHICS/CHARSETS/Windows1254/1254C214.LMP
Binary file not shown.
Binary file added SRC/GRAPHICS/CHARSETS/Windows1254/1254C220.LMP
Binary file not shown.
Binary file added SRC/GRAPHICS/CHARSETS/Windows1254/1254C221.LMP
Binary file not shown.
Binary file added SRC/GRAPHICS/CHARSETS/Windows1254/1254C222.LMP
Binary file not shown.
Binary file added SRC/GRAPHICS/CHARSETS/Windows1254/1254C223.LMP
Binary file not shown.
Binary file added SRC/GRAPHICS/CHARSETS/Windows1254/1254C228.LMP
Binary file not shown.
Binary file added SRC/GRAPHICS/CHARSETS/Windows1254/1254C231.LMP
Binary file not shown.
Binary file added SRC/GRAPHICS/CHARSETS/Windows1254/1254C240.LMP
Binary file not shown.
Binary file added SRC/GRAPHICS/CHARSETS/Windows1254/1254C246.LMP
Binary file not shown.
Binary file added SRC/GRAPHICS/CHARSETS/Windows1254/1254C252.LMP
Binary file not shown.
Binary file added SRC/GRAPHICS/CHARSETS/Windows1254/1254C253.LMP
Binary file not shown.
Binary file added SRC/GRAPHICS/CHARSETS/Windows1254/1254C254.LMP
Binary file not shown.
2 changes: 1 addition & 1 deletion SRC/INIT.LUA
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ if MM or MurderMystery
return
end
rawset(_G, "MM", {
version = "10.0-BETA-RC2", --string, VERSION NUMBER
version = "10.0-BETA-RC3", --string, VERSION NUMBER
devbuild = "GITHUB", --string, meant to be a devbuild number. If set to nil it disables all debug functionality in MM
releasedate = "not released yet", --string, meant to contain the day of release
SEMJ_info = { --for MMHELP CHAT
Expand Down
2 changes: 1 addition & 1 deletion SRC/LUA/MAIN/TEXT.LUA
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ MM.text={
["VERSION"]="10.0-BETA",
["AUTHOR"]="Jesus.B",
["MM"]="Murder Mystery",
["CHARSET"]="1252C",
["CHARSET"]="1254C",
["MMHELP_CMD"]={
["CONTENTS"]={
"\x8ATabla de contenidos:",
Expand Down
8 changes: 4 additions & 4 deletions TEMPLATES/customlang.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ local language={ --Language must be a table variable, you can name the variable
--If your graphic file name is something like "FONTL097" your prefix is "FONTL"
--
--Murder Mystery has some character sets pre-bundled, use one for your language or create a custom one:
-- "1250C" - "Windows1250" charset, Central & Eastern European latin-based languages (unfinished, has only Polish support)
-- "1251C" - "Windows1251" charset, Cyrilic-based languages
-- "1252C" - "Windows1252" charset, Roman and Germanic languages (unfinished, has only Spanish support)
--
-- "1250C" - "Windows1250", Central & Eastern European latin-based languages (unfinished, has only German & Polish support)
-- "1251C" - "Windows1251", Cyrilic-based languages
-- "1254C" - "Windows1254", Turkish, and most Western European languages (unfinished, has only German, Spanish & Turkish support)

["CHARSET"]="STCFN", --"Standart Console Font", can be found in srb2.pk3

["NONASCII"]=false, --set this to true if your language is not Latin-based. This only marks the language with * in MMLANG language list
Expand Down

0 comments on commit da6da5a

Please sign in to comment.