Help Sign In/Register

Minecraft Forums

Advanced Search
  • News
  • Rules
  • Forum
  • Chat
  • Mods
  • Maps
  • Resource Packs
  • Minecraft Station
  • Minecraft Server Hosting
Desktop View
  • Home
  • Member List
  • Basic's Profile
  • Send Private Message
  • View Basic's Profile
  • Basic
  • Retired Staff
  • Member for 11 years, 4 months, and 22 days
    Last active Tue, Oct, 30 2018 12:58:41
  • 0 Followers
  • 1,188 Total Posts
  • 177 Thanks
  • Member
  • Posts
  • Threads
  • Reputation
  • Comments
  • Received
  • Given
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 11
  • Next
  • View Basic's Profile

    2

    Jan 30, 2018
    Basic posted a message on Catching up with other Staff

    Hello!


    It has been almost 6 years since I retired, so many good memories from that time and some names that I recognize here. Since then I've studied at a university in northern Sweden, changed course from architecture to computer schience and am now months away from finishing my studies and days away from landing a well paying job as a system developer (we just have to talk about how I'll finish my studies on the side of it and how much I'll earn).

    Posted in: Off topic, testing and misc. chat
  • View Basic's Profile

    3

    May 8, 2014
    Basic posted a message on Staff Show your picture!
    First, me being drunk wearing a self sewn cape à la Game of Thrones.


    Second, opposite. Meaning sober and wearing actual clothes.


    Also, I'm back to say hello! So hi everyone! C:
    Posted in: Off topic, testing and misc. chat
  • View Basic's Profile

    1

    Aug 19, 2012
    Basic posted a message on Staff Quotes
    [20:58] <The_Pastmaster> Moby: KK in Swedish means **** buddies. :3
    [20:58] <Moby> DANI KK PLS
    Posted in: Off topic, testing and misc. chat
  • View Basic's Profile

    6

    Aug 13, 2012
    Basic posted a message on Staff Quotes
    [01:21] <Baggerboot> Beltir: What's wrong with your ass? You keep talking about it all the time
    [01:21] <Beltir|Gone> Had surgery, still have a large hole

    hohoho
    Posted in: Off topic, testing and misc. chat
  • View Basic's Profile

    1

    Aug 11, 2012
    Basic posted a message on minecon 2012
    Talked about Minecon with my dad, and he said that Disneyland got conference halls and stuff outside of the park, so I don't think Minecon tickets will include entrance to Disneyland.
    Posted in: Off topic, testing and misc. chat
  • View Basic's Profile

    1

    Aug 8, 2012
    Basic posted a message on Official Chat Thread XI - COSA Edition
    Quote from Vividkinz

    And then the people who clutter up the "Applying to be a Moderator" thread will take your roles.

    Clearly nothing can go wrong.

    Exactly! Greats minds think alike.
    Posted in: General Off Topic
  • View Basic's Profile

    1

    Aug 7, 2012
    Basic posted a message on New Mods
    Welcome TheWhiteWolves! :D
    Posted in: Administrators & Moderators
  • View Basic's Profile

    1

    Aug 2, 2012
    Basic posted a message on minecon 2012
    Quote from Mobyguy77

    Pricing link? Or are you just Mr. Moneybags?

    Or I'm good at finding cheap enough options?
    Posted in: Off topic, testing and misc. chat
  • View Basic's Profile

    6

    Jul 14, 2012
    Basic posted a message on Staff Show your picture!


    I'll stare with you Piratebay :3
    Posted in: Off topic, testing and misc. chat
  • View Basic's Profile

    1

    Jul 8, 2012
    Basic posted a message on Post yer Damn PSN
    I forgot mine as I never use it! \o/
    Posted in: Off topic, testing and misc. chat
  • To post a comment, please login.
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 11
  • Next
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 7
  • Next
  • View CyborgDragon's Profile

    210

    Dec 21, 2010
    CyborgDragon posted a message on [TOOL] Cyborg's Tools - MCNostalgia 1.0.4
    See here for MCNostalgia 2.0, sonicrules1234 is taking over for now, perhaps indefinitely. I'm tired of Minecraft, and will see you all again in a few months when I grow bored due to the lack of new games. Thank you, all.

    I am not responsible for any damage you do to your computer using these tools. If you don't trust them, you can look through their code yourself, just open them up in a text editor.

    Cyborg, how can I best contact you?
    On Esper.net IRC, in the channel #risucraft

    MCNostalgia v1.0.4
    2.0 is a complete rewrite being co-produced with sonicrules1234
    MCNostalgia is a tool that takes binary difference patches and applies them to the latest version of Minecraft, essentially reverting it to an older version, without ever distributing any .jar files illegally. Binary difference patches are made by taking the differences between two files, one is the source/old file (in this case the latest version of Minecraft), the other is the output/new file (in this case an older version of Minecraft). To patch the files, MCNostalgia requires Minecraft to be unmodified, that means no imported textures even.

    Installation - Heads up, this is really really simple, for both Windows users and Mac users, got it?
    Windows Users
    1. Download the 'Windows' version of MCNostalgia and the patches. If you really want to use the python form instead, download the 'Other' version and make sure you have python installed.
    2. Extract the archive to any folder.
    3. Run MCNostalgia, it should enter Configurator mode.
    4. Choose which options you would like enabled, if you want it to work with different directories than the default ones, you will have to modify the config yourself. It is recommended that you leave errors and logging enabled. Close MCNostalgia and run it again.
    Mac Users
    1. Install Python 2.7.X (NOT 3.X.X) if you don't have it already.
    2. Download the 'Other' version of MCNostalgia and the patches.
    3. Extract the archive to any folder.
    4. Run MCNostalgia, if it doesn't run from a double click, try running it via terminal or a shell script with the command "python MCNostalgia.py", it should enter Configurator mode.
    5. Choose which options you would like enabled, if you want it to work with different directories than the default ones, you will have to modify the config yourself. It is recommended that you leave errors and logging enabled. Close MCNostalgia and run it again.
    Linux Users
    1. Install Python 2.7.X (NOT 3.X.X) if you don't have it already.
    2. Install bspatch if you don't have it already, using "sudo apt-get install bsdiff" (or something similar, it differs between flavors)
    3. Download the 'Other' version of MCNostalgia and the patches.
    4. Extract the archive to any folder.
    5. Run MCNostalgia, if it doesn't run from a double click, try running it via terminal or a shell script with the command "python MCNostalgia.py", it should enter Configurator mode.
    6. Choose which options you would like enabled, if you want it to work with different directories than the default ones, you will have to modify the config yourself. It is recommended that you leave errors and logging enabled. Close MCNostalgia and run it again.
    Other Users
    MCNostalgia also hopefully supports SunOS/Solaris and other Unix systems, to match Minecraft. However, I am in no way positive if python or bspatch supports your OS, nor if this tool will even work. It probably will, so long as python does, but I'm not sure. For the most part, it should follow the Linux instructions.

    Usage
    Patching - Since so many people are having brainfarts, this is what you use to go back to previous versions.
    1. Choose a version in the patches and copy all the ptch files as well as the checksum file into the bin folder where you extracted MCNostalgia to. The files, not the folders.
    2. Run MCNostalgia
    3. Choose Patcher
    4. Play Minecraft!
    UnPatching
    1. Run MCNostalgia
    2. Choose UnPatcher
    3. Play Minecraft!
    Changing Verbosity Settings
    1. Run MCNostalgia
    2. Choose Configurator, this will run the Configurator again for you to configure the settings again.
    Custom Setup
    So you want to have this tool, for example, patch minecraft that's not in your application data? Well, crack open MCNostalgia.ini and let's take a peek.
    appdata = blahblahblah - This line points to where minecraft.jar, lwjgl.jar, lwjgl_util.jar, and jinput.jar are
    bin = blahblahbla
    h - This line points to where the backup and logs will be saved, and where the .ptch files should be
    As a reminder, I am not responsible for anything you break by altering these settings.

    History
    1.0.4 26/09/2011 - Fixed issue with people using single quotation marks in folder names.
    1.0.3, 19/09/2011 - Added line telling people where to put their patch files if MCN can't find them. Added versions to checksums. Added timestamps to logs. Individual patches are now zipped individually, so you no longer have to download five files for one version. Logs are now saved constantly, instead of when program is closed (because that didn't always work).
    1.0.2, 29/05/2011 - Now catches all errors, rather than just where they were likely. Errors should now print line number as well. Fixed issues with macs. If the back up already exists, it will try to back up again anyways, to ensure it has the files to patch. MCNostalgia will now close after running the Configurator; this is to prevent the issue where the other options stop working after the Configurator is run.
    1.0.1, 29/05/2011 - Improved OS detection. Checksum file is now read when you start patching instead of only when you start up MCNostalgia, so you can hot swap the patches and checksum file while MCNostalgia is running. MCNostalgia no longer quits upon starting if there is no checksum file in the bin folder. Included msvcr90.dll for those of you who don't have it.
    1.0, 28/05/2011 - Partial rewrite. Fixed issues with macs and linux(hopefully). Added checksums. Got rid of alerts as they were only used in two places. Added exe version for Windows so they don't have to get python. You will have to redownload patches for this version, as each set of patches now include a checksum file.
    0.7, 25/12/2010 - Minor fixes, patches are in a separate download now so that they may be updated without having to redownload the tool itself
    0.6, 24/12/2010 - Removed two debug prints, added checks for missing ini/ini options
    0.5, 24/12/2010 - Python implemented, more idiot proofing
    0.2, 22/12/2010 - First public release, minor improvements to batch scripts
    0.1, 21/12/2010 - Test release

    Credits
    CyborgDragon: Me, durr.
    okushama, ZeuX, amh7912, lahwran, GenuineSounds: Testing
    Notch: For making this game
    _303: For pushing CyborgDragon to port it to Python for multiplatform support (I'm lazy)
    InsanityBringer and lahwran: For getting InDev working!

    Currently Available Versions

    Creative 0.0.13a_03 - Not included, won't run
    Creative 0.30 - Not included, won't run
    SurvivalTest 0.30 - Not included, won't run
    InDev January/February? ?? 2010 - Not included, doesn't function, can't load/create worlds. Contains Rana and other MD3 mobs, but not MD3 versions of old mobs. Has title menu.
    InDev February 23 2010 - Has been patched by InsanityBringer, you can play it now!
    InfDev June 18 2010
    Alpha 1.0.4
    Alpha 1.0.5_01
    Alpha 1.0.11
    Alpha 1.0.14
    Alpha 1.0.15
    Alpha 1.0.16
    Alpha 1.0.17_02
    Alpha 1.0.17_04
    Alpha 1.1.0
    Alpha 1.1.2
    Alpha 1.1.2_01
    Alpha 1.2.0_01
    Alpha 1.2.0_02
    Alpha 1.2.1_01
    Alpha 1.2.2 - Left in debug key that spawns portals
    Alpha 1.2.2b - Debug key removed
    Alpha 1.2.3
    Alpha 1.2.3_01
    Alpha 1.2.3_02
    Alpha 1.2.3_04
    Alpha 1.2.4_01
    Alpha 1.2.5
    Alpha 1.2.6
    Beta 1.0
    Beta 1.0_01
    Beta 1.0.2
    Beta 1.1.wut - No font bug, fixed lag issues with leaf decay
    Beta 1.1.wut - Attempted fix
    Beta 1.1_01 - No font bug fixed
    Beta 1.1_02 - Fixed chest bug
    Beta 1.2 - Lots of new content
    Beta 1.2_01
    Beta 1.2_02
    Beta 1.3a - Beds, diodes added. Item spawn debug code present
    Beta 1.3b - Item spawn debug code removed
    Beta 1.3 PC Gamer Demo - 100 Minutes of play time.
    Beta 1.3_01
    Beta 1.4
    Beta 1.4_01
    Beta 1.5
    Beta 1.5_01
    Beta 1.6 - Huge mostly bugfix update.
    Beta 1.6.1 - Fixed duping bugs
    Beta 1.6.2 - Fixed another duping bug
    Beta 1.6.3 - Attempted CPU Fix
    Beta 1.6.4 - Attempted CPU Fix, again.
    Beta 1.6.5 - Several fixes
    Beta 1.6.6 - More fixes
    Beta 1.7 - 1.7 Release
    Beta 1.7_01
    Beta 1.7.2
    Beta 1.7.3
    Beta 1.8 Pre-release 1b - The leaked one
    Beta 1.8 Pre-release 2
    Beta 1.8
    Beta 1.9 Pre-release 1
    Beta 1.9 Pre-release 2
    Beta 1.9 Pre-release 3a - Debug keys left in
    Beta 1.9 Pre-release 3b - Debug keys removed
    Beta 1.9 Pre-release 4

    Downloads
    Do not post these links else where, as it can only end up hurting users and me alike. It can hurt users from lack of information, and it can hurt me from potential loss of profit. It also hurts users because I delete the old files and links every time I update MCNostalgia, and so the links, being placed elsewhere, become broken. Instead, link to this thread.

    By downloading, you agree that you have read this section(MCNostalgia), in its entirety, and that if you ask a question answered in this section, you are informed that I may ignore you.

    You need both MCNostalgia and the patch files.

    Adcraft - Show your support by using these downloads. Unlike adf.ly, these ads are harmless. Don't be afraid to check out any ads that interest you.
    MCNostalgia 1.0.4 - Windows
    MCNostalgia 1.0.4 - Other
    Beta 1.8.1 Patches - All
    Beta 1.8.1 Patches - Individual Downloads

    Non-Ad
    you meanie :sad.gif:
    MCNostalgia 1.0.4 - Windows
    MCNostalgia 1.0.4 - Other
    Beta 1.8.1 Patches - All

    Legality
    A lot of people question the legality of this. Well, it is not directly redistributing the minecraft jar files. It is the differences between the latest jar files and older versions. The difference("patch") files will not work without the files that need to be patched, in this case, the latest version of Minecraft. They will not work with anything else. Now, this clears it of one part of the forum rules, but not the illegality. Well, to clear that up, I've contacted Mojang multiple times, and they have been made aware of it at least twice, their response wasn't much, but I take it as a "do what you will." If they ask me to take it down in the future, I will.

    Video Tutorials
    Windows

    Mac

    Linux
    Currently looking for somebody to do a video tutorial of using it on linux, from installing bspatch to running it. Both using terminal and not, preferably.
    Posted in: Minecraft Tools
  • View Hurricaaane's Profile

    682

    Jun 14, 2011
    Hurricaaane posted a message on MAtmos - Environmental sound atmosphere simulator

    MAtmos is a sound atmosphere generator for Minecraft. Whenever you play on any multiplayer server or in singleplayer, it looks at your surroundings and generates natural noises as a soundscape, such as birds chirpling in the forest, rumbling noises near a lava lake or wind gusts on a hilltop. This fills out the perpetual silence of Minecraft.



    Information/Download
    All information and download information has been moved here:

    MAtmos website

    — Download


    This mod is no longer officially updated, but there are unofficial builds available linked at the top of the Downloads section.

    Source code
    Hurricaaane/MC-Commons on GitHub
    Hurricaaane/MAtmos on GitHub


    License
    All mods are under WTFPLv2 unless noted otherwise. Redistribute/Modify at will.

    No need to ask permission for use of my mod in mod packs, I won't reply, the answer is yes you are allowed to, and I don't care where you use it



    •

    Posted in: Minecraft Mods
  • View citricsquid's Profile

    37

    Aug 15, 2012
    citricsquid posted a message on everyone rep this topic plx
    Everyone rep this post plz, I'm testing something.

    THANKS.

    [represent]
    Posted in: Administrators & Moderators
  • View The_Pastmaster's Profile

    3

    Aug 12, 2012
    The_Pastmaster posted a message on Staff Show your picture!
    Quote from XavierHorovitz

    Neat. Pictures!



    ^ Me a couple weeks ago.


    You look like Björn Gustavsson.
    Posted in: Off topic, testing and misc. chat
  • View Rogue's Profile

    18

    Aug 12, 2012
    Rogue posted a message on Staff Superheroes/Edits thread
    El Superjefe:

    Posted in: Off topic, testing and misc. chat
  • View citricsquid's Profile

    5

    Aug 7, 2012
    citricsquid posted a message on "Mark as spam"
    There is a new option (currently available only to administrators and moderators, not sectional moderators) to mark an individual post as spam. There is also the option to mark a post as "not spam".

    There is an automated process that checks every new post for spam, this process is currently not running, but we need to train the filter for when it is running.

    The idea is that when a post is marked as spam it will "train" the filter and similar posts in the future will be marked as spam. If you mark a post as not spam then it will teach the filter that the post is "okay".

    This is not a minecraftforum.net spam system, it's a global spam system. It is used on hundreds of thousands of websites/blogs/forums. It should be used to mark global spam, not minecraft forum spam. If spam would be spam on another website then you mark it as spam.

    Examples of spam:

    "Watch Olympics online"

    "Buy replica rolex watches today"

    "Credit cards with CCVs"

    "Cheap Viagra"

    Examples of (shitty posts) that aren't spam:

    "Bump"

    "Join my server"
    Posted in: Administrators & Moderators
  • View Alaya's Profile

    1

    Jul 9, 2012
    Alaya posted a message on training thread
    http://en.wikipedia.org/wiki/Amurca
    Posted in: Off topic, testing and misc. chat
  • View citricsquid's Profile

    5

    Jul 5, 2012
    citricsquid posted a message on Our rebellion.
    I HOPE YOU GUYS LEARNED TODAY WHY NOT ALLOWING BUMPS AND SPAM IS GOOD AND WHY BUMPS AND SPAM ARE BAD.

    MOD EDIT: User was warned for this post. Please keep your posts on topic!
    Posted in: General Off Topic
  • View Rogue's Profile

    3

    Jul 5, 2012
    Rogue posted a message on Our rebellion.
    This seems familiar...

    MOD EDIT: User was warned for this post. Please keep your posts on topic!
    Posted in: General Off Topic
  • View citricsquid's Profile

    11

    Jun 30, 2012
    citricsquid posted a message on Suggestions: Make reports anonymous
    Quote from Derpcakes

    I know for a fact that the moderator ( I will let him have anonymity. :3) to issue my last suspension did so out of personal reasons. I completely agree with the OP here that reports should be anonymous.

    I tried to tell an administrator but he defended the enraged moderator.

    But since moderators stick together I don't see this ever happening.


    I hate all the staff, any opportunity to fire someone is an opportunity I relish. If you have real evidence of a moderator or administrator being unfair (as in, using their position to abuse members) then I will absolutely deal with it. I do however suspect you don't, but if you do please PM it to me.
    Posted in: Forum Discussion & Info
  • To post a comment, please login.
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 7
  • Next

Social Media

Services

Sign In

Help

Advertise

Resources

Terms of Service

Privacy Policy

Our Communities

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

© 2021 MagicFind, Inc. All rights reserved.

Mobile View