Jump to content

Lost Grid Lines


 Share

Recommended Posts

I was happy using Leadwerks 3.1, till Josh said beta was fast..

So I turned on the Beta branch, wow that sucked.

 

loaded my project and it dropped everything except primitives!

When drawing new primitives it no longer drew the lines outlining the primitive (bottom pic), and when selecting the primitive it no longer drew the Axis! Adding the FPS guy to the terrain kinda cause a big guy and a little guy to appear. At that point I wanted to roll back to original, So I told steam to opt me of beta, and delete local content content.

 

Steam started the 3.1 download, and finished. LE 3.1 started up with no gridlines, and only showing the yellow sun. Tools options colors shows every thing as black! I downloaded the colors.zip from previous bug report, unzipped it onto my desktop. Tools, Options, Colors, Load, and selected color.clr, nothing happened, colors all stayed black inside the colors tab, apply and ok, and still nothing.

 

At least it draws the outline of the primitive now, and I can see the Axis again.

So do I manually enter the colors in or what ?

 

Win7, AMD Radeon HD 7950 3GB 384-Bit GDDR5 PCI Express 3.0 x16

post-115-0-12753800-1395376061_thumb.jpg

post-115-0-56786400-1395376165_thumb.jpg

Link to comment
Share on other sites

I did download the color file, but when I load it nothing happens, what's supposed to happen?

When I hit apply should something happen ? If I change colors manually it works as expected.

 

I fully understand the beta deal, i'm 100% ok with it.

Link to comment
Share on other sites

Ok I found the problem.

 

The color file you posted looks like this:

 

backgroundcolor="64","64","64"

majorgridlinescolor="102","102","102"

minorgridlinescolor="77","77","77"

minorgridlinescolor="77","77","77"

origincolor="255","255","255"

drawobjectcolor="255","255","0"

entityguidecolor="0","255","255"

selectiontabcolor="255","255","255"

minbrushcolor="0","64","64"

maxbrushcolor="0","191","191"

minmodelcolor="128","64","0"

maxmodelcolor="255","191","0"

codeforegroundcolor="0","0","0"

codebackgroundcolor="255","255","255"

stringscolor="128","0","0"

keywordscolor="0","0","255"

commentscolor="0","128","0"

boundingboxcolor="255","255","255"

gutterbackgroundcolor="237","237","237"

gutterforegroundcolor="128","128","128"

codefoldingcolor="128","128","128"

 

The format that works looks like this:

 

backgroundcolor=64,64,64

majorgridlinescolor=255,255,255

minorgridlinescolor=0,0,0

minorgridlinescolor=0,0,0

origincolor=0,0,0

drawobjectcolor=0,0,0

entityguidecolor=0,0,0

selectiontabcolor=0,0,0

minbrushcolor=0,0,0

maxbrushcolor=0,0,0

minmodelcolor=0,0,0

maxmodelcolor=0,0,0

codeforegroundcolor=0,0,0

codebackgroundcolor=0,0,0

stringscolor=0,0,0

keywordscolor=0,0,0

commentscolor=0,0,0

boundingboxcolor=0,0,0

gutterbackgroundcolor=0,0,0

gutterforegroundcolor=0,0,0

codefoldingcolor=0,0,0

 

 

smile.png

Link to comment
Share on other sites

I am about to upload a quick patch that adds a color reset button in the options dialog:

post-1-0-31525600-1395420678_thumb.jpg

 

That will make things a little easier. :)

  • Upvote 1

My job is to make tools you love, with the features you want, and performance you can't live without.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...