Author Topic: [Client] All Small Tuts (With Updates)  (Read 3257 times)

0 Members and 4 Guests are viewing this topic.

Rumor
(Banned or deleted account)
[Client] All Small Tuts (With Updates)
« on: August 15, 2010, 03:23:27 PM »
**How to extract and pack epk files is on my YouTube channel. **
**These are all small tutorials that will be updated from time to time.**
**release dates are in red beside the title.**

**If you want to bypass the patcher so it won't overwrite your new archives you need to create a .bat file
with "start metin2.bin" or "start metin2client.bin" in it and run the game using this. Save the file in the root directory
of your Metin2 installation.**






Edit or Remove Insults ~ 8/15/2010

1) Extract your pack/locale_ca (or whichever locale file you use)
2) Navigate to locale/ca/insult.txt
3) Open insult.txt in a text editor (I like EditPadPro)
4) Remove or make changes to the listed words, be sure to keep each word on its own separate line
5) Save & Close
6) Re-pack the archive and replace it in the game's directory.


(self-explanatory, for those of you who still don't understand: You can use words such as:
"fuck", "shit", and "bitch"..and many more.. Or force your client to replace certain words with asterisks.)





Coordinates Under MiniMap ~ 8/15/2010

1) Extract your pack/root
2) Open constinfo.py in a text editor (I like EditPadPro)
3) Go down to line#49 and change "0" to "1" like this:

Code: [Select]
MINIMAP_POSITIONINFO_ENABLE = 1

4) Save & Close
5) Re-pack the archive and replace it in the game's directory.

Now while in-game you get your map coordinates wherever you go:






Enable Up Arrow Chat Function ~ 8/15/2010

1) Extract your pack/root
2) Open uichat.py in a text editor (I like EditPadPro)
3) Find the following section:

Code: [Select]
if locale.IsHONGKONG():
ENABLE_LAST_SENTENCE_STACK = TRUE

if locale.IsEUROPE():
ENABLE_CHAT_COMMAND = FALSE

if locale.IsCANADA():
ENABLE_LAST_SENTENCE_STACK = FALSE

4) Change all "FALSE" to "TRUE" (some root archives vary, depending on your server.. just change each of them to be sure you effect the correct locale archive. If you know which locale you are using, it works fine to just change that one too.

5) Re-pack the archive and replace it in the game's directory.

(self-explanatory and cannot be displayed using an image.)





Drop More Gold! ~ 8/15/2010

1) Extract your pack/root
2) Open game.py in a text editor (I like EditPadPro)
3) Find the following:

Code: [Select]
if attachedMoney>=1000:
self.stream.popupWindow.Close()
self.stream.popupWindow.Open(locale.DROP_MONEY_FAILURE_1000_OVER, 0, locale.UI_OK)
return

4) Change each "1000" to a higher number like "100000000" for 1kk or "100000" for 100k.
5) Re-pack the archive and replace it in the game's directory.









Put Your LVL Beside Your Name in PM ~ 8/15/2010

1) Extract your pack/root
2) Open uiwhisper.py in a text editor (I like EditPadPro)
3) Find the following:

Code: [Select]
net.SendWhisperPacket(self.targetName, text)
4) Replace it with this:

Code: [Select]
net.SendWhisperPacket(self.targetName, "(Lv. " + str(player.GetStatus(player.LEVEL) )+ "):" + text)

5) Save & Close
6) Re-pack the archive and replace it in the game's directory.

Note: You will not see it by your name but when you send a message to another player, they will.






Show Success Rate ~ 8/15/2010

1) Extract your pack/root
2) Open uirefine.py in a text editor (I like EditPadPro)
3) Find the following:

Code: [Select]
self.successPercentage.Hide()
4) Change it to this:

Code: [Select]
self.successPercentage.Show()
This shows up two times in the document, you must change BOTH.

5) Save & Close
6) Re-pack the archive and replace it in the game's directory.


10/22/2010 edit:

If you extract the PC archive you can change the display of the armors and weapons. Edit the dds files with a dds plugin for an image editing software or use paint.NET. I suggest paint.NET :). Here are some armors with changed appearances:



I took those in poly so I was unable to get the female and male screen of each :D And had some issues with bugs of the new items so don't currently have them in my client. Might be able to get screens of both sexes later..

« Last Edit: March 31, 2011, 11:28:47 AM by Rumor »

Administrator
Rep: +9/-2
Offline Offline
Posts: 762
News Anchor
View Profile
Dweia
guild flag Liquiron
99 No Server
Re: [Client] All Small Tuts (With Updates)
« Reply #1 on: August 15, 2010, 04:38:08 PM »
Maybe with screenshots of what that stuff does?  :o

