AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Off-Topic (https://forums.alliedmods.net/forumdisplay.php?f=15)
-   -   nVault Editor v0.4 beta (https://forums.alliedmods.net/showthread.php?t=66657)

Bugsy 02-05-2008 15:10

nVault Editor v0.4 beta
 
2 Attachment(s)
nVault Editor
.: v0.4 beta

This new version has a larger interface and allows edits within the list of entries. To edit an item in the list, double click the key or value that you want to edit. You can also edit the same way as v0.1 by selecting the entry and clicking the 'Edit' button. I added a menu with additional functions as well as enlarged the text boxes to make viewing keys\values easier. Please let me know if you find any bugs or have any recommendations.

v0.4b
  • Sorting is now done by clicking the column heading. This allows sorting by key, value, or timestamp.
  • Increased size of font.
  • Increased size and width of window and entries list.
  • Removed nVault Version and Entries count labels at the top of the window. The entries count is now in the status bar.

Note: This is only a beta release so PLEASE backup any vaults that you plan to manipulate with this program.

https://dl.dropboxusercontent.com/u/...ots/nVault.png

Included in the zip is the VB6 run-time dll and the windows common dialog control. Put both in win\system32 directory.

chris 02-05-2008 15:43

Re: nVault Editor v0.1
 
cool, I'll try it out

vittu 02-05-2008 18:13

Re: nVault Editor v0.1
 
Is this any better than the nVault Reader? (any advantages)

http://forums.alliedmods.net/showthread.php?t=49676

Only problem I had with nVault Reader is the search function would not go to the line it searched so you couldn't edit that line, it only displayed it.

commonbullet 02-05-2008 19:01

Re: nVault Editor v0.1
 
suggestions:

- make a window menu instead of "open", "new", "save", etc buttons
- remove that "minimize" button and use windows default
- move the timestamp to a column on the table
- make the table column fields for "key" and "value" editable so you won't need those extra text areas.
- post the source code.

Styles 02-05-2008 19:04

Re: nVault Editor v0.1
 
This is sick! Sticky :)
+Karma for sure..

Bugsy 02-05-2008 20:48

Re: nVault Editor v0.1
 
Quote:

Originally Posted by vittu (Post 581975)
Is this any better than the nVault Reader? (any advantages)

http://forums.alliedmods.net/showthread.php?t=49676

Only problem I had with nVault Reader is the search function would not go to the line it searched so you couldn't edit that line, it only displayed it.

Yes thats actually one of the main reasons I decided to put this together -- because of the search not highlighting the found item. I would always search for a key to see if it existed then manually dig through the list looking for it. It also has a few things that the nvault reader does not; play around with it and you will see.

Quote:

Originally Posted by commonbullet (Post 581999)
- make a window menu instead of "open", "new", "save", etc buttons

I was actually planning on doing that, as well as having a "Recently Opened files" sub-menu on the open menu.

Quote:

Originally Posted by commonbullet (Post 581999)
- remove that "minimize" button and use windows default

Will do.

Quote:

Originally Posted by commonbullet (Post 581999)
- move the timestamp to a column on the table

I didnt give the timestamp a column because I figured no one really looks through vault entries for a timestamp so it wasn't necessary to display with the list item. Are you recommending this simply to save window space or because you think it should be displayed on the list. I could make it display the actual date instead of the epoch number timestamp. What do you think?

Quote:

Originally Posted by commonbullet (Post 581999)
- make the table column fields for "key" and "value" editable so you won't need those extra text areas.

Unfortunately, the windows control I used (ms listview) does not allow the click-and-editing of subitems; only the left-most column is click-and-editable. There are other similar looking controls that will allow the editing of any block, I will look into them.

Quote:

Originally Posted by commonbullet (Post 581999)
- post the source code.

Source code is coming soon

I am also going to add drag-and-drop functionality for nvault files.

Thanks.

Bugsy 04-23-2008 22:47

Re: nVault Editor v0.1
 
Does anyone have any recommendations for additions\changes on a new release?

PauliusBa 03-10-2009 14:41

Re: nVault Editor v0.1
 
Stupid question.. What is nVault?

PauliusBa 03-29-2009 15:57

Re: nVault Editor v0.1
 
Sorry for killing this topic with "the question" :D

Bugsy 03-30-2009 20:05

Re: nVault Editor v0.1
 
nVault = http://www.amxmodx.org/funcwiki.php?go=module&id=20

No problem, you didn't interrupt any conversations as you can see. Thanks for the bump though.

kNowo 05-01-2011 03:51

Re: nVault Editor v0.1
 
Quote:

- move the timestamp to a column on the table
disagree

suggestion:
- sortable value, not just key. preferably by pressing the "key" and "value" column
- an option to export to a file
- when pressing "open vault", it show current folder where the .exe is

Artifact 06-09-2011 12:43

Re: nVault Editor v0.1
 
I have one stupid question. For what is this?? O.o

Mrki_Drakula 08-01-2012 12:15

Re: nVault Editor v0.1
 
Bugsy, Im not in the mood to check the .dll files, and my Windows doesnt allow me to make any changes within Windows and/or System32 folder, stupid security. Nevermind, i can fix that.

Thanks anyway, and i hope those .dll's arent harmful things.

Cheers.

Bugsy 08-02-2012 22:47

Re: nVault Editor v0.1
 
They're not harmful, if you don't trust them then get them elsewhere on the web; search for VB6 runtime dlls. I would never post anything malicious on these boards.

luki1412 10-21-2012 16:26

Re: nVault Editor v0.1
 
1 Attachment(s)
Good, but dont really understand why it shows Error: Cancel was selected. It is not error when you press a button. Also on win Xp it shows that MSCOMCTL.ocx is missing. So I have added .zip file containing your editor and also missing file.

PS: Some lines of nvault files can be really long, for example pokemod. So it is really small window/text area for editing such a things...

Good job anyway

h010c 01-24-2014 08:15

Re: nVault Editor v0.1
 
Quote:

Originally Posted by Bugsy (Post 582042)
Source code is coming soon

I could spend some time to add functionality and fix errors, add unicode support, multiple entries editor, sort by entry, sort by value, export to txt/html/xls etc.
Need sources thou, I'm too lazy to start from scratch.

Bugsy 02-01-2014 14:49

Re: nVault Editor v0.1
 
I now have time to update this, which I will do. Update coming soon.

Bugsy 02-02-2014 15:08

Re: nVault Editor v0.1
 
I'm open for recommendations so if you have any ideas for the next update, please let me know..

So far here's how it looks. I am still investigating the cause of any errors, which is hard because I cannot reproduce them. If you've had an error, can you please explain how you encountered it, and possibly send me the vault you were using that caused the error (if I cannot duplicate with my own files).

Before:
http://home.comcast.net/~rmooney81/ss-nvault.jpg

After:
https://dl.dropboxusercontent.com/u/97433215/ss.jpg

Lucky888 03-19-2014 11:15

Re: nVault Editor v0.1
 
Very cool Bugsy. Thank so much for this software.
Can you make some convert tool, convert vault to text or .doc file(easyly for check and back up every time). ?
Thanks again for awesome soft, i search google 1,2 hours and only you support nvault system. @@

devilicioux 03-20-2014 20:15

Re: nVault Editor v0.1
 
I got a question .. (Feels like n00b xD)
How is the sort working ?
There are times we define name as a Key .. what then? :O
suppose the vault entries are like

2132#23#3
1211#1#12

.. Any possible way.. we can sort the vault not by key and by the other columns ?
like If we can enter the delimiter we using "#" in this case .. and sort accordingly ?
If this can be implemented .. It is gonna make life so much easier :D Because sorting vault completely realtime will surely eat up a lot of cpu usage and will hang the server if entries are more..
I dunno if i am right .. maybe i can try other way of explanation if this isnt understandable

Bugsy 05-23-2014 21:41

Re: nVault Editor v0.1
 
It's possible, but too much work to do this with nVault, and it'll be slow. It is really designed for a fast and lightweight means of storing/retrieving data in a key:data scenario. nVault on it's own does no type of sorting, it all has to be done manually\externally.

I recommend using SQL if you need to sort or order your data.

^SmileY 05-24-2014 01:40

Re: nVault Editor v0.1
 
Source code?

PreDominance 07-30-2014 03:20

Re: nVault Editor v0.1
 
http://puu.sh/ax56d/8aefc967d1.png

I have it correctly moved to Sys32, do you know what's wrong?

^SmileY 07-30-2014 11:06

Re: nVault Editor v0.1
 
Quote:

Originally Posted by PreDominance (Post 2176088)
http://puu.sh/ax56d/8aefc967d1.png

I have it correctly moved to Sys32, do you know what's wrong?

I think you need to use regsvr32 to register the component

georgik57 08-14-2014 05:44

Re: nVault Editor v0.1
 
Thanks Bugsy!

And why is this posted in the "Off-Topic / General Chat" section?

Jhob94 08-14-2014 06:25

Re: nVault Editor v0.1
 
Quote:

Originally Posted by georgik57 (Post 2183800)
Thanks Bugsy!

And why is this posted in the "Off-Topic / General Chat" section?

It is a program, not a plugin.

georgik57 08-14-2014 08:03

Re: nVault Editor v0.1
 
Quote:

Originally Posted by Jhob94 (Post 2183815)
It is a program, not a plugin.

And this is the best available section for it? Seriously?

YamiKaitou 08-14-2014 08:29

Re: nVault Editor v0.1
 
Quote:

Originally Posted by georgik57 (Post 2183864)
And this is the best available section for it? Seriously?

Yup. Do you know of a better section?

Jhob94 08-14-2014 08:42

Re: nVault Editor v0.1
 
Just a question, wich one is better to use, this one or this?

yokomo 08-14-2014 09:12

Re: nVault Editor v0.1
 
I think it's better to move on module section since it related to nvault module.

YamiKaitou 08-14-2014 09:15

Re: nVault Editor v0.1
 
Quote:

Originally Posted by yokomo (Post 2183897)
I think it's better to move on module section since it related to nvault module.

But this is not a module, so it doesn't belong there

georgik57 08-14-2014 09:51

Re: nVault Editor v0.1
 
Quote:

Originally Posted by YamiKaitou (Post 2183874)
Yup. Do you know of a better section?

Not really, but there should be.
Quote:

Originally Posted by yokomo (Post 2183897)
I think it's better to move on module section since it related to nvault module.


Jhob94 08-14-2014 12:17

Re: nVault Editor v0.1
 
Yami is right, this is not a module. Maybe this could linked to some nvault thread. But this is the right place imo.

YamiKaitou 08-14-2014 21:13

Re: nVault Editor v0.1
 
Quote:

Originally Posted by Jhob94 (Post 2183964)
Maybe this could linked to some nvault thread.

As nVault is an included module, there is no thread to link to

AmineKyo 08-14-2014 21:49

Re: nVault Editor v0.1
 
and why you all care about linking to another thread or moving it? it's okay that it's in this section.

andros 08-27-2014 11:42

Re: nVault Editor v0.1
 
http://prntscr.com/4h0567
http://prntscr.com/4h0567http://prntscr.com/4h0567
why?

RateX 08-27-2014 12:32

Re: nVault Editor v0.1
 
Search and download it from ocxdump.com, then open command prompt(run as admin)
Type: regsvr32 comdlg32.ocx
If you use 64bit, type:
cd c:\Windows\SysWOW64, press Enter, then type as above
You can do so for all missing dll/ocx

Bugsy 11-30-2014 19:50

Re: nVault Editor v0.1
 
New version posted

zmd94 11-30-2014 21:31

Re: nVault Editor v0.2 beta
 
Nice updated. Certainly will use it for my new server. ;)

Bugsy 11-30-2014 22:28

Re: nVault Editor v0.2 beta
 
I just realized the full timestamp isn't showing in the list, I'll fix this in a few days.


All times are GMT -4. The time now is 20:18.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.