Everything posted by Death_Dealer
-
[1.7.2] Forge Advanced Model loader help
ok guys this is the situation im in, my coder "wont" doesnt seem like he is trying at all to figure this out. i have little to no experience coding, im here trying to get answers so our mod can get a V1 release. please have sympothy and answer this queston with some detail PLEASE. i dont know what golden apple src is, im assuming its a folder in minecraft but i just dont know. i dont have time to learn to code or i would, again PLEASE HELP
-
[1.7.2] Forge Advanced Model loader help
could you please show me where that is? i just googled it and nothing i wanted came up. please and thank you
-
[1.7.2] Forge Advanced Model loader help
are you even around still?
-
[1.7.2] Overriding Minecraft Vanilla Entity Rendering???
pretty simple question, is there anyway to overide vanilla entitys in game?
-
[1.7.2] Forge Advanced Model loader help
can someone please just tell me if this is possible or not ? PLEASE?
-
[1.7.2] Forge Advanced Model loader help
Can anyone tell us what opssemnik ment by this? "you dont put on .obj as far i know, you use a code on your render, search for the vannila one and copy / paste"
-
[1.7.2] Forge Advanced Model loader help
we still have not figured this out, can someone please help?
-
[1.7.2] Forge Advanced Model loader help
Does no one know anything about this?
-
[1.7.2] Forge Advanced Model loader help
were using IItemRenderer and we decide what model to render based on ItemRenderType in renderItem function. Also got the ItemStack's instance, there is hasEffect function, what seems to deprecated. How do I make the enchancted effect work then?
-
[1.7.2] .OBJ loading problem
@Wicked1 well ya, forge does have a material library. i have no idea what, S, VT or whatever that is means. i never said i was concerned with the format i said i couldnt get it to load with 1.7.2, diesieben07 called this one it was as simple as a slash needing to be deleted thanks again diesieben07.
-
[1.7.2] Forge Advanced Model loader help
Hi there, does anyone know how to apply the Glint or "enchanted" effect to .objs? any help will be greatly appreciated.
-
[1.7.2] .OBJ loading problem
thank you diesieben07 i will try that.
-
[1.7.2] .OBJ loading problem
im just the modeler for this mod, not the coder so please be kind with me about the coding aspect. why would it be having problems reading the model format?
-
[1.7.2] .OBJ loading problem
---- Minecraft Crash Report ---- // My bad. Time: 2/10/14 7:35 AM Description: Initializing game net.minecraftforge.client.model.ModelFormatException: IO Exception reading model format at net.minecraftforge.client.model.obj.WavefrontObject.<init>(WavefrontObject.java:62) at net.minecraftforge.client.model.obj.ObjModelLoader.loadInstance(ObjModelLoader.java:27) at net.minecraftforge.client.model.AdvancedModelLoader.loadModel(AdvancedModelLoader.java:64) at tambre.mods.threeDCraft.models.ModelFP.<init>(ModelFP.java:14) at tambre.mods.threeDCraft.renderers.ItemRenderer.registerModels(ItemRenderer.java:37) at tambre.mods.threeDCraft.renderers.ItemRenderer.<init>(ItemRenderer.java:33) at tambre.mods.threeDCraft.proxy.ClientProxy.InitRendering(ClientProxy.java:21) at tambre.mods.threeDCraft.ThreeDCraft.load(ThreeDCraft.java:118) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:536) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:209) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:188) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:676) at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:260) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:556) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:850) at net.minecraft.client.main.Main.main(SourceFile:103) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) Caused by: java.io.FileNotFoundException: threedcraft:/models/HoesFP.obj at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(SourceFile:51) at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SourceFile:55) at net.minecraftforge.client.model.obj.WavefrontObject.<init>(WavefrontObject.java:57) ... 44 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Stacktrace: at net.minecraftforge.client.model.obj.WavefrontObject.<init>(WavefrontObject.java:62) at net.minecraftforge.client.model.obj.ObjModelLoader.loadInstance(ObjModelLoader.java:27) at net.minecraftforge.client.model.AdvancedModelLoader.loadModel(AdvancedModelLoader.java:64) at tambre.mods.threeDCraft.models.ModelFP.<init>(ModelFP.java:14) at tambre.mods.threeDCraft.renderers.ItemRenderer.registerModels(ItemRenderer.java:37) at tambre.mods.threeDCraft.renderers.ItemRenderer.<init>(ItemRenderer.java:33) at tambre.mods.threeDCraft.proxy.ClientProxy.InitRendering(ClientProxy.java:21) at tambre.mods.threeDCraft.ThreeDCraft.load(ThreeDCraft.java:118) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:536) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:209) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:188) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:676) at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:260) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:556) -- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:850) at net.minecraft.client.main.Main.main(SourceFile:103) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) -- System Details -- Details: Minecraft Version: 1.7.2 Operating System: Windows 7 (amd64) version 6.1 Java Version: 1.7.0_51, Oracle Corporation Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 207900464 bytes (198 MB) / 357040128 bytes (340 MB) up to 4772069376 bytes (4551 MB) JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx5G AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v9.01-pre FML v7.2.116.1025 Minecraft Forge 10.12.0.1025 4 mods loaded, 4 mods active mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized FML{7.2.116.1025} [Forge Mod Loader] (forge-1.7.2-10.12.0.1025.jar) Unloaded->Constructed->Pre-initialized->Initialized Forge{10.12.0.1025} [Minecraft Forge] (forge-1.7.2-10.12.0.1025.jar) Unloaded->Constructed->Pre-initialized->Initialized 3DCraft{Pre-Alpha} [3DCraft] (3DCraft-1.7.2-Pre-Alpha-99.jar) Unloaded->Constructed->Pre-initialized->Errored Launched Version: 1.7.2-Forge10.12.0.1025 LWJGL: 2.9.0 OpenGL: ATI Radeon HD 4800 Series GL version 3.3.11318 Compatibility Profile Context, ATI Technologies Inc. Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Packs: [] Current Language: English (US) Profiler Position: N/A (disabled) Vec3 Pool Size: ~~ERROR~~ NullPointerException: null Anisotropic Filtering: Off (1) FileNotFoundException im not sure why its doing that: / my file setup, .minecraft/mods/1.7.2/3DCraft-1.7.2-Pre-Alpha-99.jar/assets/threedcraft/models/(this has all my models) for some reason the new forge wont load the models:( the models load in eclipse but not in .jar form.
IPS spam blocked by CleanTalk.