April 30, 2024, 05:40:35 pm
Username:

Password:

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Wizard

Pages: [1] 2 3 ... 5
1
Tools and Modifications / Re: Light PvP (Interface)
« on: July 02, 2016, 08:37:23 pm »
i really like how soft it is but there is no weapon showing. hot to fix it?

the weapon IS showing and you can click on it, though the image is very small. it's located on the bottom right where the text for the weapon mode is showing. try clicking on that text's rightmost end.

2
"Press ? to print the current time in the message box."
Yes, but more comfortable when the time is always visible. Especially when you go caravans

It can't be done unless you drop the HP font for the main interface; if i recall correctly, or was it that it could be done but, then the font for the WM time/date would have equal size to the font for the HP in the main interface-- and it just ends up looking more ugly than it is being useful -- HP and TIME/DATE both reads their font information from fonts/Numbers.fofnt

3
Tools and Modifications / Re: GUI Theme Maker
« on: November 04, 2015, 11:31:15 pm »
Are there any progress in your project?

Hey. I've still got the source code, but I've put the project on hold. Am working on something else currently. When done with that, I might continue.

4
Tools and Modifications / Re: GUI Theme Maker
« on: August 01, 2015, 08:01:13 pm »
.lst files have nothing to do with gui

What is that what they have to do with? As PictureNames.lst seems to be associating numbers with images. INTRFACE.LST lists FRMs, how are they not related to the interface? Are they not used?

Are they obsolete? What is their use?

5
Tools and Modifications / Re: GUI Theme Maker
« on: July 31, 2015, 11:09:38 pm »
Ah sorry. I was wrong .lsg contained in client folder are params IDs & Reputation/Perks/Misc graphics.

Do you know how they work?

6
Tools and Modifications / Re: Minimal Interface
« on: July 29, 2015, 01:29:58 pm »
Have you tested the disk activity? Mine is an old harddrive, it makes noise when there's activity.

7
Tools and Modifications / Re: Minimal Interface
« on: July 28, 2015, 05:04:17 pm »
It happens regardless.
Either there is something with those FRMs or there is a thing with the INI that does this effect.

8
Tools and Modifications / Re: Minimal Interface
« on: July 28, 2015, 04:59:21 pm »
That is not relevant as it happens with your interface, not the default nor any other.
I have it extracted. I will try to load it as a ZIP.

9
Tools and Modifications / Re: Minimal Interface
« on: July 28, 2015, 04:31:42 pm »
I have only 1 issue with it.
My harddisk spins up like crazy while using it.
I think it might be related to using all those FRMs, but i'm not sure.
Think the FOnline Client keeps loading them from disk to save memory maybe, no confirmation.

10
Tools and Modifications / Re: GUI Theme Maker
« on: July 28, 2015, 04:26:51 am »
You find them in data\faction.zip

11
Tools and Modifications / Re: Minimal Interface
« on: July 27, 2015, 06:50:19 pm »
Upload has expired by the way, you should upload to mediafire, or other cloud storage with permanent duration.

12
If you come asking whether a build is good, you don't need that build.
Don't dip your hand into a pool of randomness.

  • How much sight do you need?
  • How much critical chance do you need, and for which body part(s)?
  • How much carry weight must you have?
  • How much HP?
  • How much DR?
  • How many AP?
  • Which weapons will you be using?
  • Which armors will you be using?
  • Which strategies will you be using?
  • How much DMG must you inflict?

There are a bunch of things to consider, you select the ones you need, disregard the rest. Try to maximize them. Use formulas and documentation on forum and wiki.

Now, the true question you need to ask is whether a sniper of sight 45 hexes is good or bad against certain opponent(s) on certain map(s). How do you accomodate against other snipers who likely have greater sight than you? Or will you not be fighting snipers?

13
Tools and Modifications / Re: GUI Theme Maker
« on: July 25, 2015, 06:27:58 pm »
TNX. I have it now.

There are two more questions.

  • What are these .LST files that reside in faction.zip?
  • What does data\Encounters.dat contain? It does not open in datexplorer

The answers are not essential as I do not think they relate to the interface, atleast not the latter. I am curious about them.

Anyway. Thanks for your replies. I will generate database, attempt to load up the default interface, implement application's interface. Though it would be nice with a reference explaining .FOFNT files and their corresponding .PNGs.

14
Tools and Modifications / Re: GUI Theme Maker
« on: July 25, 2015, 04:50:37 pm »
This is what we can do. Assuming the default interface touches every single INI parameter, then extract type + value count for each parameter. Store this in database. Use it as a lookup table. Hardcoding these is not desired.

It is detectable by value, which type one parameter has. A parameter has either string type or integer. If the type is an integer, then it's a coordinate or an offset from a mentioned coordinate.

The first capitalized word of a parameter's name, refers to its interface category, eg, Pip for PipBoy, Log for Login, etc.


(.+Pic|.+PicDn) --> .FRM or .PNG or .FOFRM

(.+OffsX)|(.+OffsY) --> Width/Height offset

(.+X)|(.+Y) --> X / Y coordinate

(.+StepX)|(.+StepY) --> X / Y offset, as in drawing frame(s) by an offset of X,Y each count

.+Max --> total count (IntApMax is the only occurance yet)

.+Text -> rectangle area in which text is displayed


More suffixes will likely turn up.
Those parameters without suffixes specify modifiable rectangles.

My plan is to extract the default interface, generate a lookup table to gain an overview of every single INI parameter and their usages (whether they're string types, etc).

When that is done, I have the first production ready version as FRM, FOFRM and PNG support is implemented. Then it's the application specifics remaining.

FOnline.exe looks up DataFiles.cfg + reads ZIP files, then merges that with subfolders in data\ (art,fonts,etc). Is this correct? When does it read fallout.dat? And does fallout.dat contain any interface elements? Please respond quickly. Thanks

15
Tools and Modifications / Re: Minimal Interface
« on: July 24, 2015, 05:41:17 pm »
I love the minimalism. Exactly my taste, thanks :)

Pages: [1] 2 3 ... 5