Register for your free account! | Forgot your password?

You last visited: Today at 15:23

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



StrRes.ini

Discussion on StrRes.ini within the Conquer Online 2 forum part of the MMORPGs category.

Closed Thread
 
Old   #1
 
elite*gold: 0
Join Date: Apr 2005
Posts: 970
Received Thanks: 17
Sometimes I like looking through the files and read them. I found these + more but these ones mainly (In the StrRes.ini)

Quote:
10447=Maximum items in the oven!
10448=It has been put into the oven!
10449=The item can't be crafted!
10457=Relieve 2% damage
10458=Relieve 4% damage
10459=Relieve 6% damage
I guess the relieve damage is the turtle gem or whatever its called

Also in the file are these sorts of lines "100133=Look! %d %d %d, %d! Big!"

Thats obviosly from gambling but the variables '%d' are all the same, I dont get it. In a batch file thats how variables are displayed but there all the same letter, so say if runs a random process to detemain what dice face is rolled eg:

Code:
Dim I As Integer
Dim Dice As Integer
For I = 1 to 3 'Runs 3 times for all the %d variables, not including the one after the ","
Randomize
Dice = Int(Rnd *6) +1
'Calls the information from the text file, stores it to a temp string variable
'Replaces %d with dice
Dice = " " 'Clears Dice variable
next 'Back to start of loop unless its finished
Anyways, you should get what im trying to say, Do you think its posible to use the StrRes.ini variables in another application. Eg Health check rather then defeating DMA just read off the %d variable.

Anyways, Just an Idea
Hojo is offline  
Old 08/18/2005, 14:27   #2
 
elite*gold: 0
Join Date: Jul 2005
Posts: 5
Received Thanks: 0
while i'm not familiar with co client internals...

remember that in C you say:

printf("first number: %d, 2nd number %d, 3rd number %d", a, b, c);

where a b c are numbers (preferable ints since %d but not obligatory) and %d is just "where they are placed so the output would be: (if a=10, b=20, c=30)

1st numer: 10, 2nd number: 20, 3rd number: 30

might be same in co. just indicator that numeric value is passed as parameter. hell knows how to refer to those. perhaps array of parameters that is accessed in strings.

for tiny fuge (that has no arrays implemented) i created lib that implements them. you adress by name_X_Y instead of name[X,Y] or even *** ol name[x][y]

//me
just my 0cent worth
blux is offline  
Old 08/18/2005, 16:53   #3
 
elite*gold: 0
Join Date: Apr 2005
Posts: 970
Received Thanks: 17
Quote:
Originally posted by blux@Aug 18 2005, 14:27
while i'm not familiar with co client internals...

remember that in C you say:

printf("first number: %d, 2nd number %d, 3rd number %d", a, b, c);

where a b c are numbers (preferable ints since %d but not obligatory) and %d is just "where they are placed so the output would be: (if a=10, b=20, c=30)

1st numer: 10, 2nd number: 20, 3rd number: 30

might be same in co. just indicator that numeric value is passed as parameter. hell knows how to refer to those. perhaps array of parameters that is accessed in strings.

for tiny fuge (that has no arrays implemented) i created lib that implements them. you adress by name_X_Y instead of name[X,Y] or even *** ol name[x][y]

//me
just my 0cent worth
WEll CO Is made in C and i dont know C so your probly right, now just to find a way to read them...
Hojo is offline  
Old 08/19/2005, 11:24   #4
 
elite*gold: 0
Join Date: Jul 2005
Posts: 90
Received Thanks: 0
this wouldent do any good since the out doesent come until after final bets are made
No_messiah is offline  
Old 08/19/2005, 13:03   #5
 
elite*gold: 0
Join Date: Apr 2005
Posts: 970
Received Thanks: 17
Quote:
Originally posted by No_messiah@Aug 19 2005, 11:24
this wouldent do any good since the out doesent come until after final bets are made
No, I meant to read health, not the gambling results
Hojo is offline  
Old 08/19/2005, 13:19   #6
 
elite*gold: 0
Join Date: Jul 2005
Posts: 90
Received Thanks: 0
rofl ic ic sry about that post then but why not read the health from the memmory with the deafeated dma? i mean its gotta be faster to chek it there then in the file cause you would have open, read and close rather then just chekking a mem adress?
No_messiah is offline  
Old 08/19/2005, 16:23   #7
 
elite*gold: 0
Join Date: Apr 2005
Posts: 970
Received Thanks: 17
Quote:
Originally posted by No_messiah@Aug 19 2005, 13:19
rofl ic ic sry about that post then but why not read the health from the memmory with the deafeated dma? i mean its gotta be faster to chek it there then in the file cause you would have open, read and close rather then just chekking a mem adress?
Maybe...but it would be easyer then defeating the DMA
Hojo is offline  
Closed Thread


Similar Threads Similar Threads
ItemType.dat ,StrRes.ini [Always update]
04/29/2010 - CO2 Exploits, Hacks & Tools - 15 Replies
New ItemType.dat , StrRes.ini Patch 5229 1- itemType.dat Weapons Examples:- EmperorKatana. EmperorKatana. EmperorKatana. EmperorKatana. -------------------------------
ItemType.dat,StrRes.ini ALWAYS UPDATE!
01/18/2010 - CO2 Exploits, Hacks & Tools - 55 Replies
New itemtypei.dat, StrRes.ini for patch 5203 Weapons Examples:- EmperorKatana EmperorKatana EmperorKatana EmperorKatana ------------------------------- TalisMans Examples:- HeavenFan
StrRes
04/13/2008 - Conquer Online 2 - 1 Replies
i was looking back over the StrRes and there is soem weird shit 11076=The cloak of death can work for %d minutes and %d seconds. 11077=Remove the cloak of death? is just some of it. New implement soon? (maybe the next 5 or 6 years) 11071=Do you want to recover %s by paying %d CPs£¿ :S
Query on StrRes
12/20/2005 - Conquer Online 2 - 4 Replies
I was wondering, is it possible to edit the "your husband/wife is online" message, or the "xxx has been killed by xxx" message etc through the StrRes.ini? If they are indeed in there, i couldnt find them >.> sorry to seem noobish in asking this, i did use the search function and i couldnt find anything on this :/ TY for your time and any help you can give



All times are GMT +2. The time now is 15:23.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.