Jump to content

Recommended Posts

Posted

Hi guys,

 

My question is how hard is it to make minecraft look like an isometric game like diablo, update the gui and make the cursor move independent etc. Is that possible at all?

 

thanks

Posted

I have some experience in programming but it is mostly php and JS (i have some websites running right now). So what do you think can i make this mod(i don't want a perfect one, but something i can show my friends) in 2-4 months if i have 2-3 hours a day for it, or i just look for another "cool" project? I'm asking this because i don't have minecraft, but of course i'm going to buy it when I start modding.

Posted

I would say, buy Minecraft and playing around with Forge. Even if you have programming experience, it might still be complicated to do that as your first project.

But that's just my opinion.  ;D

Posted

Logical way would be to rewrite whole client's motion input (keyboard/mouse/keyBindings).

You would also need to move and lock camera.

This would obviously need coremodding (ASM) in order to work WELL.

 

As to forge way (less or maybe no coremodding) - I think it would still be possible - there are events responsible for mouse and keyboard input.

Changing camera is also possible - There are mods that do that, you could look at e.g Pixelmon Mod - does that during combat.

 

Hardest part would be actually not applying your own code (because as mentioned - there are hooks for that), but removing vanillas code itself (thus ASM or other tricky ways).

 

So if you want an opinion - yes it is possible and is not that super-hard, yet - it would need a good reason to do so and would most likely break most of stuff that include client input.

 

Not recommended, if you want to play diablo, go play diablo. If you want "cool project" - I'd think of something easier for now, different at least - minecraft is FPS in 3D world, jumping in isometric view would be real pain.

1.7.10 is no longer supported by forge, you are on your own.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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