Jump to content

Help
Latest News Article

[V1.1] [MOAPI] ModOptionsAPI [8]


387 replies to this topic

#41

    Clintonio

    Lapis Lazuli Collector

  • Members
  • 1075 posts
  • Location: UK
  • Minecraft: Clintonxa

Posted 02 April 2011 - 02:03 AM

VERSION 0.3.3 COMPATIBLE WITH BETA 1.4

Version is identical to before, just 1.4 ready.

Compatibility with GUIAPI is temporarily off until it has updated

Register or log in to remove.

#42

  • Location: CA, USA
  • Minecraft: furyx639

Posted 02 April 2011 - 08:37 AM

This is very unlikely, but I think it'd be awesome if you made ModOptionsAPI able to handle GUIAPI requests so that Mods using GUIAPI could use your mod instead.

I just prefer how yours works much better, and I wish other modders would port over their mods to use your API.

#43

  • Location: Nanango,Qld,Australia
  • Minecraft: BlueSteelAU

Posted 02 April 2011 - 11:41 AM

grabbing now (only because nature overhaul needs it) , hope it works with guiapi mod

#44

  • Minecraft: PhillSony123

Posted 02 April 2011 - 12:32 PM

Really nice mod.

Posted Image


#45

  • Location: Nanango,Qld,Australia
  • Minecraft: BlueSteelAU

Posted 02 April 2011 - 08:41 PM

the special bu.class not working with the latest guiapi mod (GuiAPI0.98-1.4.zip)
Exception in thread "Minecraft main thread" java.lang.NoClassDefFoundError: bu (
wrong name: bq)
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClassCond(Unknown Source)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        at java.security.SecureClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.access$000(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at net.minecraft.client.Minecraft.a(SourceFile:349)
        at net.minecraft.client.Minecraft.run(SourceFile:638)
        at java.lang.Thread.run(Unknown Source)


#46

    Clintonio

    Lapis Lazuli Collector

  • Members
  • 1075 posts
  • Location: UK
  • Minecraft: Clintonxa

Posted 02 April 2011 - 08:43 PM

Version 0.3.3.1 Bug Fix Version Released

Download Here

Changes

    [*:2ahpi1np] Improved ordering of elements in API. Ordered in opposite direction to the way they are added. This will be flipped later. Previous order was Chaotic due to use of Hashtable. Using more ordered LinkedHashMap.
    [*:2ahpi1np] Removed output to terminal by ModOptionsAPI (hi and hid were being output)

Upcoming Changes

I will be fixing the compatibility with GUIAPI tonight.

#47

    Clintonio

    Lapis Lazuli Collector

  • Members
  • 1075 posts
  • Location: UK
  • Minecraft: Clintonxa

Posted 02 April 2011 - 09:28 PM

Clintonxa said:

Version 0.3.3.1 Bug Fix Version Released

Download Here

Changes

    [*:ovyr6ehc] Improved ordering of elements in API. Ordered in opposite direction to the way they are added. This will be flipped later. Previous order was Chaotic due to use of Hashtable. Using more ordered LinkedHashMap.
    [*:ovyr6ehc] Removed output to terminal by ModOptionsAPI (hi and hid were being output)

Upcoming Changes

I will be fixing the compatibility with GUIAPI tonight.

PLEASE REDOWNLOAD. COMPATIBILITY PATCH FOR GUIAPI ADDED.

Too lazy to do a new release tonight.

#48

  • Location: Nanango,Qld,Australia
  • Minecraft: BlueSteelAU

Posted 03 April 2011 - 01:49 AM

great thanks, d/loading now :P

#49

    Clintonio

    Lapis Lazuli Collector

  • Members
  • 1075 posts
  • Location: UK
  • Minecraft: Clintonxa

Posted 03 April 2011 - 04:44 AM

In the next full version of this mod (0.4), I will release World specific options.

After that I will implement some other basic components.

#50

  • Location: USA

Posted 04 April 2011 - 12:59 AM

I get this error when trying to access my Options menu:

java.lang.NoClassDefFoundError: GuiModScreen
	at ep.a(SourceFile:98)
	at cf.a(SourceFile:72)
	at cf.e(SourceFile:120)
	at cf.d(SourceFile:108)
	at net.minecraft.client.Minecraft.j(SourceFile:1144)
	at net.minecraft.client.Minecraft.run(SourceFile:674)
	at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.ClassNotFoundException: GuiModScreen
	at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
	... 7 more

GodofCheeses said:

[Ham] the joke
[Notch] your head

[] [Ham] [Ham] [Ham] []
[Ham] [] [Notch] [] [Ham]

riiiiiiight over it

SittenSpynne said:

Notch could replace Minecraft.net with goatse tomorrow and never publish an update again; the only legal recourse I have is to shake my fist at the screen.

#51

    Clintonio

    Lapis Lazuli Collector

  • Members
  • 1075 posts
  • Location: UK
  • Minecraft: Clintonxa

Posted 04 April 2011 - 01:06 AM

malagrond said:

I get this error when trying to access my Options menu:

java.lang.NoClassDefFoundError: GuiModScreen
	at ep.a(SourceFile:98)
	at cf.a(SourceFile:72)
	at cf.e(SourceFile:120)
	at cf.d(SourceFile:108)
	at net.minecraft.client.Minecraft.j(SourceFile:1144)
	at net.minecraft.client.Minecraft.run(SourceFile:674)
	at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.ClassNotFoundException: GuiModScreen
	at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
	... 7 more

Reinstall the mod but don't apply the compatibility patch.

#52

    Clintonio

    Lapis Lazuli Collector

  • Members
  • 1075 posts
  • Location: UK
  • Minecraft: Clintonxa

Posted 04 April 2011 - 01:34 AM

Version 0.3.3.2 Released

Download Here

Changes

    [*:lm0d2e4j]Fixed bug with pressing escape not saving options

Compatible with all newest versions. Recommended bug fix patch

#53

    PMN098

    Out of the Water

  • Members
  • 3 posts

Posted 04 April 2011 - 03:56 PM

I have install this but nothing changes :Notch: I need this for the [V1.4] Nature Overhaul (now with snow spread) [v0.9.2] Mod ! :iapprove: I have placed every single data in the right location I think but i haven't got a new option menu :Notch: Is there a key to get to the Option-Menu ? Or incompatibily wiht SinglePlayerCommand mod ? Or MineColony ? Pls help :(

Edit:
But i have the ModOption Folder in my .Minecraft Folder with AutoForrest Folder in it O.O But no Menu in Game whats my fault ?

#54

    Clintonio

    Lapis Lazuli Collector

  • Members
  • 1075 posts
  • Location: UK
  • Minecraft: Clintonxa

Posted 04 April 2011 - 04:20 PM

PMN098 said:

I have install this but nothing changes :Diamond: I need this for the [V1.4] Nature Overhaul (now with snow spread) [v0.9.2] Mod ! :Diamond: I have placed every single data in the right location I think but i haven't got a new option menu :Diamond: Is there a key to get to the Option-Menu ? Or incompatibily wiht SinglePlayerCommand mod ? Or MineColony ? Pls help :Diamond:

Edit:
But i have the ModOption Folder in my .Minecraft Folder with AutoForrest Folder in it O.O But no Menu in Game whats my fault ?

Oh, that's weird.

Could you start the game, go to options, then take a screenshot for me?

Thanks!
Clint.

#55

    Derkit

    Stone Miner

  • Members
  • 77 posts

Posted 04 April 2011 - 04:32 PM

The patch to make it work with GUIAPI doesnt appear to be working, whenever i try to open the GUIAPI menus the game crashes :)

