ardu sekiratona (godot (game engine) and etc) created by kojisauce
Viewing sample resized to 33% of original (view original) Loading...
Description

Commission for @ArduDerg and AgileGrapeFruit!

That script seems a bit wrong...

Blacklisted

    can't get my godot protogen sex program to work because of gdscript compile errors 😔

    edit: fixed

    extends Node
    
    signal penetrated
    
    @export var speed := 2.0
    var lube := 15.0
    
    func thrust():
      penetrated.emit()
      if lube >= 2.0:
        speed *= 2
    
  • |
  • 75
  • Now, I only took a single programming course a few years ago (in Python no less) so I could be totally wrong about this, but wouldn't this script be constantly doubling the thrust speed? Because if so, that is... Actually rather concerning. Exponential increases rack up to insane values fast.

  • |
  • 24
  • HentuFappu Comment by an artist on this post

    Member

    anurashi said:
    Now, I only took a single programming course a few years ago (in Python no less) so I could be totally wrong about this, but wouldn't this script be constantly doubling the thrust speed? Because if so, that is... Actually rather concerning. Exponential increases rack up to insane values fast.

    I was gonna change it to a normal speed. But I kind of thought the idea of them doubling speed everytime was kind of funny lol.

    I only have 2 hours of experience with Godot ; w;

  • |
  • 4
  • anurashi said:
    Now, I only took a single programming course a few years ago (in Python no less) so I could be totally wrong about this, but wouldn't this script be constantly doubling the thrust speed? Because if so, that is... Actually rather concerning. Exponential increases rack up to insane values fast.

    they are going to have to rebuild his pelvis

  • |
  • 11
  • hentufappu said:
    I was gonna change it to a normal speed. But I kind of thought the idea of them doubling speed everytime was kind of funny lol.

    I only have 2 hours of experience with Godot ; w;

    Funny thing. With the placement of the Signal it wont double, it'll just skip the "Speed * 2 = speed" and go back to setting lube and speed.

    Updated

  • |
  • 2
  • I think there's a part of code that hasn't been shown as there's nothing in it indicating ejaculation. Also all the code would do is run the penetrate line as lube is greater than 2, double speed and then stop as it isn't a loop.

  • |
  • 0
  • anurashi said:
    Now, I only took a single programming course a few years ago (in Python no less) so I could be totally wrong about this, but wouldn't this script be constantly doubling the thrust speed? Because if so, that is... Actually rather concerning. Exponential increases rack up to insane values fast.

    That makes it hotter personally

  • |
  • 1