Skip to content

Commit

Permalink
Add lua files for roman campaign
Browse files Browse the repository at this point in the history
  • Loading branch information
ottml authored and Flow86 committed Nov 6, 2023
1 parent 8075a25 commit 4f496db
Show file tree
Hide file tree
Showing 11 changed files with 5,103 additions and 0 deletions.
526 changes: 526 additions & 0 deletions data/RTTR/CAMPAIGNS/roman/MISS200.LUA

Large diffs are not rendered by default.

532 changes: 532 additions & 0 deletions data/RTTR/CAMPAIGNS/roman/MISS201.LUA

Large diffs are not rendered by default.

539 changes: 539 additions & 0 deletions data/RTTR/CAMPAIGNS/roman/MISS202.LUA

Large diffs are not rendered by default.

531 changes: 531 additions & 0 deletions data/RTTR/CAMPAIGNS/roman/MISS203.LUA

Large diffs are not rendered by default.

451 changes: 451 additions & 0 deletions data/RTTR/CAMPAIGNS/roman/MISS204.LUA

Large diffs are not rendered by default.

577 changes: 577 additions & 0 deletions data/RTTR/CAMPAIGNS/roman/MISS205.LUA

Large diffs are not rendered by default.

508 changes: 508 additions & 0 deletions data/RTTR/CAMPAIGNS/roman/MISS206.LUA

Large diffs are not rendered by default.

459 changes: 459 additions & 0 deletions data/RTTR/CAMPAIGNS/roman/MISS207.LUA

Large diffs are not rendered by default.

459 changes: 459 additions & 0 deletions data/RTTR/CAMPAIGNS/roman/MISS208.LUA

Large diffs are not rendered by default.

487 changes: 487 additions & 0 deletions data/RTTR/CAMPAIGNS/roman/MISS209.LUA

Large diffs are not rendered by default.

34 changes: 34 additions & 0 deletions data/RTTR/CAMPAIGNS/roman/campaign.lua
@@ -0,0 +1,34 @@
---- Campaign lua version ------
function getRequiredLuaVersion()
return 1
end

rttr:RegisterTranslations(
{
en =
{
name = 'Roman campaign',
shortDescription = 'Roman campaign',
longDescription= 'Diary of Octavius:\n\n\nFourth Day After Shipwreck.\n\n\nYesterday all the survivors met in order to discuss\nthe situation. Because there is no prospect of\nearly rescue, we decided to settle on this foreign\nisland. The items salvaged from the ship will be a\ngreat help to us. The most important thing is to\nmake use of the raw materials on the island in order\nto establish a settlement. We urgently need \naccommodations for a woodcutter, carpenter and \nstonemason.'
},
de =
{
name = 'Römische Kampagne',
shortDescription = 'Römische Kampagne',
longDescription= 'Tagebuch des Octavius:\n\n\nVierter Tag nach dem Schiffbruch.\n\n\nGestern fanden sich alle Überlebenden zusammen, um\ndie Lage zu beraten. Da keine Aussicht auf eine\nbaldige Rettung besteht, beschlossen wir, uns auf\ndieser fremden Insel niederzulassen. Dabei werden\nuns die geretteten Güter aus dem Schiff eine große\nHilfe sein. Das Wichtigste ist, die Rohstoffe der\nInsel für den Aufbau einer Siedlung nutzbar zu\nmachen. Wir benötigen dringend Unterkünfte für einen\nHolzfäller, Schreiner und den Steinmetz.'
}
})

campaign = {
version = 1,
author = "Bluebyte",
name = _"name",
shortDescription = _"shortDescription",
longDescription = _"longDescription",
image = "<RTTR_GAME>/GFX/PICS/INSTALL.LBM",
maxHumanPlayers = 1,
difficulty = "easy",
mapFolder = "<RTTR_GAME>/DATA/MAPS",
luaFolder = "<RTTR_RTTR>/CAMPAIGNS/ROMAN",
maps = { "MISS200.WLD","MISS201.WLD","MISS202.WLD","MISS203.WLD","MISS204.WLD","MISS205.WLD","MISS206.WLD","MISS207.WLD","MISS208.WLD","MISS209.WLD"}
}

0 comments on commit 4f496db

Please sign in to comment.