jacob1
jacob1
187 / 28
29th Sep 2012
16th Mar 2014
Post any bugs you find here. But there aren't as many bugs that are really bugs and I don't already know about than when this first started, so also use this as a general conversation save, or to ask / tell me anything. #1 most commented save in tpt!
problems jacob1 bugreport glitch fix 960847 tptpp bugs tptplusplus glitches

Comments

  • jacob1
    jacob1
    1st October
    Beryllium: yes, we can see that. Although we don't always go looking unless we think there's a problem.
  • Beryllium
    Beryllium
    1st October
    kind of a weird question but are you able to tell when a user is an alt account of another user?
  • 0x7
    0x7
    27th September
    AGAIN: someone acctually said this to me "<Leaf1> you are fking disgusting", it was Leaf1 and Leaf1 did that cuz I play roblox.
  • jacob1
    jacob1
    16th September
    0x7: I checked and I don't think it was meant to be an insult nor to hurt your feelings. It was just a silly joke about erasing the body v5.
  • 0x7
    0x7
    16th September
    The person was: NoenD_io
  • 0x7
    0x7
    16th September
    Jacob1: I was in TPTMP and someone called me Body V5, while I was destroying it, they made me feel like I was destroying myself, and that hurt my feelings, so what can I do?
  • jacob1
    jacob1
    7th September
    There is also a tpt.all script on script manager that can do it simpler, but I don't know the syntax (although it's pretty simple)
  • jacob1
    jacob1
    7th September
    You have to use Lua for that. Something like for i in sim.parts() do if tpt.parts[i].type == elem.DEFAULT_PT_PIPE and tpt.parts[i].ctype == elem.DEFAULT_PT_WATR then tpt.parts[i].ctype = 0 end end
  • 0x7
    0x7
    7th September
    jacob1: how do I clear all water in pipe?
  • jacob1
    jacob1
    5th September
    0000000: Yeah because TPT sees that as PIPE, not as WATR. The water doesn't actually exist, there's just some data inside the PIPE saying that it should eventually be water, but it isn't.