Page 1 of 1

minimap startboxes still default off

Posted: 19 Oct 2009, 14:38
by TradeMark
dunno is this BA problem only, but yeah. i reported this year ago, and nobody fixed it yet

Re: minimap startboxes still default off

Posted: 19 Oct 2009, 14:48
by Kloot
http://github.com/spring/spring/blob/0.80.5/game/LuaUI/Widgets/minimap_startbox.lua wrote:

Code: 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
enabled = true
PEBKAC.

Re: minimap startboxes still default off

Posted: 19 Oct 2009, 14:52
by Pxtl
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

Posted: 19 Oct 2009, 15:35
by TradeMark
its always disabled at new spring version, on every install i need to turn it on -_-

Re: minimap startboxes still default off

Posted: 19 Oct 2009, 19:07
by zwzsg

Re: minimap startboxes still default off

Posted: 19 Oct 2009, 22:49
by TradeMark
can we fix it already... its really annoying bug

Re: minimap startboxes still default off

Posted: 20 Oct 2009, 01:40
by zwzsg
Can you confirm that my fix fixes it?

Re: minimap startboxes still default off

Posted: 20 Oct 2009, 01:45
by TradeMark
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...

Re: minimap startboxes still default off

Posted: 20 Oct 2009, 02:58
by zwzsg
TradeMark wrote:just fix it in the spring.exe, im not gonna download some lua every install.
I believe the bug is in the .lua file, not in the engine.
TradeMark wrote:nope... that would require me to re-install spring, and i cba.
If you cba to test fixes, don't be surprised dev cba to commit them.

SPRING D.I.Y. MENTALITY DUDE! :P

Re: minimap startboxes still default off

Posted: 20 Oct 2009, 14:23
by Auswaschbar
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

Posted: 20 Oct 2009, 14:58
by TradeMark
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...