Tell me more ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

I've made a fair number of 2D games (and actually completed/released a few of them). I'm hesitant to move into the 3D realm, because of the order of magnitude (everything takes ~10x more work).

To get started, I was thinking about picking something and modding it. What's a good, "easily" moddable game? By easily, I really mean:

  • Most or all of the content can be changed via tools (not code)
  • Tools are included, and mature (don't crash much, etc.)
  • The game is free or cheap
  • The game is scriptable (scripting language or SDK)

I'm not really particular about a target language, although I lean towards something more like C# than JavaScript.

If this is not a "good" question, we can make it a list and community wiki it. I really want to know options to get started in the 3D modding realm.

share|improve this question
Any specific game genre? Most genres have a specific game or two well known for moddability, but... – thedaian Jan 9 '12 at 22:26
@thedaian I'm not really picky on genre either. Anything interesting is fine. – ashes999 Jan 9 '12 at 22:33
1  
-1. Seems to be a disguised "which technology should I use" question, which is explicitly off-topic as per gamedev.stackexchange.com/faq#questions Like all such questions, there's no 'correct' answer possible, and any answer would be localised in time, so it may no longer be correct a few months from now. – Trevor Powell Mar 10 '12 at 1:57
1  
I don't see how its a "which technology should I use" question. Its asking what technologies meet well specified criteria (that are objective in nature) and any game that is easy to mod now will be easy to mod until the related development tools are no longer supported which effects all software development. The answers may become less complete over time but they will never be incorrect. – ClassicThunder Mar 10 '12 at 2:16

2 Answers

Roblox is a game scripted in Lua, it's 3D, free (You can pay for virtual money), and has lots of tools. Lua is a very easy language. Roblox is a basically a website, where you make games or play games. There is a shop to customize your avatar and buy gear. The only problem is that mostly everything in the shop is extremely expensive. The games in it can be made with or without Lua. Roblox is made out of blocks, but with ramps and stuff. If you want to check it out, it's www.roblox.com

My second favorite game is Minecraft. It uses java to script. You can make mods for it, but you cannot actually program in-game. You can generate a world randomly, and everything is made out of blocks. The only problem is it's $20 (maybe $30 now that it's out of beta), but I think it is totally worth it. If you want to try it, it's at www.minecraft.net

share|improve this answer

Although I've never used it personally, I believe The Elder Scroll Construction Set is incredibly powerful and lets you change virtually anything in The Elder's Scroll games (as you can probably deduce from the over 25 thousands mods available here). I've seen both Oblivion and Morrowind for sale at 75% off before on Steam (i.e. at 5$ each) although that's not the case right now.

And of course, Half Life and most other Valve games are also extremely moddable. For a more complete coverage of the topic, you might want to start exploring this website though.

share|improve this answer
The game Dungeon Defenders (available via Steam) has a free DLC for its development kit. Its based on the Unreal 3 engine so its a modified version of the UDK, but the entire game is modable and its price is not too high and often goes on sale as of late (But that may have just been the recent holidays). Not going to put up my own answer as what could be accepted, the longest list of cheapest games to mod? :) – James Jan 9 '12 at 23:16

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.