edy131109
edy131109
145 / 2
3rd Nov 2023
1st Aug 2024
An operating system inside of tpt. Not complete, you can suggest features in the comments or tell me about bugs so i can fix them. Also use tpt.setfpscap(2) in console(~) for faster speed.
r216 r216k2a pcos subframe computer batch electronic tptos

Comments

  • TheGooseGuy
    TheGooseGuy
    5th Nov 2023
    its fixed no need to come now :)
  • TheGooseGuy
    TheGooseGuy
    5th Nov 2023
    i need help
  • BastianLore
    BastianLore
    5th Nov 2023
    OOOOOS
  • edy131109
    edy131109
    5th Nov 2023
    @AS_softwares you can use tptasm it's not a mod it's a lua script. And the computer can be programmed only in assembly.
  • AS_softwares
    AS_softwares
    5th Nov 2023
    what mod can i use to program this computer?
  • smirk_cat
    smirk_cat
    5th Nov 2023
    super fun to destroy +1
  • edy131109
    edy131109
    5th Nov 2023
    UPDATE: faster div10 function which means that printing numbers to the screen is now a lot faster.
  • edy131109
    edy131109
    5th Nov 2023
    @z4dg9ssw135 That's because the . and , have values just like 123456789 for example the ascii value for . is 46 and the ascii value for , is 44
  • edy131109
    edy131109
    5th Nov 2023
    @PoissonXP the tpt.setfpscap(2) is a thing I already recommended. and add or sub with big numbers is fine it just takes a long time to print them because printing big numbers requires a lot of divisions which are really slow.
  • edy131109
    edy131109
    5th Nov 2023
    @Mercury11 Well division by zero breaks anything but I will add a safety measure so you can't do that. Also you didn't break it just made it give you a really big number which will take a long time to print because my current div function is really slow. (Can't really get better without losing a lot of precision.)