I am taking my first steps to having the resources to start a mod, and I felt I should share it with the rest of you.
Wall of Text Warning: Feel free to skip to the bottom if you don't actually care. There I have the "Landisaurus Package of Elemental Modding Supplies" for free software to start working on Elemental mods, even BEFORE the game's beta comes out!
In terms of coding, somebody beat me to the punch. So for learning python, look to that thread. The beta should provide us with oppertunity to start modding some code.
However, I'm hear to talk about 3D models and animation! Coders may want to brush up on their Python, since it seems it won't be until beta 2 at the earliest that we will have access to the 3D parts of Elemental.
As some may know, I enjoy making art. However, learning to make 3D models with something other than clay for whatever reason kept not happening. 3D models were outside my comfort zone, so I would shy away from them. While in School, if I had a conflict of schedules in classes, the Max or Maya class consistantly lost. I wanted to learn, just I could not find a chance that did not see to have a better use of the time slot (like a required courses, or courses my school did not often offer and I really wanted to take).
Well, I want to work on Elemental Mods, as I'm sure many of you do. And for that I am sharing my progress of learning 3D modeling with you.
To start I watched all the basic interface videos to become used to Blender.
Dispite never "learning to 3D model", I have used 3D max and Maya before, though mainly for texturing and fixing models other people have created; not to mention several game editors with similar interfaces such as Unreal (which you should NEVER use as a 3D modeling program. Something I learned the hard way) and Torque 3D. All of this provided me with some basic understanding of how it works, but for those who seriously just have no clue how 3D modeling works, then "check this out" (either you, the reader, or somebody near you must say it in the same voice as Nash from Lunar: Silver Star Story Complete when he casts a lightning spell).
After watching the tutorial videos (its ok if they are very boring, I thought so too, but they are insightful) I looked at a few of the the begginer tutorials on the python website.
Now one thing I must point out, thete tutorials apparently were all created in an older version of blender from the most current version, and in this version the defaults are a little different (in case it takes a few moments to realize that the tutorial expects it to default. You have ta switch between wire-frame and solid view. You also need to be used to switching between 'object mode' and 'edit mode' just because the instructions don't accomidate for the new defaults. Its not a problem, just watch the intro videos as they teach you how to switch between views and helps you know how the different views look)
Generally speaking you're going to be working with meshes (somebodoy correct me if I'm wrong) but I felt it was a good idea start with with "nurbs" (In truth, it was mostly because I had no clue what they were, and did not understand they were different from meshes until I had already started). So I created a dolphin through the related tutorial. I actually restarted the tutorial once because I I had created something of a mutant and didn't want to go through the trouble of fixing it. It didn't actually take that long, I just set aside an afternoon.
Fantastic... well, like I said, its not a mesh. So I found another tutorial.
I then went ahead and decided to make a snow scene. The tutorial was fairly straight forward, and it provides the texture used for the trees. I went ahead to make the "arms" sticks rather than snowballs as in the tutorial, but again thats because I know modeling interfaces. But as you can see, even if you don't do that it looks alright. (Also remember that the tutorial was created in an older version of Blender, and as a result the last step changes because the "sun" does cast shadows)
Below is the "official" picture. I'm mainly showing it because of the lighting. You might notice that the snowman doesn't have a full shadow, and this is because they had to use a spotlight, rather than the "sun" lighting. Its the most significant change (other than the default viewing mode) I've found from the tutorials.
And below are a few others pictures that I stole without permission from their forums (obviously they wanted them to be seen, or else they would not have posted the images in the forum)
Being that I am an over achiever, I did go through the trouble of ruffling the ground a bit and changing the top of the trees to have a different image. I did that using a full steps I stole from the "make a hillside" tutorial. I also added a few "nurbs" and molded them into bizzar shaped in the way I learned in the dolphin tutorial to make stones that would be good for a mouth. Below is the result.
So anyway, I wanted I wanted to give other a similar chance to do the same. I'm going to be bloging about this a bit more on the fan site ElementalGame.info in their mod forums, because I want to get started on the first mod *I* want to see. So I'll be modding this guy.
He's obviously not done yet. (hints the lack of shading or pupuls.) He's supposed to look like somebody you know. Though I took some liberties. Namely because there were two characters I'm basing this guy upon.
<insert pictures of Touran from MoM>
If somebody wants to see a block on my creation of it, then it can be seen here.
I plan on completing 2 intermidate tutorials now. The Mine train tutorial, which I might also see if I can animate (have the camura actually moving through the mine train) and then the "model a head using subsurfaces", which I will use to create my mod prototype. Now, again... we likely won't be able to actually see them working in a game until Beta 2 (and maybe not even the 1st version of that. Since I think its confirmed Beta 1 will be cloth map only. Beta 2 will likely start the Multiplayer heavy cloth map, then possibly add 3D to see if it causes crazy desyncs or something. At least thats how I'd bet it to happen) However, I expect to have the above guy modeled (and perhaps one that looks like a wrinkled old man, see below) by Septmember 3rd! (I set deadlines for myself, otherwise I procrastinate and it never gets done)
<insert pictures of Merlin from MoM>
Final Word= "travail" (a noun meaning the pain of child birth) But seriously, sorry about the wall of text above. If you don't want to read all that just read the below:
So the Landisaurus Package of Elemental Modding Supplies is here: (Landisaurus does not in any way promise that any of the following will actually be compatible with Stardock's mod tools or Elemental's Engine. But you should be able to at least brush up on your technique. Also note, these are direct links to the download pages)
Python: You can't go without this (blender requires it, and so does Elemental apparently) A powerful programming language.
Blender: Maya and 3D-Max cost a ton... here is a free and powerful 3D modeling and animation program. It can output to most formats, and it uses python scripting so it should work just fine with Elemental.
Gimp: Photoshop and Illustrator cost a ton (though I think cheaper than max or maya) so... Here is a free and powerful art tool for creating textures and figures for the cloth map.