Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

SHN Editor

Experienced Elementalist
Joined
Jan 30, 2009
Messages
268
Reaction score
130
Maybe add the ability to open shine tables (text files) (Both table formats look similar idk if its all that different) idk what the deal is.

Idk whats with u people and having problems editing the text files.
Just highlight and replace ffs, my 6 year old cousin can do it with out Ducking it all up.

That or open it in excel, it pretty much idiot proofs it for you.
 
Newbie Spellweaver
Joined
Jun 26, 2014
Messages
24
Reaction score
0
Idk whats with u people and having problems editing the text files.
Just highlight and replace ffs, my 6 year old cousin can do it with out Ducking it all up.

That or open it in excel, it pretty much idiot proofs it for you.

It's just nice when the text file is all fucked up, u just open it in shine table or in uh excel and it is fixed. Excel and uh sublimetext <3 ftw

and uh, haters gonna hate. like cmon how can u resist dah shine tablez...SHINE BABY SHINE lol ;). But seriously add the ability to mass column edit selections and i'll donate.
 
Newbie Spellweaver
Joined
Dec 16, 2013
Messages
98
Reaction score
7
why dont use the lasted one?could share the source?thank you!
 
Junior Spellweaver
Joined
Jun 19, 2013
Messages
123
Reaction score
7
Its just me or anyone is having this issue to?
tZsqCQJ - SHN Editor - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Joined
Jun 5, 2009
Messages
959
Reaction score
236
@Davieshaffer I am not sure why you're getting that error, can you provide some more information as to why it could be occurring so I can fix it, thanks.

Update 4.1.14.0814:
- Remade search function.
- Removed column refresher for search form.
- Search form now saves upon exit.
- You can no longer click away from search form window.
- Added search form search parameters: contains, equals, starts with and ends with.
- When you first open the search form the data grid view will be populated.
- If you search with an empty search field, it will reset your search.
- The replace window is no longer be the top most window.
- All buttons (i.e functions) in the replace form now check cell value instead of object data.
- Turned on WS_EX_COMPOSITED for main form and search form, making loading smoother.
- Search form now takes you to the cell you selected on the main form.
- Search parameters are loaded if any were set previously when searching.
- The search form no longer resets your currently selected row when opening/closing.
- Now when dragging in files it will add them to your recent list.

Download:
 
Last edited:
Joined
Jun 5, 2009
Messages
959
Reaction score
236
@William Thanks for informing me of this, seems to have been occurring for the past few revisions now.

Update 4.1.14.0815:
- Fixed save function.
- Search form will no longer take you to the row selected in the main form.

Download:

I still see people download other versions, 3.9 being the most popular other than 4.0. Is there a reason as to why, for example there is something in the newer version people don't like or maybe a bug? Let me know so I can fix it and update it. :)
 
Last edited:
Joined
Jun 5, 2009
Messages
959
Reaction score
236
Fix one thing break another. *face palm* Broke the search function, so here is the fixed version.

Update 4.1.14.0816
- Fixed save function.
- Search form will no longer take you to the row selected in the main form.
- Turned off WS_EX_COMPOSITED for main form.
- Fixed search function, seemed to have been broken after I added the numbers "00:".

Download:
 
Newbie Spellweaver
Joined
Dec 16, 2013
Messages
98
Reaction score
7
dont.runing,xd
plz ,share the source, Let's develop the soft together,thank you very much!
 
Junior Spellweaver
Joined
Feb 27, 2010
Messages
159
Reaction score
25
Version 4 not working..
Something in the Main Load Form is wrong.
I think set the default encode or something don't work or something on registry side.
 
Joined
Jun 5, 2009
Messages
959
Reaction score
236
dont.runing,xd
plz ,share the source, Let's develop the soft together,thank you very much!

Which version and what's the error?

Version 4 not working..
Something in the Main Load Form is wrong.
I think set the default encode or something don't work or something on registry side.

Doesn't work how? What's the error? Just doesn't open?
 
Joined
Jun 5, 2009
Messages
959
Reaction score
236
Update 4.2.14.0817:
- Fixed encoding type registry issues.
- Fixed search form resetting main form datagrid issue.

Download:

Thanks to Canic for letting me test some stuff on his PC. The problem that Canic, oodasm and Davieshaffer were having should be fixed in this update.

Also F1ow I looked at your code, thanks for posting it for use, but I think I will write a more efficient and better solution when I have more time.
 
Last edited:
Newbie Spellweaver
Joined
Aug 21, 2014
Messages
50
Reaction score
8
@MrFarbodD;

From V3.4.14.0604 up to 4.2.14.0817 is a bug at Copy and Paste:

Code:
Index out of range.
 
Newbie Spellweaver
Joined
Aug 21, 2014
Messages
50
Reaction score
8
1. Opened: ItemInfG.shn.
2. Opened: ItemInfo.shn.

3. Selected all rows from ItemInfG.shn end deletet it (0 Rows).
4. Selectet all rows from ItemInfo.shn except the last one (empty).

5. Edit => Copy.
6. Edit => Paste.

7. Error.

fiestanerd69 - SHN Editor - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Nov 16, 2012
Messages
241
Reaction score
8
1. Opened: ItemInfG.shn.
2. Opened: ItemInfo.shn.

3. Selected all rows from ItemInfG.shn end deletet it (0 Rows).
4. Selectet all rows from ItemInfo.shn except the last one (empty).

5. Edit => Copy.
6. Edit => Paste.

7. Error.

fiestanerd69 - SHN Editor - RaGEZONE Forums

Pretty sure the columns don't sync up for those two.
 
Back
Top