SimCraft for Minecraft

!!

Welcome Guest

Dear visitor, welcome to MC Port Central. If this is your first visit here,  you should consider registering to show your support.   By registering you will give us an idea and clear indication of how in demand our work really are and will motivate our porting team to continue there work. We port vanilla mods to Bukkit and you will also find a lot of other related Minecraft material on our Forum.

Author Topic: [SOLVED]request for a new video on How to Port server Mods  (Read 584 times)

eth007

  • Newbie
  • *
  • Posts: 14
[SOLVED]request for a new video on How to Port server Mods
« on: March 22, 2012, 02:08:38 PM »
can some one please make a new video on how to port mods in English. i would love to know how to port mods to bukkit but i cant find a an up to date video on how to do it.

big thnx to any one who does :)
« Last Edit: July 26, 2012, 12:26:45 PM by muCkk »

GadgetTvMan

  • Administrator
  • Hero Member
  • *****
  • Posts: 1101
Re: request for a new video on How to Port server Mods
« Reply #1 on: March 22, 2012, 06:37:03 PM »
the old one should work just fine.

dark

  • Jr. Member
  • **
  • Posts: 83
    • DarkGuardsman Smp Mods
Re: request for a new video on How to Port server Mods
« Reply #2 on: April 09, 2012, 07:31:18 AM »
Just for new people porting i think there is a need for a new video. The old one is not very helpful and only points to what needs done. There is no explanation to why it needs done or exactly what is being done. it actual scared me off the first time i tried because i couldn't understand it.
however is pretty simple to port basic mods.
1)you take your mod and install it into the minecraft_server.jar with modloader and modloadermp.Don't install anything else it needs.
2) then install the bukkit decompile configs into mpc
3) decompile it and retrieve your code
4) edit your code in what ever manner you like making sure that you change the package to net.minecraft.server. You may also need to correct any decompiling errors. This is where i suggest you use and editor like eclipse. It will help you manage your code and point out errors.
5) once you think your done, compile the code against the modded bukkit.jar. Also where i suggest an editor like eclipse because it allows you to add bukkit.jar to your build path for automatic package building. it also helps to add dependence that the mods need to the reference libraries this way it doesn't error out if it need any part of forge or another mod. but you can only do that with an editor like eclipse, netbean or something like it.

hope that helps if the video couldn't

muCkk

  • Administrator
  • Hero Member
  • *****
  • Posts: 1115
Re: request for a new video on How to Port server Mods
« Reply #3 on: July 26, 2012, 12:24:39 PM »
I made a new video:
Youtube
« Last Edit: July 26, 2012, 12:26:27 PM by muCkk »

lucasdidur

  • Newbie
  • *
  • Posts: 19
Re: [SOLVED]request for a new video on How to Port server Mods
« Reply #4 on: July 27, 2012, 12:17:39 AM »
Thank you, this help me alot