The mods tag has no wiki summary.
8
votes
4answers
4k views
How do you make Minecraft mods? [closed]
I'm new to making minecraft mods and I'm wondering what I need to do to get started.
13
votes
6answers
1k views
Recommended RPG game that can be used to learn game Modding? [closed]
I would like to learn game development via game modding. RPG/MMORPG is one of my favorite genres. Could someone recommend me a good and recent ( I would like to play the game as well) game to learn ...
8
votes
3answers
7k views
Mods for Minecraft Server - how does it work?
Minecraft server comes as a single jar. How are mods developed? How do they interact with the original jar? What is there under the hood?
What technologies are involved there? I'm mostly a C++/Python ...
14
votes
3answers
4k views
How do you add a scripting language to a game?
Let's say I have a game written in C++. But I want to add some modding or scripting functionality to it. How would one go about adding a scripting functionality to your game?
14
votes
1answer
9k views
How do I add a custom mob to Minecraft?
Basically decided to make my own mob, I have:
Created my mob's entity class
Created my mobs model class
Drawn the model
Added the function call for addMapping within the EntityList class
I'm stuck ...
-2
votes
2answers
203 views
Is there a way to legally create a game mod? [duplicate]
Possible Duplicate:
How closely can a game resemble another game without legal problems
Some questions about it:
If I create a funny version of a copyrighted game and sell it (crediting ...
2
votes
2answers
187 views
Should I allow “low-level” access in my game for modders? [closed]
I'm thinking of adding a Lua interpreter in my game, giving various objects in the game script access to allow mods.
By how much should I expose to the scripting environment, I'm not sure.
Should I ...
1
vote
0answers
117 views
How do I make someone walk in Skyrim?
I'm coding a mod for Skyrim with Papyrus and the Creation Kit. I can't seem to get an Actor to move from point A to point B. I know there's a function to teleport an actor, but how can I make them ...
0
votes
0answers
514 views
How do i make a minecraft server mod? [duplicate]
Possible Duplicate:
Mods for Minecraft Server - how does it work?
I have made some minecraft client mods, but i've started a server a mounth ago and i want to make a mod for it, but i cant ...