Search found 2 matches

by gnatch
Wed Jan 24, 2007 6:46 pm
Forum: MQ2::Bug Reports
Topic: Caption Update Distance
Replies: 10
Views: 3857

gMaxSpawnCaptions

Another thing i noticed gMaxSpawnCaptions is capped at 70 if you set it over 70 in the ini it restricts it to 70... In MQ2Commands.cpp gMaxSpawnCaptions=atoi(GetNextArg(szLine)); if (gMaxSpawnCaptions<8) gMaxSpawnCaptions=8; if (gMaxSpawnCaptions>70) gMaxSpawnCaptions=70; sooooo setting the max dist...
by gnatch
Wed Jan 24, 2007 5:03 am
Forum: MQ2::Bug Reports
Topic: Caption Update Distance
Replies: 10
Views: 3857

Caption Update Distance

So, Whilst playing with MQ2 I noticed that the spawn captions were not always the mq captions (aka the one with con colors, LDR, etc...) but would change once brought within a certain range. After searching in vain for a simple fix i dove into the code. I found that the distance at which the caption...