Jump to content

chrissiOnAir

Members
  • Posts

    7
  • Joined

  • Last visited

Converted

  • Gender
    Male
  • Location
    Austria, Europe
  • Personal Text
    starting modding

chrissiOnAir's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. hi, i'm starting again my modding career, but the fact that using "GradleStart in the run configuration for eclipse" is only mentioned in the comments and not in the initial post makes me kind of wondering. Written in 2013 it should be checked if everything in 2017 is still the way it was. And if so it should be mentioned there. My last time modding was 2015. Sorry if someone is pissed if i say this, but i think as a coder, who checks every bit and byte and comma, you can't leave an important tutorial like that. It does not even explain what "gradlew eclipse" does exactly [..] .. Saying so i presume we are happy about as much (terrific) modders as possible .. [rant over][wishing a happy day]
  2. i feel like adding this link to another thread here, which is about the same thing, and i just added a comment there, how i did it (including a fully editable copied GenLayerBiome). I hope you moderators don't mind? I want to help, not to bump http://www.minecraftforge.net/forum/index.php/topic,19194.0.html btw diesieben07: your code is great thank you, i will try, to do it that way.
  3. so, now i tell you what i did yet, without new custom WorldType: I took the InitBiomeGens event like Azaka7 described before. He gets lost while looking all that GenLayers and so do i .. haha .. maybe later when i have time to study that .. but Azaka7, you seem to understand these layers much better than i do, so far .. But i did this: I just copied the public static initializeAllBiomeGenerators() and squeezed my biome in, so i don't have to mess around all these layers! (take a look at my comments ////// and search for "Tutorial".. all other stuff is just copied): My own GenLayerBiome_Tutorial(..) looks like this: This is almost a copy of the original except that i put in my Tutorial.tutorialBiome into the biome-arrays at the top. It seems that these arrays are sorted by temperature, so you can decide where (and how often) you put in your Biome, which should be an extended BiomeGenBase of course. Did i forget something? If my code is not working for you, it's maybe because i put an error here, because i renamed some stuff for this post If someone can tell us more, it would be helpful. And maybe i'm wrong in some points. The key seems to be the Forge InitBiomeGens-Event (getModdedBiomeGenerators(..) in WorldChunkManager), which seems to override the original GenLayers, even if they are not modded (newBiomeGens = original.clone()). Because i was worried if i doubled the GenLayers .. but it's ok i think. ps: of course you need to define your Biome in your basemod-file, and register the Event there [MinecraftForge.TERRAIN_GEN_BUS.register(new Tutorial_Biome_Event());] as described above in the first post, i think .. I also did register my biome to the Biome-Dictionary. and with the BiomeManager you can modify the spawning, but i'm sure you know these things already
  4. hi, this may be a strange question, but i couldn't find an answer for it yet: Today i was working on Eclipse with version 10.12 (not the 10.12.1) and i tested some times running the client. Suddenly only for one time my player skin had changed! I have no screenshot (blame myself), but it was kind of black/orange with a red eye. Have i been hacked somehow or is this kind of a build in forge-feature?
  5. First let me say that i thank you for your wonderful online Forge Concept Tutorial! Actually this was my first tut i went through .. And the other forum-links you sent me, i read them before i posted here Meanwhile i understand the whole story a lot better, and i just tried the MCP Mapping Viewer from bspkrs, which seems to be great! You all surely know that tool, do you? There is a button to communicate with the MCPBot, but it seems that it does it without warning, if you did some mess in the fields. So this is to hand carefully. http://www.minecraftforum.net/topic/2115030-mcp-mapping-viewer/ A webtool with a kind of validation would really be great and i totally understand what you are thinking of. Well, but i think i'm not the right person for coding it right now. It's not that i think i'm not a smart ass .. haha .. but i did not code php for a longer time now and i started with Java only some weeks ago. So i have to get into it again, to be more prof .. yeah, sorry, but for now i can't do it, but i will think about it, because i like the idea. wow, these days ..
  6. Help, please. This one has to be in the Forge Forums, and this is the best place to be, i hope. I'm an old school php-programmerer for years and the last months i learned more OOP (yes, indeed ) and Java. I play Minecraft since 1.0 and with mods from 1.3. Last week i wanted to start modding and i'm thru some Tut-scripts. I now installed the last version of forge. But there is one thing i don't get: Is this deobfuscated vanilla code?! (got it from a world.gen.feature) Well, if it is, i think there is something wrong with Minecraft modding. Please, don't get me wrong, but i refuse to work with these called Searge-names (func_1234_f). I don't want to get insane. Even if there are completed lists and tools to translate every single parameter or function. Ok, if it's only one click to translate it all, then it's ok. But there isn't, is it? As every programmer knows, method names, for example, should have proper names to understand. As every modder knows, you need to understand vanilla-code to start and see what is there. Again, i'm not talking of editing, only understanding. And doesn't Mojang support all modders? Of course they do! They are so big, and one reason is its modding community! And also Mojang works for the modding API. So why can't we have an understandable vanilla-code?! This is against the community philosophy seriously. I will now start with 1.6.2. If vanilla stays "encrypted" in future, then there is no future for me as a modder. I'm too old to start as an encrypter. Please be patient with me. I'm a new modder. I highly assume that i got something wrong. But i couldn't find more information about it in the last 2 days. One of the last is from Searge at MCP. (and even he is talking from 'things getting easier for modders') I think all new modders need a clear official statement about it. .. well at least i'm happy with short answers, too Thank you so much!
×
×
  • Create New...

Important Information

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