Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MS3.54
#1
What would you all like to be in MS3.54?

The current max value of stats is set to 255, by use of ScrollBars, how about replace those scrollbars with TextBoxes and increase the max from 255 to (2^31)-1

Then also HP & Experience calculated differently, you will be able to set it for NPC's yourself, & also have an Auto-Calc button, what do you think of the Auto-Calc button idea?

There will also be known bug fixes.
Reply
#2
text boxes i hate scrollbars
Reply
#3
Scrollbars ftw.

Why would you want the stats to be a long? If you were to increase it I think an integer would be fine but these all seem like ideas that aren't really beneficial to anything the engine is trying to accomplish. They are things that you would add in yourself.
Reply
#4
Text boxes allow more freedom and make it easier to set stuff instead of waiting for the number to go up. How about scroll bars with text boxes? Change the value in the text box to make the scroll bar go up or vice versa.
Reply
#5
That's why you do checks and set the text box up so it won't go out of bounds or they won't put in a letter or whatever.
Reply
#6
The stats being bytes should be standard. If you want them to be different you should change them for your game.

The textbox vs scrollbar, could care less.
Reply
#7
Code:
' Stats
Stat(1 To Stats.Stat_Count - 1) As Byte

Stats are bytes.
Reply
#8
The only thing the enum does is point it to the right number in the array.

The values filling the Stat() -byte array - should still be bytes.
Reply
#9
A max stat 255 is just too small. It should be integer IMO.
Reply
#10
Dragoons Master Wrote:A max stat 255 is just too small. It should be integer IMO.
Yep. =-p TextBox > ScrollBar.
Reply
#11
If they're such aproblem, click them, hit [Delete] and drop a damn Text box in.

It's not difficult.
Reply
#12
I think the max value for .max = 32767. Almost sure.
Reply
#13
Um arnt we already on Mirage 5.58?
Reply
#14
scarra3 Wrote:Um arnt we already on Mirage 5.58?

Ignore the Topic Name, it's what DFA told me to use. .58 still is same on ScrollBars/TextBoxes.
Reply
#15
I like scroll bars. If you max is 32,000 for a stat that the scroll bar controls, change the value of the scroll bar's .LargeChange from 1 to something more suitable, like 10 or 100
Reply
#16
Sonire Wrote:I like scroll bars. If you max is 32,000 for a stat that the scroll bar controls, change the value of the scroll bar's .LargeChange from 1 to something more suitable, like 10 or 100

You could also do more than one ScrollBar, & link the ones after, to Grab from ScrollBar 1, then 2, etc... Might not look nice, but doable. =-p
Reply
#17
It doesn't seem very practical either.
Reply
#18
GIAKEN Wrote:How about scroll bars with text boxes?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)