Jump to content

DarkMalfunction

Members
  • Posts

    6
  • Joined

  • Last visited

Converted

  • Gender
    Male
  • URL
    http://www.tiny.cc/PAIN
  • Personal Text
    Don't fret over life, you're not gonna survive it!

DarkMalfunction's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. It'd have to be the really easy questions though, not some of the more complex ones, as otherwise it could turn people away going "aaahhh! This is so complicated!"
  2. I know Java, but MC programming, Im still at the level of ModLoader noob
  3. Well this is great. I only just started modding with forge, it will take ages for the flames in the forge to die down, *Ba-doom tsh* before anyone will be able to write a detailed tutorial for noobs like me, and then this new modding API will be round the corner, and I'll have to learn a whole new system! :'(
  4. I was wondering the same thing. With the 1.3.1 patch combining SSP and SMP, and the totally new forge , and the fact that we will have a modding API in 1.4, this was probably a really bad time to start modding However, I've found a relatively decent tutorial for ModLoader at http://www.minecraftforum.net/topic/960286-techguys-modding-tutorials/ that is almost fully updated to 1.3, I'd say about 90% updated. This should keep me going until the flames in the forge have settled down (see what I did there? )
  5. Ok thanks for clearing that up, ill stick with modloader for the time being. Just read up on the complete overhaul that's happening, and it looks muuuch simpler. although, I suppose it means I'll have to wait for a new tutorial
  6. Hi everyone! Ill be honest: I only started modding yesterdayafter viewing a few lessons by mDiyo and Methuselah96. I made a simple modloader mod to start, nothing special, just a few blocks, and then I decided I would make it forge compatible (because the tutorial said so ). So, I went and found your lovely wikipage explaining how to install the source for forge (I already had JDK, latest version according to java.com). I got a clean download of MCP and the forge 3.3.8.152 src, and this is what I did. 1) extracted MCP7.0a 2)placed a clean bin and resources folder in the "jars" subfolder of the extracted MCP folder. 3) placed a minecraft server .jar (clean) in the "jars" subfolder. 4) extracted the "forge" folder from the 3.3.8.152 folder into the extracted MCP folder. 5) launched the install.bat thingy from the forge folder, and this appeared in the command prompt window: =================================== Minecraft Forge Setup Start ================ ================= ERROR:root:FATAL ERROR Traceback (most recent call last): File "C:\Documents and Settings\Ross\Desktop\Modding Workspace\CandyLand!\runt ime\cleanup.py", line 28, in cleanup commands = Commands(conffile) File "C:\Documents and Settings\Ross\Desktop\Modding Workspace\CandyLand!\runt ime\commands.py", line 174, in __init__ self.readconf() File "C:\Documents and Settings\Ross\Desktop\Modding Workspace\CandyLand!\runt ime\commands.py", line 415, in readconf self.csvnewids = os.path.normpath(config.get('CSV', 'NewIds')) File "ConfigParser.pyc", line 610, in get NoOptionError: No option 'newids' in section: 'CSV' Press any key to continue . . . Now if I'm doing something wrong to cause this, please take it easy on me, its only my second day modding, and I'm not the best at following instructions. Also, if I've posted this in the wrong place, I only joined the forums today, so I'm still learning my way around. I did a forum search, but didn't find the same problem I have on any other results. Any help given is much appreciated! EDIT: Just saw something on a different post, is forge compatible with 1.3.1 yet? because that could be my problem
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.