
Everything posted by SuperHB
-
1.6.4 Forge Obj Block Issue. Please Help!!!
Okay, I'll try it, and thanks for the help. Even if it isn't helping me 100% EDIT: Okay so when I placed the block this is what showed up in the Dev Console: 2014-01-25 21:13:53 [sEVERE] [ForgeModLoader] A TileEntity type net.DoctorWhoAdventures.superhb.mod.TARDIS.TileEntityTardis has throw an exception trying to write state. It will not persist. Report this to the mod author java.lang.RuntimeException: class net.DoctorWhoAdventures.superhb.mod.TARDIS.TileEntityTardis is missing a mapping! This is a bug! at net.minecraft.tileentity.TileEntity.writeToNBT(TileEntity.java:108) at net.minecraft.world.chunk.storage.AnvilChunkLoader.writeChunkToNBT(AnvilChunkLoader.java:317) at net.minecraft.world.chunk.storage.AnvilChunkLoader.saveChunk(AnvilChunkLoader.java:127) at net.minecraft.world.gen.ChunkProviderServer.safeSaveChunk(ChunkProviderServer.java:232) at net.minecraft.world.gen.ChunkProviderServer.saveChunks(ChunkProviderServer.java:284) at net.minecraft.world.WorldServer.saveAllChunks(WorldServer.java:899) at net.minecraft.server.MinecraftServer.saveAllWorlds(MinecraftServer.java:360) at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:593) at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:129) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484) at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16) EDIT: It doesn't Show the message System.out.println("TardisTESR::renderTileEntityAt");
-
1.6.4 Forge Obj Block Issue. Please Help!!!
Okay so here is my new class files for the obj model. I can't get the obj model to work and it gives me the regular block... ClientProxy Class: http://pastebin.com/Nf003Fac TileEntity Class: http://pastebin.com/mSA1YCNA New TESR(Renamed to TardisTESR): http://pastebin.com/9yzU0TRv New Block Class: http://pastebin.com/s5w5sTwr
-
1.6.4 Forge Obj Block Issue. Please Help!!!
Got it fixed. but now it is just the regular block model....
-
1.6.4 Forge Obj Block Issue. Please Help!!!
Since I don't have a clue what's going on here is the Console Log Jan 24, 2014 8:49:11 PM net.minecraft.launchwrapper.LogWrapper log INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker Jan 24, 2014 8:49:11 PM net.minecraft.launchwrapper.LogWrapper log INFO: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker Jan 24, 2014 8:49:11 PM net.minecraft.launchwrapper.LogWrapper log INFO: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker 2014-01-24 20:49:11 [iNFO] [ForgeModLoader] Forge Mod Loader version 6.4.49.965 for Minecraft 1.6.4 loading 2014-01-24 20:49:11 [iNFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_25, running on Windows 8:amd64:6.2, installed at C:\Program Files\Java\jre7 2014-01-24 20:49:11 [iNFO] [ForgeModLoader] Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation 2014-01-24 20:49:11 [iNFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker 2014-01-24 20:49:11 [iNFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker 2014-01-24 20:49:11 [iNFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker 2014-01-24 20:49:11 [iNFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker 2014-01-24 20:49:11 [iNFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper 2014-01-24 20:49:11 [iNFO] [sTDOUT] Loaded 40 rules from AccessTransformer config file fml_at.cfg 2014-01-24 20:49:11 [sEVERE] [ForgeModLoader] The binary patch set is missing. Either you are in a development environment, or things are not going to work! 2014-01-24 20:49:12 [iNFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper 2014-01-24 20:49:12 [iNFO] [sTDOUT] Loaded 110 rules from AccessTransformer config file forge_at.cfg 2014-01-24 20:49:12 [iNFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker 2014-01-24 20:49:12 [iNFO] [ForgeModLoader] Launching wrapped minecraft {net.minecraft.client.main.Main} 2014-01-24 20:49:13 [iNFO] [Minecraft-Client] Setting user: Player718 2014-01-24 20:49:14 [iNFO] [Minecraft-Client] LWJGL Version: 2.9.0 2014-01-24 20:49:14 [iNFO] [Minecraft-Client] Reloading ResourceManager: Default 2014-01-24 20:49:14 [iNFO] [MinecraftForge] Attempting early MinecraftForge initialization 2014-01-24 20:49:14 [iNFO] [sTDOUT] MinecraftForge v9.11.1.965 Initialized 2014-01-24 20:49:14 [iNFO] [ForgeModLoader] MinecraftForge v9.11.1.965 Initialized 2014-01-24 20:49:15 [iNFO] [sTDOUT] Replaced 111 ore recipies 2014-01-24 20:49:15 [iNFO] [MinecraftForge] Completed early MinecraftForge initialization 2014-01-24 20:49:15 [iNFO] [ForgeModLoader] Reading custom logging properties from C:\Users\Kenneth\Desktop\Stuff\Modding Stuff\Doctor Who 1.6.4\forge\mcp\jars\config\logging.properties 2014-01-24 20:49:15 [OFF] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL 2014-01-24 20:49:15 [iNFO] [ForgeModLoader] Searching C:\Users\Kenneth\Desktop\Stuff\Modding Stuff\Doctor Who 1.6.4\forge\mcp\jars\mods for mods 2014-01-24 20:49:16 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 4 mods to load 2014-01-24 20:49:16 [iNFO] [mcp] Activating mod mcp 2014-01-24 20:49:16 [iNFO] [FML] Activating mod FML 2014-01-24 20:49:16 [iNFO] [Forge] Activating mod Forge 2014-01-24 20:49:16 [iNFO] [doctorwhoadventures] Activating mod doctorwhoadventures 2014-01-24 20:49:16 [WARNING] [Forge Mod Loader] Mod Forge Mod Loader is missing a pack.mcmeta file, things may not work well 2014-01-24 20:49:16 [WARNING] [Minecraft Forge] Mod Minecraft Forge is missing a pack.mcmeta file, things may not work well 2014-01-24 20:49:16 [WARNING] [Doctor Who Adventures] Mod Doctor Who Adventures is missing a pack.mcmeta file, things may not work well 2014-01-24 20:49:16 [iNFO] [Minecraft-Client] Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Doctor Who Adventures 2014-01-24 20:49:17 [iNFO] [ForgeModLoader] Registering Forge Packet Handler 2014-01-24 20:49:17 [iNFO] [ForgeModLoader] Succeeded registering Forge Packet Handler 2014-01-24 20:49:17 [iNFO] [ForgeModLoader] Configured a dormant chunk cache size of 0 2014-01-24 20:49:18 [sEVERE] [Minecraft-Client] Using missing texture, unable to load: dwadventures:textures/blocks/EleventhTARDIS.png 2014-01-24 20:49:18 [iNFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 4 mods 2014-01-24 20:49:18 [WARNING] [Forge Mod Loader] Mod Forge Mod Loader is missing a pack.mcmeta file, things may not work well 2014-01-24 20:49:18 [WARNING] [Minecraft Forge] Mod Minecraft Forge is missing a pack.mcmeta file, things may not work well 2014-01-24 20:49:18 [WARNING] [Doctor Who Adventures] Mod Doctor Who Adventures is missing a pack.mcmeta file, things may not work well 2014-01-24 20:49:18 [iNFO] [Minecraft-Client] Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Doctor Who Adventures 2014-01-24 20:49:19 [sEVERE] [Minecraft-Client] Using missing texture, unable to load: dwadventures:textures/blocks/EleventhTARDIS.png 2014-01-24 20:49:19 [iNFO] [sTDOUT] 2014-01-24 20:49:19 [iNFO] [sTDOUT] Starting up SoundSystem... 2014-01-24 20:49:19 [sEVERE] [Minecraft-Client] Realms: Server not available! 2014-01-24 20:49:19 [iNFO] [sTDOUT] Initializing LWJGL OpenAL 2014-01-24 20:49:19 [iNFO] [sTDOUT] (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) 2014-01-24 20:49:19 [iNFO] [sTDOUT] OpenAL initialized. 2014-01-24 20:49:19 [iNFO] [sTDOUT] 2014-01-24 20:49:21 [iNFO] [Minecraft-Server] Starting integrated minecraft server version 1.6.4 2014-01-24 20:49:21 [iNFO] [Minecraft-Server] Generating keypair 2014-01-24 20:49:21 [sEVERE] [fml.ItemTracker] FML has detected item discrepancies 2014-01-24 20:49:21 [sEVERE] [fml.ItemTracker] Missing items : {6256=Item 6256, Type net.DoctorWhoAdventures.superhb.mod.sonic.ItemSonic, owned by doctorwhoadventures, ordinal 0, name null, claimedModId null} 2014-01-24 20:49:21 [sEVERE] [fml.ItemTracker] Mismatched items : {} 2014-01-24 20:49:26 [iNFO] [ForgeModLoader] Loading dimension 0 (DWTardis Test) (net.minecraft.server.integrated.IntegratedServer@399232dc) 2014-01-24 20:49:26 [iNFO] [ForgeModLoader] Loading dimension 1 (DWTardis Test) (net.minecraft.server.integrated.IntegratedServer@399232dc) 2014-01-24 20:49:26 [iNFO] [ForgeModLoader] Loading dimension -1 (DWTardis Test) (net.minecraft.server.integrated.IntegratedServer@399232dc) 2014-01-24 20:49:26 [iNFO] [Minecraft-Server] Preparing start region for level 0 2014-01-24 20:49:27 [iNFO] [Minecraft-Server] Preparing spawn area: 51% 2014-01-24 20:49:28 [iNFO] [Minecraft-Server] Preparing spawn area: 96% 2014-01-24 20:49:57 [iNFO] [sTDERR] java.lang.OutOfMemoryError: Java heap space 2014-01-24 20:49:58 [iNFO] [sTDERR] at net.minecraft.util.AABBPool.getAABB(AABBPool.java:50) 2014-01-24 20:50:00 [iNFO] [sTDERR] at net.minecraft.block.Block.getCollisionBoundingBoxFromPool(Block.java:602) 2014-01-24 20:50:00 [iNFO] [sTDERR] at net.minecraft.block.Block.addCollisionBoxesToList(Block.java:568) 2014-01-24 20:50:01 [iNFO] [sTDERR] at net.minecraft.world.World.getCollidingBoundingBoxes(World.java:1684) 2014-01-24 20:50:02 [iNFO] [sTDERR] at net.minecraft.entity.player.EntityPlayerMP.<init>(EntityPlayerMP.java:187) 2014-01-24 20:50:04 [iNFO] [sTDERR] at net.minecraft.server.management.ServerConfigurationManager.createPlayerForUser(ServerConfigurationManager.java:389) 2014-01-24 20:50:05 [iNFO] [sTDERR] at net.minecraft.server.integrated.IntegratedServerListenThread.networkTick(IntegratedServerListenThread.java:91) 2014-01-24 20:50:08 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:691) 2014-01-24 20:50:09 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:587) 2014-01-24 20:50:10 [iNFO] [sTDERR] at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:129) 2014-01-24 20:50:11 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484) 2014-01-24 20:50:12 [iNFO] [sTDERR] at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
-
1.6.4 Forge Obj Block Issue. Please Help!!!
Okay, I'll try it I tell you what happens
-
1.6.4 Forge Obj Block Issue. Please Help!!!
It depends on which one helps with FPS and helps it load quicker. but I think you method worked. but not 100% sure because my game just crashed because it is a really big model EDIT: When I Export the Model as OBJ I use Cinema 4D what measurement should I use? For me (c4d 14) 1m = 1block. So my model is 2,2,3.5 (l,w,h) what should I do?
-
1.6.4 Forge Obj Block Issue. Please Help!!!
It depends on which one helps with FPS and helps it load quicker. but I think you method worked. but not 100% sure because my game just crashed because it is a really big model EDIT: When I Export the Model as OBJ I use Cinema 4D what measurement should I use? For me (c4d 14) 1m = 1block. So my model is 2,2,3.5 (l,w,h)
-
1.6.4 Forge Obj Block Issue. Please Help!!!
sorry dude I am way out of my depth with that one. I'd suggest making a really simple model (say - a cube) and exporting it in a range of different sizes to see what's about right. What crash message do you get? Might be nothing to do with your model at all -TGG I don't get an error log. My minecraft just runs out of memory. EDIT: I tried a Simple model. Still lags out my game... not sure why it was a regular minecraft block size
-
1.6.4 Forge Obj Block Issue. Please Help!!!
It depends on which one helps with FPS and helps it load quicker. but I think you method worked. but not 100% sure because my game just crashed because it is a really big model EDIT: When I Export the Model as OBJ I use Cinema 4D what measurement should I use?
-
1.6.4 Forge Obj Block Issue. Please Help!!!
what do i put for the @Override public int getRenderType() { return YourMod.yourRenderType; } } Like can you give an example? EDIT: I added the code that you said it still didn't work unless i did the getRenderType code wrong. here is the code: http://pastebin.com/zrDYgTPz
-
1.6.4 Forge Obj Block Issue. Please Help!!!
Help Please? Really need help.
-
1.6.4 Forge Obj Block Issue. Please Help!!!
Hey guys SuperHB here and I've been working on a mod and I've been using a OBJ model and I can't get to load. It just shows up as a regular block... here is my code in ClientProxy http://pastebin.com/ERtrngeu here is my code in the Block Class http://pastebin.com/ZzHYWbvY here is my code in my TESR Class(TileEntitySpecialRenderer) http://pastebin.com/PigB8wTz and here is my TileEntity Class, Small... but still, from what I know, needed. http://pastebin.com/NRfiU0h9 All of these classes have no errors and I can load up Minecraft fine so I don't know whats wrong Please help! Thanks, SuperHB
-
ForgeGradlew Version 10.12.0.998 for Minecraft 1.7.2 addForgeJavadoc Error
Okay thanks I'll try it
-
ForgeGradlew Version 10.12.0.998 for Minecraft 1.7.2 addForgeJavadoc Error
Hey guys SuperHB here and I tried to set up the ForgeGradlew for 1.7.2 i got an error when trying to addForgeJavadoc Here is the error: Microsoft Windows [Version 6.2.9200] © 2012 Microsoft Corporation. All rights reserved. C:\Windows\system32>cd C:\Users\Kenneth\Desktop\Stuff\Modding Stuff\Mobdrops 1.7 .2 Gradlew C:\Users\Kenneth\Desktop\Stuff\Modding Stuff\Mobdrops 1.7.2 Gradlew>gradlew.bat setupDecompWorkspace Download http://files.minecraftforge.net/maven/net/minecraftforge/gradle/ForgeGr adle/1.1-SNAPSHOT/ForgeGradle-1.1-20140115.002239-94.jar Download http://files.minecraftforge.net/maven/de/oceanlabs/mcp/mcinjector/3.2-S NAPSHOT/mcinjector-3.2-20140111.120101-6.jar **************************** Powered By MCP: http://mcp.ocean-labs.de/ Searge, ProfMobius, Fesh0r, R4wk, ZeuX, IngisKahn MCP Data version : unknown **************************** Download http://files.minecraftforge.net/maven/net/minecraftforge/forge/1.7.2-10 .12.0.998/forge-1.7.2-10.12.0.998-userdev.jar :downloadMcpTools :extractUserDev :genSrgs :downloadClient SKIPPED :downloadServer SKIPPED :mergeJars SKIPPED :deobfuscateJar Applying SpecialSource... Applying Exceptor... Injecting source info... :decompile :doFmlPatches :addFmlSources :remapJar :doForgePatches :addForgeJavadoc FAILED FAILURE: Build failed with an exception. * What went wrong: Some problems were found with the configuration of task ':addForgeJavadoc'. > File 'C:\Users\Kenneth\Desktop\Stuff\Modding Stuff\Mobdrops 1.7.2 Gradlew\buil d\unpacked\conf\params.csv' specified for property 'paramsCsv' does not exist. > File 'C:\Users\Kenneth\Desktop\Stuff\Modding Stuff\Mobdrops 1.7.2 Gradlew\buil d\unpacked\conf\fields.csv' specified for property 'fieldsCsv' does not exist. > File 'C:\Users\Kenneth\Desktop\Stuff\Modding Stuff\Mobdrops 1.7.2 Gradlew\buil d\unpacked\conf\methods.csv' specified for property 'methodsCsv' does not exist. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED Total time: 2 mins 20.739 secs C:\Users\Kenneth\Desktop\Stuff\Modding Stuff\Mobdrops 1.7.2 Gradlew>gradlew.bat setupDecompWorkspace **************************** Powered By MCP: http://mcp.ocean-labs.de/ Searge, ProfMobius, Fesh0r, R4wk, ZeuX, IngisKahn MCP Data version : unknown **************************** :downloadMcpTools UP-TO-DATE :extractUserDev :genSrgs UP-TO-DATE :downloadClient SKIPPED :downloadServer SKIPPED :mergeJars SKIPPED :deobfuscateJar UP-TO-DATE :decompile SKIPPED :doFmlPatches SKIPPED :addFmlSources UP-TO-DATE :remapJar SKIPPED :doForgePatches SKIPPED :addForgeJavadoc FAILED FAILURE: Build failed with an exception. * What went wrong: Some problems were found with the configuration of task ':addForgeJavadoc'. > File 'C:\Users\Kenneth\Desktop\Stuff\Modding Stuff\Mobdrops 1.7.2 Gradlew\buil d\unpacked\conf\params.csv' specified for property 'paramsCsv' does not exist. > File 'C:\Users\Kenneth\Desktop\Stuff\Modding Stuff\Mobdrops 1.7.2 Gradlew\buil d\unpacked\conf\methods.csv' specified for property 'methodsCsv' does not exist. > File 'C:\Users\Kenneth\Desktop\Stuff\Modding Stuff\Mobdrops 1.7.2 Gradlew\buil d\unpacked\conf\fields.csv' specified for property 'fieldsCsv' does not exist. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED Total time: 7.274 secs Please help! Thanks, SuperHB
-
[1.6.2] Is their a 1.6.2 Minecraft Forge Rendering obj Tutorial
okay! Thank you!
-
[1.6.2] Is their a 1.6.2 Minecraft Forge Rendering obj Tutorial
Did you start with the first one? IF you start at the one about models, then you will have an impossibly hard time understanding anything I think i did. it said lecture #1 but then i saw another video with lecture #1
-
[1.6.2] Is their a 1.6.2 Minecraft Forge Rendering obj Tutorial
I've been watching VSWE's lectures and is its quite hard to understand cause its hard for me to tell what it is about. is there a certain lecture he has just for importing OBJ's as blocks?
-
[1.6.2] Is their a 1.6.2 Minecraft Forge Rendering obj Tutorial
I've been watching VSWE's lectures and is its quite hard to understand cause its hard for me to tell what it is about. is there a certain lecture he has just for importing OBJ's as blocks?
-
[1.6.2] Is their a 1.6.2 Minecraft Forge Rendering obj Tutorial
Your tutorial is what got the block to work... somehow because it was pretty much the same code
-
[1.6.2] Is their a 1.6.2 Minecraft Forge Rendering obj Tutorial
Got the regular block to work...
-
[1.6.2] Is their a 1.6.2 Minecraft Forge Rendering obj Tutorial
Actually a better question, WHY have I spent my spare time on replying to your questions, when all of them could be found be you bothering to do a simple google search or just go to the tutorials linked by this forum on the main page? I gave you the BEST tutorial for basic blocks and much much more, namely VSWE's courses, and yet still you are unhappy? WTF is your problem.. ...I don't have a problem... I've tried MANY good and bad tutorials to get regular blocks to work... I haven't found one that works yet...
-
[1.6.2] Is their a 1.6.2 Minecraft Forge Rendering obj Tutorial
Do you have a tutorial somewhere because i looked for tutorials and my game would usually crash even though i don't have any errors. Uhm... are you even reading what I'm writing? Let me try again: I was asking for a tutorial on a regular block -.-
-
[1.6.2] Is their a 1.6.2 Minecraft Forge Rendering obj Tutorial
Do you have a tutorial somewhere because i looked for tutorials and my game would usually crash even though i don't have any errors.
-
[1.6.2] Is their a 1.6.2 Minecraft Forge Rendering obj Tutorial
You fix textures for .obj the same way as for textures for techne models. Which is the same way as for anything else. 1.6 changed textures to use ResourceLocation, theres about hundreds of threads and posts on the 1.6 texture changes. And on the wiki there are even tutorials about textures. Like HydroFlame's excellent tutorial on the subject. As well as the MinecraftForum.net having SEVERAL tutorials and posts on the subject. And that's just mentioning the resources found at forge and mc forums, there's probably even more at other places... so you might want to google around Well I got the textures for items work. and i never got a regular block to work for some reason...
-
[1.6.2] Is their a 1.6.2 Minecraft Forge Rendering obj Tutorial
I never found a fix for the imported model texture how do you do that for a techne model?
IPS spam blocked by CleanTalk.