CC Zone - Chip's Challenge Forum
Tile world in Linux/Ubuntu - Printable Version

+- CC Zone - Chip's Challenge Forum (https://forum.bitbusters.club)
+-- Forum: Chip's Challenge (https://forum.bitbusters.club/forum-4.html)
+--- Forum: Programs and Editors (https://forum.bitbusters.club/forum-16.html)
+--- Thread: Tile world in Linux/Ubuntu (/thread-1754.html)



Tile world in Linux/Ubuntu - mobius - 18-Oct-2013

I found Tile world through the Ubunutu software center and it works great on this Computer. Except one major problem:

How do you play custom levelsets? Despite trying for a long time I can't figure out for the life of me how the Ubunutu file system works and I don't know "where" to put levelsets. Or how to get an editor working for that matter... I'm guessing that's impossible however.

can anybody help me out?


Tile world in Linux/Ubuntu - The Architect - 18-Oct-2013

What file system are you used to? Windows? ...or another version of Linux?

I ask because I am not familiar with Ubuntu specifically, but as far as I know it follows the same file system layout as other versions of Linux. In which case, I believe Tile World finds its "sets" and "save" directories under the "~/.tworld" directory.

As for an editor, Chip's Workshop has a Linux distribution, which can be downloaded at http://www.microstupidity.com/chipw/.


Tile world in Linux/Ubuntu - mobius - 18-Oct-2013

thank you thank you!

I am used to Windows. I just can't seem to get used to this or figure it out. I'm assuming that "File System" under the folder window is the equivilent to "C:/" in Windows, is that wrong?

and thanks very much for Chip's Workshot, I used to use that but thought it was gone forever

should I be usin the "command terminal"? Like you can't even enter that location in a bar somewhere like in Windows. I feel stupid but this feels very confusing.

I discovered the "find location" option but entering /.tworld or /.tileworld doesn't work.

Nevermind, I got it! finally! Smiley But I still don't understand how it works... Flushed

nooooooo.... it's not working. I put some recent CCLP1 voting packs in this folder and they don't show up on the tileworld menu Slight frown


Tile world in Linux/Ubuntu - KeyboardWielder - 19-Oct-2013

In a "command terminal", run:-

tworld -d

Put the levelsets in the location where it says "Level sets read from:".

- Madhav.


Tile world in Linux/Ubuntu - The Architect - 19-Oct-2013

"/" in Linux is the root directory, somewhat similar to "C:\" in Windows.

Therefore "/.tworld" in Linux is like "C:\.tworld" in Windows...it's not actually where you want to find the directory. You need the "~" prefix, representing your user home directory: "~/.tworld".

And if you haven't reconfigured anything, Madhav's suggestion should return something like "/home/your_user_name/.tworld/sets" -- "~" is a shortcut for "/home/your_user_name", so it comes to the same thing. Slight smile


Tile world in Linux/Ubuntu - mobius - 19-Oct-2013

Slight smile thanks very much for this info. I will try it out, though I may not need to because by tommorrow I'll have my old computer back. (running windows 7) Rolling eyes


Tile world in Linux/Ubuntu - The Architect - 21-Oct-2013

Glad to help. Slight smile