Surfpup
Last activity:
May 20, 2013
Joined:
Aug 14, 2011
Messages:
1,221
Likes Received:
712
Trophy Points:
1,140
Birthday:
Jan 9, 1990 (Age: 23)

Share This Page

Surfpup

World Feeder, 23

Surfpup was last seen:
May 20, 2013
    1. iRaven
      Can you help me what im making bad i done all - brick and brick wall files and obj weighs only 1kb and in game failed to load #tconfig
    2. strelokhalfer
      Can fill in for other file sharing
    3. strelokhalfer
      1. Soul Eater
        Soul Eater
        You do realise, hes not a game dev. He only makes a mod....
        Feb 7, 2012
      2. strelokhalfer
        strelokhalfer
        The developer added Russian localization files ONLY.
        Feb 8, 2012
    4. Soul Eater
      Hello surfpup, i have an urgent question i need you to awnser.
    5. ibowser123
      Wondering what in the world that avatar is... I'll go with the elephant pistol from the conduit. (seriously it looks like that, although the eyes are off a bit :P)

      http://conduit.wikia.com/wiki/Warp_Pistol (the eyes are on the back)
      (this thing even tries to bite you if you touch it aside from reloading...

      Y am I telling you all this again...
      1. Surfpup
        Surfpup
        The avatar is a drawing I created years ago. It's not supposed to be from any particular thing, it just came from my doodling.
        Jan 31, 2012
    6. pikafan8
      Hey Surfpup, When is TConfig going to be updated to 1.1.2?
      I want a bunny and a sword that freezes people :P
    7. Cowman
      Bro , can you make a tutorial how to use the mod builder? I'm already at the end in the cmd/console ! How i come to edit items/mobs and so on?
      Greetings !
    8. RestartGame
      I have some peculiar issues with servers. Posted details on your thread!
      Check it out! I don't know how to handle this... It should be all right but it isnt!
    9. Tthing
      You make the best mod tool in terraria ...
      AND YOUR STILL ACTIVE....
      -_-
      1. Soul Eater
        Soul Eater
        Someone like him once.
        Jan 31, 2012
    10. Smolder
      Hey, I updated tConfig with the download from the thread(I still don't get why BB code doesn't work on the walls...)downloaded the installer, and when I try to run it, it says that I don't the terraria backup .exe in my steam folder, when I have it installed on Steam, and i do have TerrariaOriginalBackup.exe in my terraria folder. Is it a problem on my side?
      1. View previous comments...
      2. Smolder
        Smolder
        I tried it with the installer in the My Games/Terraria folder, the Steam terraria folder, and the Program Files/Terraria folder, none worked.
        Dec 28, 2011
      3. Surfpup
        Surfpup
        When it gives you the error, it should give you the full path that it is looking at. What is the file path that it gives you?
        Dec 28, 2011
      4. Smolder
        Smolder
        It gives me the steam file path(steam,steamapps,common,terraria),I've tried to put it in the steam folder but it doesn't work, should I reinstall?
        Dec 28, 2011
    11. Mehmet
      Hey there. Is it possible to edit in-game texts by tConfig? Something like translation, maybe?
      If yes, can you write/make a tutorial? Thanks in advance.
      1. View previous comments...
      2. Surfpup
        Surfpup
        Currently I have a very simple set up as far as reading a text file with translations goes. You have a file like "Spanish.txt" - in it the first line would be some English text that appears in the game, and then the second line is the Spanish version of that line. When the game goes to display the text, it looks up the English version in the text file, and uses the line after that.
        Dec 13, 2011
      3. Surfpup
        Surfpup
        One of the problems here is that someone has to put in the English lines of text by hand, or by copying them from Terraria's code, but it isn't difficult to do, just tedious.

        I may end up working on this some more next week.
        Dec 13, 2011
      4. Mehmet
        Mehmet
        Great! Thanks for the details.
        Dec 13, 2011
    12. 12yz12ab
      Can you please make a tutorial on how to make a tile in Tconfig? Graphics too.
      1. View previous comments...
      2. Surfpup
        Surfpup
        I assume you're talking about the images for tiles like stone and ores? I'm not entirely familiar with it, but I think you can figure it out by looking at them. What is it you're trying to do? Bear in mind, I'm not much of a sprite artist.
        Nov 28, 2011
      3. 12yz12ab
        12yz12ab
        Trying to figure out how to sprite tiles. It is confusing. And yes, I am talking about the tiles like stone and ores.
        Nov 29, 2011
      4. 12yz12ab
        12yz12ab
        Another example can also be= When the block has a block to the right of it, this graphic shows
        Nov 29, 2011
    13. Alejandro Soto
      Hey can you give me a link to your mod that doesnt have a virus attached to it? thanks you :)
    14. Bullseye55
      The grand creator of Terraria Configurations! A proud, wise, and smart individual.
      1. zVENOMz likes this.
    15. Pop000100
      i would like to see work done with drops eg accessory that increase drops and drops support decimals i really love this!
      and is there a method for npc on death if not you should make one
    16. thegamekid1996
      hey, could you help me with something in your mod? add me on skype if you have the time :D (brent19923)
    17. Puppetmaster
      Did you have your status removed by request?
      1. View previous comments...
      2. Puppetmaster
        Puppetmaster
        No, at the top of your profile, write your status.
        Sep 27, 2011
      3. Surfpup
        Surfpup
        Yes, but my point is, it's like Twitter. I don't have any desire to use it :P.
        Sep 27, 2011
      4. Puppetmaster
        Sep 27, 2011
    18. Bobrocket
      Hi there! About your config mod -
      I saw that part of it was in LUA before. Could I please see the lua source code? I am a very good lua coder and would love to see it.

      Thanks!
      1. Surfpup
        Surfpup
        I was using something called LuaInterface to execute the scripts - see here: http://luaforge.net/projects/luainterface/

        I stopped using it because I was having some issues with it throwing weird exceptions, but it probably had to do with me trying to pass a complex object, like the Player, to a Lua function.
        Aug 25, 2011
      2. Bobrocket
        Bobrocket
        I meant see the coding of the mod that was using lua - I could proberbly fix the lua bugs anyway..
        Aug 25, 2011
      3. Surfpup
        Surfpup
        I don't have the code with me right now, but it looks something like this:

        Lua myLua = new Lua();
        myLua.DoFile("filename.lua"); //Loads the functions in the file

        Then to execute it, you do:
        LuaFunction func = myLua.GetFunction("FindFrame");
        func.Call(parametershere);
        Aug 25, 2011
  • Loading...
  • Loading...
  • About

    Birthday:
    Jan 9, 1990 (Age: 23)
  • Loading...