Dungeon Keeper Era

It's not easy creating an entire faction or era. Post your work and collaborate in this forum.

Moderator: Forum Moderators

Locked
JasonVoorhees
Posts: 16
Joined: July 30th, 2010, 2:25 pm

Dungeon Keeper Era

Post by JasonVoorhees »

Hello. I'd like to create a new era with characters/units from the old game called Dungeon Keeper. I've got graphics and concept, but it's difficult for me to get started. There is outdated guide for creating factions. Existing factions are so expanded so it's difficult for me to understand basics. If someone wants to help then I need for example very simple era with one or two factions (Dungeon Keeper Era would contain factions like: Heroes and "Keepers"). Maybe someone would like to cooperate and write the whole WML code and I would do the graphics?
User avatar
Zerovirus
Art Contributor
Posts: 1693
Joined: July 8th, 2009, 4:51 pm

Re: Dungeon Keeper Era

Post by Zerovirus »

Gambit wrote:Indeed. The forums are overflowing with, these and this is only five months.
And that's only a tiny tiny fraction of them. I just went through all the threads of factions I didn't know about and checked every third one. Only like one or two per month had any real work done...
Do you have any work? We have had enough unfinished works laid to rest already.
fog_of_gold
Posts: 637
Joined: December 20th, 2009, 5:59 pm
Location: Germany

Re: Dungeon Keeper Era

Post by fog_of_gold »

Also: Isn't this game copyrighted?
JasonVoorhees
Posts: 16
Joined: July 30th, 2010, 2:25 pm

Re: Dungeon Keeper Era

Post by JasonVoorhees »

fog_of_gold wrote:Also: Isn't this game copyrighted?
I think 13 years for the game distribution is enough ;)
Zerovirus wrote:
Gambit wrote:Indeed. The forums are overflowing with, these and this is only five months.
And that's only a tiny tiny fraction of them. I just went through all the threads of factions I didn't know about and checked every third one. Only like one or two per month had any real work done...
Do you have any work? We have had enough unfinished works laid to rest already.
I know it's a little lame. I'm a programmer, but WML files are hard to understand for me. Maybe I'm just overwhelmed by the amount of the details in the existing files (of other eras).... I think that the Developers of Wesnoth should put a little era example somewhere in wiki just as the base for greater creation. Is there someone who would create example like that, or someone who already has got something like that?
User avatar
wesfreak
Posts: 1020
Joined: October 28th, 2007, 1:11 pm
Location: in a land far far away

Re: Dungeon Keeper Era

Post by wesfreak »

there are the tutorials in the create part of forum. I actually have a template for unit creation, but i'm not the best or most experienced coders and I can't help you with much else. Also, the template isn't exactly the same as the default one. You'd probably be better off looking at the default unit, faction and era code, or that of an add-on.

(skirmisher and magical are my example abilities)

Code: Select all

#textdomain wesnoth-blank_Era

[unit_type] 
    id=
    name= _ “ ”
    race=
    image=
    {MAGENTA_IS_THE_TEAM_COLOR} 
    level=
    alignment=
    experience=
    advances_to=
    {AMLA_DEFAULT} 
    hitpoints=
    movement=
    movement_type=
    cost=
    usage= 
    description= _" "{SPECIAL_NOTES}

    [abilities]
        {ABILITY_SKIRMISHER}
    [/abilities]
   
     [attack] 
        name=
        description=_""
        icon=
        type=
        range=
	[specials]
            {WEAPON_SPECIAL_MAGICAL}
        [/specials]
        damage=
        number=
    [/attack] 
  
[/unit_type]
fog_of_gold
Posts: 637
Joined: December 20th, 2009, 5:59 pm
Location: Germany

Re: Dungeon Keeper Era

Post by fog_of_gold »

WML is meant to be easy. If you have time, you should be able to learn the basics in one day. The wiki is helping here a lot, but even better is the folder "core" and "campaigns" in the folder "data".
User avatar
doofus-01
Art Director
Posts: 4128
Joined: January 6th, 2008, 9:27 pm
Location: USA

Re: Dungeon Keeper Era

Post by doofus-01 »

JasonVoorhees wrote:
fog_of_gold wrote:Also: Isn't this game copyrighted?
I think 13 years for the game distribution is enough ;)
I'm not a lawyer, but I'm pretty sure that is dangerous thinking. Copyrights can last many decades.
http://en.wikipedia.org/wiki/Copyright#Copyright_term
BfW 1.12 supported, but active development only for BfW 1.13/1.14: Bad Moon Rising | Trinity | Archaic Era |
| Abandoned: Tales of the Setting Sun
GitHub link for these projects
User avatar
thespaceinvader
Retired Art Director
Posts: 8414
Joined: August 25th, 2007, 10:12 am
Location: Oxford, UK
Contact:

Re: Dungeon Keeper Era

Post by thespaceinvader »

No, 13 years is really not enough. Dungeon Keeper may well be abandonware, but that does NOT mean it's out of copyright. It's not. Any attempts to develop add-ons based on copyrighted material are not permitted on the forums, and will be removed if uploaded to the server.

Thus, locked.
http://thespaceinvader.co.uk | http://thespaceinvader.deviantart.com
Back to work. Current projects: Catching up on commits. Picking Meridia back up. Sprite animations, many and varied.
Locked