Search results

    1. GalactusX

      RegEx compilation thread

      Easier than the mechanism of a pacifier
    2. GalactusX

      RegEx compilation thread

      Well, I'm going to tell you a trick I found 1 month ago ... currently the function [REPLACEFIRST] ... [WITH] and [REPLACEALL] ... [WITH] can not replace something, with nothing ... BUT We can tell the regex command to replace anything with an "empty field" using references For example, if we...
    3. GalactusX

      Working on building a simple machine language using display blocks ...

      Working on building a simple machine language using display blocks ...
    4. GalactusX

      Read by Schine Semi-vague Lua Computer Suggestion

      One posible solution can be "set a default input frecuency"; that "computer blocks" must have a logic input clock like actual sensor blocks work, so it need a logic "control signal" to operate any program inside, so if one player write a bad program/script, it only work if clock is ON. And...
    5. GalactusX

      RegEx compilation thread

      After being all day glued to the computer screen, I finally got it; now i have some regex commands for save info and read it from display blocks: *NOTE: this is only a example i use for test if regex command work or not* for example, we have this text in one display block: Now, we want know...
    6. GalactusX

      Updated Jump Gate logistics

      what we really need is this... a DIAL call system, for allow us to "enter" the ID of a specific gate, instead of link one-each-other by hand
    7. GalactusX

      Read by Schine Semi-vague Lua Computer Suggestion

      This reminds me of a short fable: 3 people are given 1 million €, after 1 year, the first has nothing, the second has the same money, and the last has multiplied that money by 3 ... Everyone has at their disposal the same tools within the game, in this case building blocks and logic, is in the...
    8. GalactusX

      RegEx compilation thread

      Thanks for the reply, I will explain better what I have done and what I need. This is the regex command i use for "save" and "access" the data: This is for "add the name" of the first player (same mechanic for the other players OR other kind of information ) [ADD]PlayerPoints1[...] This allows...
    9. GalactusX

      RegEx compilation thread

      More or less yess, but what happens when what you want to know is what there is for example between [...], and what's inside you do not know? I have created several regex commands to store information in an array, and I need to be able to access that information without knowing it before, for...
    10. GalactusX

      Read by Schine Semi-vague Lua Computer Suggestion

      Say Things like "that 99% of people will not use it. And another to say that only those who know how to program will do it" is not correct at all ... I started to learn the programming languages knowing nothing (self-taught), and was to see what others could achieve what motivates me to want...
    11. GalactusX

      RegEx compilation thread

      But what I need is not to "compare" 2 display blocks and see if they are the same, what I need is to "catch" the text of a text string and delete the rest; thanks for the tip, but i alrready try that but is not what i need Y_Y. I need a regex command typed in one display block and extract only...
    12. GalactusX

      RegEx compilation thread

      I hope you can help me, I need a regex command, which will allow me to delete all the text from a line "except" the text that I need. for example Sample text: "I do not like regex commands, but it's useful" Text to search for: "regex" Final text: "regex" Basically I want to delete all the text...
    13. GalactusX

      How did you guys learn to logic so well?

      This forum post will help you alot, he make great tutorial videos Starmade Logic Tutorials .. also, if you want try anything more complicated, you can visit too my forum post Starmade MANIAC LOGIC , but i recommend you start with the basics of logic, and grow up :)
    14. GalactusX

      Nominate AtraUnam for badges

      i want your logic badge CyberTao :X3:
    15. GalactusX

      Player Detector Block

      It would be great if we had in the game a way to detect if a particular player is in one place or another, just as the area trigger works, to be able to configure it to detect if a player is present at a certain distance. This can have 2 config options, one to enter the name of the player, and...
    16. GalactusX

      Allow display block writing

      I think I found a way to do what i need.. but everytime i place display blocks, my game client crash.. so i cant do nothing more... I must wait until that bug is fixed.. or back to an old game version Y_Y
    17. GalactusX

      How did you guys learn to logic so well?

      Learning about logic circuits only has 3 steps: 1º Have initiative: dont wait for others to do what you need, do it for yourself, experiment with the tools you have at your disposal (in this case, the ingame logical blocks) 2º Put in practice: there are many tutorials on internet about logic...
    18. GalactusX

      MooseMade Data Suite

      GalactusX31 aprove this! good job at design and style :)
    19. GalactusX

      Display block command [SEARCH-COMPARE]

      Currently, we can "compare" if two or more display blocks contain the same written text, this is very useful, but we also need the "search-compare" command. This means, if we have a sample text, it search if in another ( or more ) display block, it contain that sample text. 1º display block...