Search results

    1. Klauss Santana

      Display Module and [docked] variable

      Man... Attached rails means nothing to you? If you have a turn (90 degrees) the pieces are still attached. The piece right at the end of the line should not be counted as endpoint because it continues to the left or the right.. All depends on how you program this stuff.. And as programmer I can...
    2. Klauss Santana

      Display Module and [docked] variable

      Note that I said "counted by rails ENDPOINTS" witch means that the game calculates only the endpoints in a series of attached rails of any type. Entrypoints is meaningless because many ships can enter a serie of rails in the same entrypoint. Pickup points is also meaningless because the same...
    3. Klauss Santana

      Display Module and [docked] variable

      Nice! Thank You. This works for sure, but takes a lot of space and some knowledge of logic.. But even so, my proposal turn things easier and a lot more consise.. When I see the word "docked" I think of the number of docked things rather than if it's docked or not.. after all you know if your...
    4. Klauss Santana

      Display Module and [docked] variable

      I was doing some work with these display modules, building a cockpit, when I stumbled on the [docked] variable. The thing is that this variable shows if the ship is docked or undocked. It is nice tough, but it would be better if the variable was called "isdocked" instead. Also, it would be...