Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

4 questions? avg fps? invtboxes? largemap/fps? arenamodcertainclassfight?


dxdoug
 Share

Recommended Posts

1\. ok so what is average fps on a game?

2\. What is a good way to have where the party/char/invt/ boxes show up over picscreen then right click on the button to get them to go away? sounded simple enough but maybe needs lil programming???

3\. what is largest map size possible when considering fps???

4\. In Arena mod can i set it so only certain classes can fight each other???

this are really important an would like to know if possible im sure anything is with programming.
Link to comment
Share on other sites

on the picture question, all you gotta do is make a label at the top and make the caption "X" and then double click it and type in
```
pic(name).Visible = False

```make the pic(name) as whatver the pic is..for example:
```
Public Sub lblInventoryExit()
    picInventory.Visible = False
Exit Sub

```that's pretty much it.

For the first question, it's a total of 60 FPS.
the other questions i don't know xD
Link to comment
Share on other sites

@Justn:

> Hey for #2 look for a tutorial in source index called "close-able GUI Windows" its a lot cleaner than adding labels to everything

eh, i think my way is a lot faster though but i use the closeable gui thing too anyways xD
I would recomment the closeable gui windows if you want to make your game look a little better, my way is for ppl who are lazy xD
Link to comment
Share on other sites

thanks for replys all Growlith your a god you should make a tut for others Now i can exit my boxes that are over the pic screen just like i wanted…

so about the areana stuff

would it be something like this.

Getplayerclass if playerclass = >4 then cannot attack player class => 4
GetplayerClass if =< 5 then cannot atack Player class < 5

lol i know what kinda of programming is that?? but i think its just to what im trying to figure out right
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...