![]() |
[NEEDS INFO] lsmaps command - Printable Version +- Xonotic Forums (https://forums.xonotic.org) +-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3) +--- Forum: Xonotic - Help & Troubleshooting (https://forums.xonotic.org/forumdisplay.php?fid=4) +--- Thread: [NEEDS INFO] lsmaps command (/showthread.php?tid=7319) |
lsmaps command - -maniac|Su- - 03-28-2017 hi folks; I.ve noticed lsmaps command in console dosn.t show all maps in new autobuild 0.8.2 version. Here a screenshot: ![]() Question - how to fix this and show again all maps?? GreetZ Su RE: lsmaps command - Mario - 03-28-2017 Due to length limitations it was decided to shorten the list as this was a lesser evil than not showing any list at all with a large number of maps installed. RE: lsmaps command - cefiar - 03-29-2017 Any chance that lsmaps could take a regex-like parameter to reduce the list returned, just like the unix `ls` command does? Such as:
eg RE: lsmaps command - Mario - 03-29-2017 Currently not possible, however I did add a command to my mod which allows something similar, without the regex: "findmap g" would list all maps starting with g, or "findmap any g" would list any maps with the letter g in their name. It may be possible to extend lsmaps in the future, but that will have to be done post-release. RE: lsmaps command - cefiar - 03-29-2017 Of course Re: Post-release. It's not that big an issue to delay a release for. |