Help Sign In/Register

Minecraft Forums

Advanced Search
  • News
  • Rules
  • Forum
  • Chat
  • Mods
  • Maps
  • Resource Packs
  • MC Station
  • Free Minecraft Server Hosting
Desktop View
  • Home
  • Member List
  • DRoseDARs's Profile
  • Send Private Message
  • View DRoseDARs's Profile
  • DRoseDARs
  • Curse Premium
  • Member for 12 years, 3 months, and 2 days
    Last active Thu, Mar, 7 2013 15:12:13
  • 0 Followers
  • 331 Total Posts
  • 8 Thanks
  • Member
  • Posts
  • Reputation
  • Comments
  • Received
  • Given
  • 1
  • 2
  • Next
  • View DRoseDARs's Profile

    1

    Feb 6, 2013
    DRoseDARs posted a message on The Steam (Valve) Mod Pack
    Did you get permissions from the various modders who made those mods, particularly the ones that explicitly state their mods may NOT be put into modpacks?
    Posted in: Minecraft Mods
  • View DRoseDARs's Profile

    1

    Jan 29, 2013
    DRoseDARs posted a message on [1.3.2] xRay & Fullbright
    Quote from Jimmyboy19

    Still waiting on a reply.


    -_-
    Seriously? Dude was last active December 4th...
    Posted in: Minecraft Mods
  • View DRoseDARs's Profile

    1

    Nov 24, 2012
    DRoseDARs posted a message on Minecon Swag Bag Unveiling!
    I want to congradulate CATSwithHATS for his pedantry. Also, definitions and usages of words can and do change over time. "Swag" is no longer used in the popular lexicon to mean "stolen" items, its usage is meant ironically to refer to free stuff given as gifts, typically by the hosts of an event or party. Her face said it all, stolen property might have been better than the adverts she was pulling out of that bag...
    Posted in: Minecraft News
  • View DRoseDARs's Profile

    1

    Nov 23, 2012
    DRoseDARs posted a message on Minecon Swag Bag Unveiling!
    Lindsay seemed to have had some trouble NOT making this face with each *cough* awesomtastic piece of "swag" in her bag.
    Posted in: Minecraft News
  • View DRoseDARs's Profile

    2

    Aug 18, 2012
    DRoseDARs posted a message on Millénaire - NPC village - 16/09/18 : Millénaire 7 open beta
    First page. Big red letters. Read them.
    Posted in: Minecraft Mods
  • View DRoseDARs's Profile

    1

    Jun 12, 2012
    DRoseDARs posted a message on .Minecraft [1.2.5] Flan's Mod
    First of all: English, even bad English, is what is used here to communicate.
    Secondly: You definitely are NOT allowed to post OTHER PEOPLES' mods behind your own AdFly links.
    Thirdly: I'm not clicking those links, but imma guess you're distributing the minecraft.jar file too. That's flat-out illegal.
    Fourthly: nope.avi
    Posted in: Minecraft Mods
  • View DRoseDARs's Profile

    1

    Feb 19, 2012
    DRoseDARs posted a message on [1.1] New Minecraft ADMIN Hack [1.1]
    Quote from Yerwawn723

    THATS NOT WHAT YO MOMO SAID




    I give it a 1.3/10 on the Troll Scale. Also, it's "momma" dipshit.
    Posted in: Minecraft Mods
  • View DRoseDARs's Profile

    7

    Feb 11, 2012
    DRoseDARs posted a message on no more cloud standing on? wtf is this notch
    Meth is a hell of a drug.
    Posted in: Survival Mode
  • View DRoseDARs's Profile

    1

    Jan 4, 2012
    DRoseDARs posted a message on Is anyone awake?
    Go to the bottom of any forum and you'll see who's browsing nearby, rather than just in an individual thread like this one for example. Consider too that as far as the English-speaking world (does MCF have non-English language forums?) right now it's late night in the US, early morning in the EU, and early evening in Oz but less populated than either.
    Posted in: General Off Topic
  • View DRoseDARs's Profile

    1

    Nov 18, 2011
    DRoseDARs posted a message on Minecraft 1.0.0 ! download here! VIDEO!!!
    Why would we download a virus-laden illegally-distributed file when we could just force update from within the Minecraft launcher?
    Posted in: Survival Mode
  • To post a comment, please login.
  • 1
  • 2
  • Next
  • View Jong89's Profile

    21

    Feb 7, 2012
    Jong89 posted a message on [1.1] Constrained World Generation - Maps2Minecraft [v0.3][BUKKIT]
    VERSION 0.3

    Hi guys,

    In brief, this is a little mod that can turn this


    (tiny 20x24 image of the British Isles with test biomes)

    into a monster 10000 x 12000 map (seed: Test World)



    I explored this map with the help of mcexplore.py

    Full size version : [link]

    More Screenshots


    1:64 pixel to block ratio


    [Full version]

    Source map:
    HOW IT WORKS

    Essentially, I managed to find the place where the minecraft worldgen decides what biome each area should be, and insert some extra code that gets it to read it from a file instead. I have no idea why it is so seamless.

    The approximate default scaling factor is 1 map pixel to 256 minecraft tiles, but the world generation is quite noisy, so it doesn't quite match up exactly to the image supplied, depending on your seed.

    Still, I feel I have achieved my goal of finally making it possible to create and play on 1:1 scale maps of the world.

    All of the usual minecraft land features will be generated as per normal, including resources, mobs, villages, rivers, and the correct temperature and weather effects will be present as well.

    Map color codes



    forest, ocean
    tundra, ice mountains
    frozen ocean, taiga
    swampland, mountains
    desert, mycelium
    plains, ocean

    The colors are required to be EXACT. Therefore, no anti-aliasing, no feathering, no interpolation when scaling and certainly no photos/regular images. It won't crash, but you'll get a nice tundra world.

    The EXACT RGB values:
    		oceancolor       :  (4,0,255)
    		plainscolor      :  (6,255,0)
    		desertcolor      :  (252,255,0)
    		hillscolor       :  (146,157,142
    		forestcolor      :  (32,121,5)
    		taigacolor       :  (15,213,159)
    		swampcolor       :  (14,61,0)
    		mushroomcolor    :  (240,0,255)
    		iceoceancolor    :  (149,191,231)
    		iceplainscolor   :  (207,255,219)
    		icemountaincolor :  (237,232,255)

    [Example of a proper map]

    ANY SIZE MAP IS PERMITTED, but I have no idea what will happen if you try to use a really big one.

    The top left pixel of the image will correspond to the world origin. The calculations are such that the maps are infinite. The entire world will consist of various procedurally generated versions of your map repeated ad infinitum. However, the worlds will be mirror worlds depending on which quadrant of the world you are in. You can kind of see this in the full size map above.



    It's worth repeating that these mirror worlds are all normally generated as well and are thus unique!!!!

    The area where the maps are the right side up is the area with the positive x and z coordinates (when you press F3). This is useful when looking for land formations. You can also multiply 256 by the pixel coordinates from the top left of the image to figure out where you need to go to look for stuff.

    CONFIGURATION HELP

    The mod includes a .properties file to help you to set some options. Open it using any text editor.

    ZOOM
    This sets the scaling factor for the world generation. Minecraft defaults to 4 (1:256). The minimum is 2 (1:64). The maximum is 127, but it isn't recommended to try it.

    RIVER_ZOOM
    This set the reduction in the number of rivers. Use this when using lower than default zoom factors.

    Warning: Using high zoom numbers will probably slow your world generation down.

    OFFSETS
    Use this to offset the center of the worlds. This diagram illustrates what I mean.



    Use negative numbers to bring the correct orientation world closer to the spawn point. The numbers are in pixels. You can use much bigger numbers to move to one of the higher iteration repeat worlds.

    ISLANDS

    Minecraft generates random islands in the ocean. Use FALSE if you hate it and use TRUE if you love it.
    DOWNLOAD

    Download the mod files:

    [SP Files]
    [SMP Files]
    [Bukkit Plugin] (Craftbukkit only. The Bukkit port doesn't implement island removal, also there aren't any safety features to prevent it from messing with existing worlds at the moment. The map.png and the properties file is inside the plugin.jar)

    Edit the mapsconfig.properties options.

    Put it into the minecraft.jar, along with a properly formatted map image that is named "map.png" (similar to how the terrain.png is inside the .jar)

    Delete the META-INF folder

    CAUTION!!!!

    THIS WILL AFFECT MAP GENERATION IN EXISTING WORLDS.

    Changing the map image and generating on existing worlds will also have predictably bad results.

    COMPATIBILITY

    This mod is not compatible with any mod that adds new biomes.

    Acknowledgments

    This mod was made using MCP.

    Changelog

    v0.3
    -Made the generation configurable with a .properties file. The proliferation of versions becomes redundant.
    -Added a Bukkit port (no_islands doesn't work)

    v0.2
    -Fixed the problem of large water bodies appearing randomly
    -Added a no islands version
    -Added a 1:64 pixel to blocks version
    -Fixed overabundance of rivers in 1:64 version

    v0.1
    -Release

    THE INFINITE REGRESS

    Suppose you had an image, then you use it to generate a minecraft world, then you use cartograph to generate a new image, and then you use it to generate another minecraft world, then ........

    "It's turtles all the way down!!!"
    Posted in: Minecraft Mods
  • View Mikalosa's Profile

    2

    Nov 19, 2011
    Mikalosa posted a message on Single Player Commands [V4.9] - Official Download [SPC] [+NoClip]
    GOOD GOD YOU PEOPLE ARE IMPATIENT.

    Yes he is making a damn 1.0 version, he would have told us if he was not.

    IT WILL COME OUT WHEN IT DOES.

    God. spamming his topic with "MAKE US THE MOD WORK AGAIN!" is not going to change anything, and if i was him i would do it slower just to spite you ungrateful people.
    Posted in: Minecraft Mods
  • View Elduin's Profile

    14

    Jul 15, 2011
    Elduin posted a message on (1.7.3) InfiniteBiomes - Very large biomes!
    Notice: The SMP version of this mod is now out! Install instructions for SSP and SMP will be below. Currently, the only SMP size is 160, but I'll try to get more in the future.

    Update: MunyMuny200 has made a batch file that installs all sizes, so you can have it all in one file and no longer have to install it manually! Huge thanks to him (or her)! Thanks for all your support guys! Download link below.

    Hello!

    On my last mod, the TinyBiomes mod, many responded saying they wanted an "infinite biomes" mod. So, I've made it! It totally makes the biome sizes ALOT bigger, so I guess it's technically not "Infinite Biomes". There're multiple biome size download links, so choose whichever one you would like to use

    Important Notice: This mod doesn't use Risugami's ModLoader. I don't know if I can make a ModLoader version, but in the future I'll try!

    The average Minecraft biomes size is 1.5, but this mod makes it 9,000.0. Biomes stretch as far as the eye can see.

    Examples:
    Forest:

    Shrubland:

    Desert:

    Taiga:

    Savannah:

    Also, huge thanks goes to IanMikeCheck28 for making this wonderful videos of this mod. Thanks so much for your support guys.


    Installation instructions:
    SSP:
    1) Download the size of your choice. Open it, and there should be a file called ug.class. 
    2) Open  the .minecraft folder. (Goto start --> Type Run --> Type %appdata% --> Goto .minecraft)
    2) Navigate to the "bin" folder and open minecraft.jar with any external zip program, such as WinRar or WinZip
    3) Drag and drop ug.class into minecraft.jar, overwriting the existing one.
    4) Delete the folder called "Meta-Inf".
    5) Profit.

    SMP:
    1) Download the SMP version.
    2) Open up Minecraft_Server.exe or minecraft_server.jar with WinRar of WinZip or 7-Zip.
    3) Drag in the file is in the SMP download into the minecraft server exe or jar.
    4) Restart the server (if it hasn't been run yet, than run it).
    5) Bon apetit.


    Download:
    - Huge Biomes: (2580) Click me!
    - Fairly big Biomes: (1280) Click me!
    - Pretty big Biomes (640) Click me!
    - Bigger Biomes: (320) Click me!
    - Medium Biomes: (160) Click me!
    - Half small, half medium Biomes: (80) Click me!
    - Small Biomes: (40) Click me!
    - Fiarly small Biomes: (20) Click me!
    - Really small Biomes: (10) Click me!
    - Micro Biomes: (5) Click me!
    SMP version is also available here.

    Also, the installer is available for download here. Thanks, MunyMuny200!

    Hope you like it! Please show your support by downloading and leaving a reply!
    Posted in: Minecraft Mods
  • To post a comment, please login.

Social Media

Services

Sign In

Help

Advertise

Resources

Terms of Service

Privacy Policy

Our Communities

  • MMO-Champion
  • HearthPwn
  • Minecraft Forum
  • Overframe
  • MTG Salvation
  • DiabloFans

MOBAFire Network

  • MOBAFire.com
  • Leaguespy.gg
  • CounterStats.net
  • Teamfight Tactics
  • WildRiftFire.com
  • RuneterraFire.com
  • SMITEFire.com
  • DOTAFire.com
  • ArtifactFire.com
  • HeroesFire.com
  • VaingloryFire.com
  • MMORPG.com

© 2023 Magic Find, Inc. All rights reserved.

Mobile View