minimap startboxes still default off
Moderator: Moderators
minimap startboxes still default off
dunno is this BA problem only, but yeah. i reported this year ago, and nobody fixed it yet
Re: minimap startboxes still default off
PEBKAC.http://github.com/spring/spring/blob/0.80.5/game/LuaUI/Widgets/minimap_startbox.lua wrote:enabled = trueCode: Select all
function widget:GetInfo() return { name = "MiniMap Start Boxes", desc = "MiniMap Start Boxes", author = "trepan, jK", date = "2007-2009", license = "GNU GPL, v2 or later", layer = 0, enabled = true } end
Last edited by Kloot on 19 Oct 2009, 14:53, edited 1 time in total.
Re: minimap startboxes still default off
Dunno, but I had the same thing - minimap startboxes were disabled when I got the latest BA. No idea why that happened.
Re: minimap startboxes still default off
its always disabled at new spring version, on every install i need to turn it on -_-
Re: minimap startboxes still default off
can we fix it already... its really annoying bug
Re: minimap startboxes still default off
Can you confirm that my fix fixes it?
Re: minimap startboxes still default off
nope... that would require me to re-install spring, and i cba.
just fix it in the spring.exe, im not gonna download some lua every install.
startboxes should be hardcoded feature in spring, which you could either replace with lua, or not. such basic thing should work no matter what...
just fix it in the spring.exe, im not gonna download some lua every install.
startboxes should be hardcoded feature in spring, which you could either replace with lua, or not. such basic thing should work no matter what...
Re: minimap startboxes still default off
I believe the bug is in the .lua file, not in the engine.TradeMark wrote:just fix it in the spring.exe, im not gonna download some lua every install.
If you cba to test fixes, don't be surprised dev cba to commit them.TradeMark wrote:nope... that would require me to re-install spring, and i cba.
SPRING D.I.Y. MENTALITY DUDE!

-
- Spring Developer
- Posts: 1254
- Joined: 24 Jun 2007, 08:34
Re: minimap startboxes still default off
I am still pretty sure that they are default to on on a new install (while they aren't on reinstall when not cleaned config).
Re: minimap startboxes still default off
you should clean the part about minimap startboxes in the config when you re-install, then it wouldnt be a problem to anyone. so it needs spring.exe changes...