Hello,
I'd like to install some maps on my father's computer. It has ubuntu and that is the problem. I read FAQ and found "put maps into ~/.warzone2100-2.2/maps/"
I can't find ~/.warzone2100-2.2/maps/ in this damned system I tried usr, share, local etc but with no success. Could someone please suggest where should I look for this?
In Linux, ~ refers to your home directory. In other words
~/.warzone2100-2.2/
is the same as:
/home/<your username>/.warzone2100-2.2/
Note also that .warzone2100-2.2 is a hidden directory. You'll need to show hidden files, or paste ~/.warzone2100-2.2/ into your file explorer's location bar.