Aanjhan R wrote: > On Thu, Oct 16, 2008 at 1:14 PM, Bharathi Subramanian > <[EMAIL PROTECTED]> wrote: > >> Hi, >> >> SuperTUX is one of the favorite game of my son. In that, I want to >> > > Thanks for the pointer. I am loving it too :-) > > Regards, > Aanjhan > _______________________________________________ > To unsubscribe, email [EMAIL PROTECTED] with > "unsubscribe <password> <address>" > in the subject or body of the message. > http://www.ae.iitm.ac.in/mailman/listinfo/ilugc > > I believe , LUGies will not interpret this negatively. For supertux2, the following directory holds the status of each level (whether completed or not)
$HOME/ .supertux2/save The files inside this directory resembles play zone as follows bonus1_1.stsg bonus1_3.stsg bonus2_2.stsg bonus2_5.stsg bonus1_2.stsg bonus2_1.stsg bonus2_3.stsg world1_1.stsg world1_5.stsg The status of a particular level (completed / not completed) is represented in the following form (solved #f) - Level not completed (solved #t) - Level completed So if you want to unlock all the levels of a particular zone, then the following command will do the trick sed s/solved\ #f/solved\ #t/g -i world1_1.stsg Regards, Wasim Akram S.N. _______________________________________________ To unsubscribe, email [EMAIL PROTECTED] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc