Das123

Das123

Joined Last seen Member # 665472
5 Posts 144 Replies 22,872 Reputation

First off, I'm sorry if this is spamming but this is just such an easy fix it should only take a minute or two to implement. A few days ago I put in a request and solution to have the XML code view working in the forums within the 'Forum Issues' forum. All that needs to happen is for the word 'div' to be added to line 102 of https://forums.elementalgame.com/Themes/Elementa

0 Replies 965 Views

*Bump* Please, with Elemental being soooooo XML heavy in modding this is really important. Particularly as modding will be focussed on more heavily in the very near future. It is such an easy fix as well. If this is a problem is there any way we can put our own style tags in the editor to over-ride the formatting? I tried this but it didn't stick.

12 Replies 38,889 Views

[quote who="GunslingerBara" reply="2" id="2762370"]What URL are you specifically having an issue with? Depending on the site, the CSS changes drastically so unfortunately I am unable to help unless I know which site is the one with the problem. Bara[/quote] I had assumed that their was only a single stylesheet called 'style.css'. Now I can see you have a master stylesheet https://forums.elementalgame.com/cs

12 Replies 38,889 Views

Chapter 7. How this might all come together. The premise behind this tutorial is to show how various elements slot in together and also to show how you can individualise the game experience. So the question is, why would you use any of this. Here is just one possible scenario... You want to build an elven race that can field amazing archers, build mighty ent units as well as summon some small sprite scout units. In fact, lets say

17 Replies 30,060 Views

Chapter 6. Custom Items - Mancer Polearms FTW! I'm wanting a special polearm that does a lot of damage and also increases combat speed. And I only want my Mancer units to be able to use it. Now we have already made sure that our Capitar race is no longer classified as 'Men' but is now classified as 'Mancers'. So we'll have a look in the core files and borrow some basic code. In particular we'll look at CoreWeapons.xml which already

17 Replies 30,060 Views

Chapter 5. Custom Units - Bring forth the Golems. So at this stage we have Golem Forge building that only the Capitar Mancers can construct. Now we need to make it build Golems. Create another XML file and call this one 'DasTut_UnitTypes.xml'. The following code was heavily borrowed from 'CoreMonsterUnitTypes.xml' so place this into your new file: [code="xml"] <

17 Replies 30,060 Views

Chapter 4. Custom Buildings - Making a unique building for our city The idea in this tutorial is to make a unique building that only our Mancers can build. Now, I'm going to take a heap of short-cuts with this. For example, I'm not going to make a unique building icon. What we will be building is a forge for our city. To be exact it will be a Golem forge where our Mancers can build Golems (another chapter). Start by building a ti

17 Replies 30,060 Views

Chapter 3. Custom Techs - My Warfare techs are too powerful! Take them away! Once again, all the tech trees are basically shared across all the Kingdom and Empire races. In the case of the Kingdom races they all share the Altar tech tree. So lets fix this up. We are going to seriously nerf our Mancers and only allow them two Warfare techs. And we are going to define these techs ourself. Create a new XML file called 'DasTu

17 Replies 30,060 Views

Chapter 2. Spellbooks - I want my Fire Giant! And I want it now! OK. Now that the pesky Altarians are out of the picture, lets get our own spells. We have a few things we need to setup before we can do this though. This will introduce how various XML files rely on each other. Before we get started it is important to realise how spell books work. First of all you get spell books from your sovereigns. By default all of them have al

17 Replies 30,060 Views

Chapter 1. Race Config - Getting rid of the Altarians. The default races are controlled through a file called CoreRaceConfigs.xml. We will be creating a mod file that will enhance this core file - which means we only need to put in our small changes and they will then be applied into the core files settings. Create a file in your Mods directory called 'DasTut_RaceConfig.xml' Inside this file, type the following: [code=

17 Replies 30,060 Views

This tutorial can be applied to new races you create yourself, or you can use it to manipulate the existing races. Before we get started, lets establish a few things. The files you will be creating should be placed inside the Elemental/Mods folder (C:\Program Files\Stardock Games\Elemental\Mods). If for some reason you don't have a Mods folder, you should create one. Also, in the game options, make sure you have 'Use Mods' turned on. I'm assuming you can create

17 Replies 30,060 Views

Now is the time for the Elemental community to stop adding to the problems and either choose to be part of the solution, or butt out. As has been stated, there is now nothing to be gained by bitching and whining. Stardock have taken their kick in the teeth and if we want Elemental to be the best game it can be we've now got to help them get off the floor rather than just keeping on kicking them when they're down. It is incredibly difficult to work in a creative field where exc

21 Replies 14,670 Views

As the game currently stands there is no limit (that I can find) on the number of units you can combine once you have researched Parties, Squads, etc etc. But if we mod in unique buildings with powerful units I would like to limit the maximum number of these units that can be built. As an example, if I have a building that allows me to build a troll, I would like to only ever be able to restrict these to unit builds rather than parties or company builds. Having a MaxCompanySiz

0 Replies 2,963 Views