jacob1
jacob1
189 / 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!
jacob1 problems bugreport glitch fix 960847 tptpp glitches bugs tptplusplus

Comments

  • jacob1
    jacob1
    13th Apr 2016
    They asked for 3D, they got 3D. :D
  • explosivepowder
    explosivepowder
    12th Apr 2016
    The simulation isn't 3-D i dont think.
  • PortalPlayer
    PortalPlayer
    12th Apr 2016
    Honestly though, you've made it 3d, players should be SWARMING in with the introduction of their most wanted feature!
  • explosivepowder
    explosivepowder
    11th Apr 2016
    By 2.0 i mean that very first version number change to a 2 ;3 ;p (also those emojis have taken over my life)
  • explosivepowder
    explosivepowder
    11th Apr 2016
    Hehe, I will still come online every once in a while. My tip is: Make tpt 2.0, that should reinvigorate alot of the good players XD
  • PortalPlayer
    PortalPlayer
    10th Apr 2016
    jacob1: thanks, I'll try that later.
  • jacob1
    jacob1
    9th Apr 2016
    the_new_powder99999: it seems to save it in intervals of 1/16, up to a maximum of between -16 and 16 velocity. That is pretty small .... vTemp = (int)(particles[i].vx*16.0f+127.5f);if (vTemp<0) vTemp=0;if (vTemp>255) vTemp=255;
  • the_new_powder99999
    the_new_powder99999
    9th Apr 2016
    Btw, is velocity rounded when the game is saved? If so, how is it rounded?
  • Security-Drone
    Security-Drone
    8th Apr 2016
    PortalPlayer: Same here aswell.
  • jacob1
    jacob1
    8th Apr 2016
    the_new_powder99999: I see now. That isn't a bug. It is interesting though ... Anyway, you are seeing the new PSTN feature where if you increase the .temp, you can make it push farther. This was added as an alternative to stacking PSTN. PSTN now defaults to .temp of 10C, but since you are creating it from CRAY it has a higher .temp on spawn. I think decreasing the CRAY temp should fix it.