Male

Rep: +0/-0
Offline Offline
Posts: 45
View Profile WWW
Aewrye
guild flag LuSiaDas
72 PT
Re: [Client] All Small Tuts (With Updates)
« Reply #2 on: August 15, 2010, 04:44:07 PM »
Hum, I now remembered. These changes are caught by the auto-patch, isn't that right?

FAQ's Team member (PT Board).

Rumor
(Banned or deleted account)
Re: [Client] All Small Tuts (With Updates)
« Reply #3 on: August 15, 2010, 04:55:40 PM »
Maybe with screenshots of what that stuff does?  :o

I'll get on that right now.

Hum, I now remembered. These changes are caught by the auto-patch, isn't that right?

To stop patcher from catching the modified files you do this:

Create a file called metin2.bat
Open it with any text editor
Type this:

*
Code: [Select]
start metin2.bin
OR

*
Code: [Select]
start metin2client.bin
*Deciding which of those to type is based on which of those files is in your client.

Save the file and run it.
« Last Edit: August 15, 2010, 04:57:33 PM by Rumor »

Male

Rep: +21/-31
Offline Offline
Posts: 1030
View Profile
ArminVanBuuren
Wazabi
86 SG
Re: [Client] All Small Tuts (With Updates)
« Reply #4 on: August 15, 2010, 08:23:33 PM »
seem to be perfect things o0 specialy the up chance.. Ill try them out in 2 weeks nu pc now :( .. In sg i guess GMs would allow them gz! gz!

http://www.youtube.com/user/GGlaz13

85lv @ .SG (Semi-Active)
92lv @ .US (Quited)
51lv @ .GR (Quited)

Rumor
(Banned or deleted account)
Re: [Client] All Small Tuts (With Updates)
« Reply #5 on: August 15, 2010, 08:47:42 PM »
there's actually a cool thing that can be done with leadership :D


Rep: +18/-29
Offline Offline
Posts: 193
View Profile
leon683
guild flag BlackDragons
90 US (Z8)
Re: [Client] All Small Tuts (With Updates)
« Reply #6 on: August 15, 2010, 09:43:23 PM »
It leads us to a big ban D:


Rep: +90/-91
Offline Offline
Posts: 2001
View Profile
Crono86
Freedom
87 US (Z8)
Re: [Client] All Small Tuts (With Updates)
« Reply #7 on: August 15, 2010, 09:46:58 PM »
Honestly i dont know why this should be cause of ban. Ok its modding the client wich is illegal, but the rule was made, i believe, in case of personal advantage. Real time coords without pointing ur arrow in the map is very usefull, and also show the % of success dosnt help in any way the result of the up
This summer i am going to the S.E.A. :)

Rumor
(Banned or deleted account)
Re: [Client] All Small Tuts (With Updates)
« Reply #8 on: August 15, 2010, 10:37:20 PM »
Honestly i dont know why this should be cause of ban. Ok its modding the client wich is illegal, but the rule was made, i believe, in case of personal advantage. Real time coords without pointing ur arrow in the map is very useful, and also show the % of success dosnt help in any way the result of the up

I think he's talking about the modification that can unlock some features of leadership :D


Rep: +0/-1
Offline Offline
Posts: 27
View Profile
LordMax
BloodBath
76 US (Z8)
Re: [Client] All Small Tuts (With Updates)
« Reply #9 on: August 16, 2010, 05:02:48 AM »
wow you look like a hacker more and more with all the lets change the game client information you have and share, that aside..... what is locked on the leadership?  How do you have all of this metin client information?   Are you gm Rumor from united??
« Last Edit: August 16, 2010, 05:07:19 AM by shotgunwilly »

Rumor
(Banned or deleted account)
Re: [Client] All Small Tuts (With Updates)
« Reply #10 on: August 16, 2010, 05:14:59 AM »
wow you look like a hacker more and more with all the lets change the game client information you have and share, that aside..... what is locked on the leadership?  How do you have all of this metin client information?   Are you gm Rumor from united??

this isn't hacking it's just editing python coding..It's not even close to being a skiddie tbh..

If you read the first post you would see I won't share any information for unfair advantages..

What's locked on leadership in most servers is the ability to teleport players to you if you are the party leader.. Obviously that would be unfair to the community so I don't want the people who already don't know how, to find out how.

Yea I'm gm from United..why?


Rep: +0/-1
Offline Offline
Posts: 27
View Profile
LordMax
BloodBath
76 US (Z8)
Re: [Client] All Small Tuts (With Updates)
« Reply #11 on: August 16, 2010, 07:40:21 AM »
cause when i saw you as gm you were always a cool/decent guy who didnt seem to be a rude prik like when u play on ur cera char in factory. its kinda like u have a different personality for each char lol.
« Last Edit: August 16, 2010, 07:42:20 AM by shotgunwilly »

