Everything posted by Mazetar
-
New modder tring to get start, not finding the information I want
Hello! This is actually how all forge mods are meant to be installed. And in most cases this is what you will do, so normally you will be all good When a forgemod is re-obfuscated, recompiled and all that. You create a zip folder and that's the one you throw into the mods folder.
-
[solved] changing leaf texture based on graphics level
/** * Is this block (a) opaque and (b) a full 1m cube? This determines whether or not to render the shared face of two adjacent blocks and also whether the player can attach torches, redstone wire, etc to this block. */ @Override public boolean isOpaqueCube() { return !this.graphicsLevel; } This should always return false as the block can always be seen through
-
Looking for GUI tutorials - not ItemContainer
For what you are trying to do it's the same logic regardless of it being a guiContainer or guiScreen
-
Looking for GUI tutorials - not ItemContainer
Well what is "necessary" is usually a subjective definition I certainly never needed to have a common and client proxy, not in 1.6 and not in 1.3 but hey they made my code become so much cleaner and simpler so for me they where "necessary" In any case, they can be used and there's no reason to avoid using them nor do you have to use them and therefore they aren't deprecated. So I guess it's settled then as is the question of GUI tutorials ?
-
[SOLVED] Custom Music in Custom Dimension WONT WORK !!!
It's solved
-
Looking for GUI tutorials - not ItemContainer
Hehe well interface has more than one meaning Anyways enjoy those courses and uhm ClientProxy and CommonProxy can't be depracted, CommonProxy extends nothing and therefore it's impossible for it to be depracted as it's a self made class I can also assure you that they work in 1.6.X just like they did in 1.5 and 1.4
-
Looking for GUI tutorials - not ItemContainer
Courses.vswe.se has courses which deals with intermediate and advance GUI's which deals with a lot of different inputs in the GUI which in turn is saved in the TE on the server side
-
Need Help With Making Content Packs For My Mod :( Please Help ???
Yeah this was my thought as well of a simple way to do it. Make those "DLC's" be submods of your main mod, that way if they are downloaded into the /mods folder they will be included else they won't count. You should even be able to make some interface for downloading them and all that via some GUI or something, although loading them will req. a restart of minecraft
-
How do you add to a block class without breaking existing worlds?
The worlds only store Block ID's and metadata, unless there are TE's involved If you give us the crash logs and a more detailed description of what you are trying to do, then we should be better able to help you edit: Are you replacing the block entierly or are you manipulating it's class file by ASM?
-
Need Help With Making Content Packs For My Mod :( Please Help ???
You basically want to add DLC's to your mod? How do you want them to work exactly? As big things downloaded seperatly? As stuff turned on and off via a GUI menu? etc.
-
Compiling a mod
nothing has changed since 1.5 you will still use the files provided by mcp to do the reobfuscate and recompile and output the relevant files
-
Null Pointer Exception on NBT
TLH: Set a breakpoint at the crash line and see what's null during runtime?
-
How to make a turtle?
Hi again! Well then you are diving into very advance A.I behavior, you should be able to find many many interesting articles on different A.I systems for simulating human behavior in games Good luck to you!
-
How to make a turtle?
@Flenix: Nice one! (Just couldn't resist, could you? ) @OP: When you decompile something it will be obfuscated and non documented. Generally programs are not meant to be decompiled, and they are actually protected against it somewhat by deobfuscation and other things in order to prevent theft of code. If you want to know how some code works you will have to contact the mod author and ask for the src or information. In the case of CC there is an API as Flenix stated above
-
Ideas for Fluid Coding
Well it's a gas, so it could logically spread diagonally. Also the point with avoiding the static way is to make it easier to expand and build upon later
-
How can i make a airless block
Couldn't one then create a new material which extends water and removes the swimming effect? Or which acts like "air" but adds suffocation effect?
-
How can i make a airless block
Well then the best thing to do is to figure out WHAT and WHY resets it?
-
Ideas for Fluid Coding
Here's a tip mate, the people trying to help you have trouble understanding what you mean by a "moving block which extends to" and such sentences. Do you want a block which behaves like gas? well then why the scale of 100milion buckets? wtf? I don't really understand what you overall are trying to achieve and much less what exactly the problems are
-
Find Entities Around you
Create an AABB and use the method for finding all entities within the AABB?
-
Using WorldSavedData?
world.getworldinfo().X, check what cool stuff X could be ^^
-
[Solved] writeToNBT does not get called for the client TileEntity, only server
You need to send packets in order for the client to get the TE from the server on entering the world, check out this thread, it may be of interest to you: http://www.minecraftforum.net/topic/1969772-solvedhow-to-load-data-from-tileentity-before-activating-its-block/
-
Using WorldSavedData?
check how he stores and retrives data here from NBT: www.minecraftforge.net/wiki/Item_nbt
-
1.6 Entities and Attributes - My smart way wasn't so smart it seems?
<3
-
1.6 Entities and Attributes - My smart way wasn't so smart it seems?
Yeah wouldn't it mean that the EntityLivingBase constructor would be called before my parent constructor anyways, which in turn will call func_110147_ax() before I have any chance at doing anything. So the parent class's func_110147_ax() has to set the default values. And then in the parent's constructor it could change those values to the one passed into it's own constructor? Or did I misunderstand you completely?
-
Gui texture getting cut off?
Now I miss Hydroflame lolz
IPS spam blocked by CleanTalk.