Oh by the way, this API is so much better than that one

#56

    PMN098

    Out of the Water

  • Members
  • 3 posts

Posted 04 April 2011 - 05:15 PM

http://www.pic-upload.de/view-9478313/M ... s.jpg.html

Here , its normal like everytime :P maybe cause of the Texture Pack ? :)

#57

    Clintonio

    Lapis Lazuli Collector

  • Members
  • 1075 posts
  • Location: UK
  • Minecraft: Clintonxa

Posted 04 April 2011 - 08:16 PM

PMN098 said:

http://www.pic-uploa...ptions.jpg.html

Here , its normal like everytime :Flint: maybe cause of the Texture Pack ? :|:

Hi!

Install the mod again using the files from the files folder inside the RAR archive.

I'm gonna release 0.3.3.3 soon to address this misconception :3

#58

    Clintonio

    Lapis Lazuli Collector

  • Members
  • 1075 posts
  • Location: UK
  • Minecraft: Clintonxa

Posted 04 April 2011 - 08:17 PM

Derkit said:

The patch to make it work with GUIAPI doesnt appear to be working, whenever i try to open the GUIAPI menus the game crashes :iapprove:

Oh by the way, this API is so much better than that one

In which order did you install them? Install the patch after installing both of them :3

#59

Posted 04 April 2011 - 09:06 PM

While I am just coming here for your Nature Overhaul mod, I wish more mods used this. Would be nice to see it as a standard like Modloader is.

I am sorta confused on how you want to install this.

Do you want to move the folds to the jar and then the GUI patch folder last?

#60

    Clintonio

    Lapis Lazuli Collector

  • Members
  • 1075 posts
  • Location: UK
  • Minecraft: Clintonxa

Posted 04 April 2011 - 09:32 PM

@Above: Thank you!

@Developers: I'm on top of some major upgrades to this mod. I won't release info about two of them, as they're pretty experimental right now, but I will be including world specific options.

They will be in 0.4