Rumor
(Banned or deleted account)
Re: [Client] All Small Tuts (With Updates)
« Reply #12 on: August 16, 2010, 08:38:26 AM »
cause when i saw you as gm you were always a cool/decent guy who didnt seem to be a rude prik like when u play on ur cera char in factory. its kinda like u have a different personality for each char lol.

lol that's called being impartial/professional. When you have a job to do you do it without bothering to involve yourself in stupid shit that doesn't matter or will jeopardize your position (something the Z8 GMs should learn). There were countless times a player who I hated and/or who hated me had pm'd me asking for help and I gave them as much answers as I possibly could and tried to help them as much as I'd help any player.. The opinion you have of me being a prick IRL or on any normal character would just be your interpretation of me based on the way I react / things I say. I'm not always serious with things I say online, trolling is a good time killer..and so is making epic long rants on Z8 forum just for luls. And to tell you about me being a "rude prick" in FactorY..you must not understand the full story..

I started off as GM of FactorY when Ruin first said he would re-open it. I noticed him being a total queef when he would do things like this:

Logoff msn and say brb 10 min walking my dog.
Never come online for 1 week.

I was doing work for the server, the least he can do instead of blocking me is be straight up and honest with me. How do I know I was blocked? Because I had other people check if he is on, even make chat rooms with us. Then I found out he does this to everyone..he's the real prick. Then Amy and Sara started abusing their GM characters and not many people seemed to care or speak up about it...yet when I started to take over everyone was being a hater for different reasons:

1) Accusing me of abusing GM power (which was ignorant since I quit GM 2 weeks before the server even opened)
2) Crying that they got owned or saying smartass things to me when I would kill them..

The smartass comments usually got them a smartass comment in return. The creativity, vulgarity, and uniqueness of my insults usually tends to offend people more than they offended me in the first place, which is the point. Because of this people spread a bad reputation about me and make rumors that everyone seems to believe.

Another thing that affects this is the thing about how in metin2, you will always have a group of people you hate, a group you like, and a group you could care less about. That's always how it seems to work out I've noticed in metin2..For example:

Your friend invites you to meet 3 of his friends. You go meet up and end up being cool with 1 of them but the other 2 you hate. Then you keep your reason remembered why you hate them since those other 2 people are liked by so many others, and when you explain these reasons to another person, 50% of the time that person won't believe what you are saying as true... the other half of the time the person will say "yea that guys a total douche". That's just how it is in all online games, and especially in metin2.
« Last Edit: August 16, 2010, 08:41:13 AM by Rumor »


Rep: +0/-1
Offline Offline
Posts: 27
View Profile
LordMax
BloodBath
76 US (Z8)
Re: [Client] All Small Tuts (With Updates)
« Reply #13 on: August 16, 2010, 11:21:44 AM »
i think your right and i owe you an apoligy. Sorry.   I do the same type of things to ppl who bother me and i didnt realize it till i read your last post.   off topic, in factory i watched a gm make my lvl 1 friend lvl 80 , 5 p skills ,and 3.6 billion in gold. that server was getting pretty curropted. The gm's were just hookin ppl up left and right. ppl they didnt even know lol seriously. my freind joined red nation asked the gm hookin him up to help out his friend who wanted to move to red also, she did!

Rumor
(Banned or deleted account)
Re: [Client] All Small Tuts (With Updates)
« Reply #14 on: August 16, 2010, 11:49:57 AM »
i think your right and i owe you an apoligy. Sorry.   I do the same type of things to ppl who bother me and i didnt realize it till i read your last post.   off topic, in factory i watched a gm make my lvl 1 friend lvl 80 , 5 p skills ,and 3.6 billion in gold. that server was getting pretty curropted. The gm's were just hookin ppl up left and right. ppl they didnt even know lol seriously. my freind joined red nation asked the gm hookin him up to help out his friend who wanted to move to red also, she did!

Yea it was very corrupt and the GMs took turns talking shit about me making me look bad because I was proving their corruption by showing how stupid their claims are.. Like this:

Amy Denying being Vampire


Doing the math - Part 1


Doing the math - Part 2


Something that wasn't on the FactorY forum..it was only on WarMaster forum for luls


 


Did you know?Did you know: That the Mining skill affects how often you succed in mining, while the pickaxe level affects how much ore you get?
© 2008-2011 | Contact Us | Submit News | Privacy Powered by Apache + nginx + Sphinx + ServInt VPS Hosting