Page 1 of 2 12 LastLast
Results 1 to 15 of 30
  1. #1
    MrBlueSL's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Illinois
    Posts
    56
    Reputation
    10
    Thanks
    51
    My Mood
    Happy

    Post [Release] Terraria 1.2.0.2!

    Finally, here it is, and hopefully it's staying this time!

    Terraria 1.2.0.2 Source Code!

    README.txt contents:

    -----------------------------------------------------------------------------------------

    - Terraria 1.2.0.2 Source -

    Original source code decompiled by OblivionGun
    Errors, and exceptions fixed by MrBlueSL
    Special thanks to leleweh for solving the Music/Sound/Parallax Decrease, but cannot increase bug!


    If your reason of downloading this is to mod, then by all means go ahead, but I do not condone the illegal use of copyrighted material.
    Please only continue to use this if you have purchased Terraria.. (Re-Logic is great, help em out)
    I am not including these items for such copyright reasons:

    Steam_api.dll
    Content Folder (Sounds, images, textures, ex..)

    To run the source, you must get the Content folder and .dll from your common files on steam.

    (Dir:\Steam\steamapps\common\Terraria\)

    and copy them to:

    ExtractedPath:\Tsrc 1.2.0.2\bin\x86\Debug\
    (The directory may be blank there, but that's okay, you just have not run the source yet.

    Thanks for your patience in this release, if you have any concerns or bug reports, you can email me:
    ***********@*****.com


    Thanks again for your patience!

    Happy modding!

    - MrBlueSL

    -----------------------------------------------------------------------------------------


    Virus Scans:

    Metascan
    https://www.metascan-online.com/en/s...ee493649fbc65e

    Jotti's Malware Scan
    Tsrc 1.2.0.2.rar - Jotti's malware scan

    Have fun everyone!


    (TIP)
    You will need to have WinRAR installed to unpack the archive.

    <b>Downloadable Files</b> Downloadable Files
    Last edited by MrBlueSL; 10-07-2013 at 02:36 AM. Reason: Corrective Links

  2. The Following 7 Users Say Thank You to MrBlueSL For This Useful Post:

    256325 (06-16-2014),as87978862 (10-28-2013),Bman_ (10-16-2013),GMR (01-02-2014),IAmWolfie (11-30-2013),jacobv93 (10-15-2013),roachman6k3 (11-28-2013)

  3. #2
    Teleporter's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    65
    Thank you very very much. I am waiting for link be available. I think you should add the account webmoney for donations!

  4. #3
    Hotpucko's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    My Mood
    Lonely
    Waiting for the link to be approved, I have been trying so hard for so long to decompile the source with little to no success, thanks so much for the download!

  5. #4
    tornskippito's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    great job! I spent several hours trying to get a non-empty SetDefaults(int type, whatever it was) method.

  6. #5
    nivlac's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    216
    Heh, I wish this was out yesterday and not a deleted thread.

  7. #6
    qabriel's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    1
    Thank you! By the way, there are no glitches or bugs right? I mean different bugs & glitches from original.

  8. #7
    MrBlueSL's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Illinois
    Posts
    56
    Reputation
    10
    Thanks
    51
    My Mood
    Happy
    Quote Originally Posted by qabriel View Post
    Thank you! By the way, there are no glitches or bugs right? I mean different bugs & glitches from original.
    Not that I know of. If you do find any, do not hesitate to Private Message me, or email me.

  9. #8
    MrBlueSL's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Illinois
    Posts
    56
    Reputation
    10
    Thanks
    51
    My Mood
    Happy
    Quote Originally Posted by nivlac View Post
    Heh, I wish this was out yesterday and not a deleted thread.
    Sorry about that. I guess it wasn't too bad, I found some bugs I missed and resolved them.

  10. #9
    PixelToast's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    thanks verry much, i was fixing the decompilation errors for hours and then gave up
    havent found any bugs/crashes in it

  11. #10
    MrBlueSL's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Illinois
    Posts
    56
    Reputation
    10
    Thanks
    51
    My Mood
    Happy
    Quote Originally Posted by PixelToast View Post
    thanks verry much, i was fixing the decompilation errors for hours and then gave up
    havent found any bugs/crashes in it
    Well I've been working with my client and for some reason the game doesn't seem to want to save my characters inventory...
    It reverts it back to starting items. It may be because of item's I've added, but who knows. I'll have to look into it.

    Anyone else getting that problem?

  12. #11
    nivlac's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    216
    Quote Originally Posted by MrBlueSL View Post
    Well I've been working with my client and for some reason the game doesn't seem to want to save my characters inventory...
    It reverts it back to starting items. It may be because of item's I've added, but who knows. I'll have to look into it.

    Anyone else getting that problem?
    I haven't touched your source, but I'll look at it tomorrow after school, but the source I have doesn't do that, but I haven't added items.

  13. #12
    MrBlueSL's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Illinois
    Posts
    56
    Reputation
    10
    Thanks
    51
    My Mood
    Happy
    Quote Originally Posted by nivlac View Post
    I haven't touched your source, but I'll look at it tomorrow after school, but the source I have doesn't do that, but I haven't added items.
    I figured it out. There was a line of code in Item.cs:Line 3733 that I forgot the change the maxItemTypes value in. Saying pretty much that if I have any items that go over 1615 type, to remove them and set my inventory to default.

    Code:
    if (ItemName != "")
    {
    	for (int i = 0; i < 1617; i++) //1615
    	{
    		if (Main.itemName[i] == ItemName)
    		{
    			this.SetDefaults(i, false);
    			this.checkMat();
    			return;
    		}
    	}
    		this.name = "";
    		this.stack = 0;
    		this.type = 0;
    }

  14. #13
    nivlac's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    216
    Quote Originally Posted by MrBlueSL View Post
    I figured it out. There was a line of code in Item.cs:Line 3733 that I forgot the change the maxItemTypes value in. Saying pretty much that if I have any items that go over 1615 type, to remove them and set my inventory to default.

    Code:
    if (ItemName != "")
    {
    	for (int i = 0; i < 1617; i++) //1615
    	{
    		if (Main.itemName[i] == ItemName)
    		{
    			this.SetDefaults(i, false);
    			this.checkMat();
    			return;
    		}
    	}
    		this.name = "";
    		this.stack = 0;
    		this.type = 0;
    }
    Heh, that's funny. I guess it's good to know if I add any items. Also, would you know sharer to make a fullbright? I can't figure how I could do a fullbright.

  15. #14
    WolfGangS's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by nivlac View Post
    Heh, that's funny. I guess it's good to know if I add any items. Also, would you know sharer to make a fullbright? I can't figure how I could do a fullbright.
    I can do this. Whats your steam?

  16. #15
    noobster29's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    228
    Reputation
    10
    Thanks
    1,533
    My Mood
    Amazed
    Thanks been trying to decompile since release and just started on my client

    I've added few things, if anyone knows how to do fullbright could you message me.

    .give
    .reach.
    .invasion
    .spawn (npc/mobs)
    .teleport
    .craft (all Recipes craft without requested items)
    .giveall
    .debug
    .god
    .noclip




Page 1 of 2 12 LastLast

Similar Threads

  1. Terraria Singleplayer (Download)
    By flameswor10 in forum General
    Replies: 42
    Last Post: 12-08-2012, 07:28 PM
  2. Terraria
    By aznd1t002 in forum General
    Replies: 23
    Last Post: 05-21-2011, 12:23 AM
  3. terraria
    By Emma Watson in forum Flaming & Rage
    Replies: 3
    Last Post: 05-18-2011, 04:56 PM
  4. My Rs Acc for Xbox Live card,Terraria Gift Code or Minecraft Gift Code
    By buzzastral1993 in forum Selling Accounts/Keys/Items
    Replies: 9
    Last Post: 05-18-2011, 02:00 PM
  5. Terraria!
    By N22 in forum Suggestions, Requests & General Help
    Replies: 0
    Last Post: 05-15-2011, 03:17 PM