robbo

Forum Replies Created

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • in reply to: Switch texture water to lava #2570
    robbo
    Participant

    OK! I think I figured out why I was running into issues. I recreated the SARndbox.pipe file in the /bin directory with mknod SARndbox.pipe p.

    If you do it this way it does not create a SARndbox.fifo named pipe file. So if I try to reference it with SARndbox -uhm -fpv -cp SARndbox.fifo or send it commands like echo "colorMap <color map file>" > SARndbox.fifo it doesn’t work.

    So the solution is very simple 🙂 I changed any reference toSARndbox.fifo to SARndbox.pipe and voila! Everything works great! I can update the color maps with a simple script just how you outlined above in real time.

    in reply to: Switch texture water to lava #2567
    robbo
    Participant

    ok here is what I got for permissions -rwxrwxrwx 1 sandbox sandbox 28 Jun 7 13:05 SARndbox.fifo

    and here is the command I was using straight out of the /bin folder in terminal

    ./SARndbox -fpv -uhm -cp ~/src/SARndbox-2.8/bin/SARndbox.fifo -vruiVerbose

    • This reply was modified 1 year, 5 months ago by robbo.
    in reply to: Switch texture water to lava #2565
    robbo
    Participant

    These instructions are super helpful! So thank you for posting a good explanation. I am having a strange issue though. I can send the command to the pipe and it does change the elevation map colors but only after I restart the program. I’m not getting any errors in the command line where SARndbox is running. I’ve tried creating a pipe file with both mknod and mkfifo but neither will cause the program to update in realtime. Any help is very appreciated!

Viewing 3 posts - 16 through 18 (of 18 total)