Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Nostale
You last visited: Today at 10:34

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

Advertisement



Item.dat ->Open a file .NOS

Discussion on Item.dat ->Open a file .NOS within the Nostale forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jul 2013
Posts: 74
Received Thanks: 10
Item.dat ->Open a file .NOS

Hi, I would like to know how do you open a file. NOS / As for skill.dat but this is a person who directly send me :/ (I thank ^ ^)
Because I'd like to help me with another file. Thank you for helping me: D
scream52 is offline  
Old 08/13/2013, 14:39   #2
 
elite*gold: 0
Join Date: Aug 2013
Posts: 154
Received Thanks: 166
Look this, ..

Thread with decrypter:
Sm•ke is offline  
Old 08/13/2013, 14:55   #3
 
elite*gold: 0
Join Date: Dec 2012
Posts: 92
Received Thanks: 1
But, how to use it?
nekomee is offline  
Old 08/13/2013, 14:57   #4
 
elite*gold: 0
Join Date: Oct 2010
Posts: 514
Received Thanks: 65
You need to download any c++ language program then copy paste this code and debug ;_;
szymek111 is offline  
Old 08/13/2013, 15:06   #5
 
elite*gold: 0
Join Date: Aug 2013
Posts: 154
Received Thanks: 166
if you know c++ u can use the code else you need study

like ide i think that visual studio 2013 is perfect..
Sm•ke is offline  
Old 08/13/2013, 15:19   #6
 
Furkiii's Avatar
 
elite*gold: 0
Join Date: Apr 2010
Posts: 384
Received Thanks: 137
Smoke can you compile and upload the .exe ?
Furkiii is offline  
Old 08/13/2013, 15:22   #7

 
_RowLegend_'s Avatar
 
elite*gold: 237
Join Date: Sep 2012
Posts: 982
Received Thanks: 1,199
Quote:
Originally Posted by Nathan Explosion View Post
Falls jemand nen Unpacker für NSlangData.nos NScliData.nos NSetcData.nos NSgtdData.nos braucht
^
_RowLegend_ is offline  
Thanks
1 User
Old 08/13/2013, 15:34   #8
 
elite*gold: 0
Join Date: Aug 2013
Posts: 154
Received Thanks: 166
oh yeah, just decompiler.. and now who doing the encryption + packer ?

i've packer, now i work on encrypt ^^
Sm•ke is offline  
Old 08/13/2013, 18:32   #9
 
ernilos's Avatar
 
elite*gold: 20
Join Date: Jan 2012
Posts: 766
Received Thanks: 645
Quote:
Originally Posted by Sm•ke View Post
oh yeah, just decompiler.. and now who doing the encryption + packer ?

i've packer, now i work on encrypt ^^
Ouch, yes, hard as hell done compress eh? :I
Code:
	if(this->FileSaveDialog1->Execute())
	{
		this->Memo2->Lines->Add("Starting repack the file...");
		FILE *file;
		file =fopen(AnsiString(this->FileSaveDialog1->FileName).c_str(),"wb");
		if(file != NULL)
		{
			fwrite(&file_amount,1,4,file);
			for(int i = 0; i < file_amount; i++)
			{
				fwrite(&dFile[i].index,1,4,file);
				fwrite(&dFile[i].name_size,1,4,file);
				fwrite(dFile[i].name,1,dFile[i].name_size,file);
				fwrite(&dFile[i].encryption,1,4,file);
				fwrite(&dFile[i].f_size,1,4,file);
				fwrite(dFile[i].file,1,dFile[i].f_size,file);
				this->Memo2->Lines->Add("File [" + UnicodeString(AnsiString(dFile[i].name))+"] added!");
			}
			fclose(file);
			this->Memo2->Lines->Add("File compressed!");
		}
		else
		{
			 this->Memo2->Lines->Add("I can't save the file...");
		}
	}
ernilos is offline  
Old 08/13/2013, 18:56   #10
 
elite*gold: 0
Join Date: Aug 2013
Posts: 154
Received Thanks: 166
Quote:
Originally Posted by ernilos View Post
Ouch, yes, hard as hell done compress eh? :I
Code:
	if(this->FileSaveDialog1->Execute())
	{
		this->Memo2->Lines->Add("Starting repack the file...");
		FILE *file;
		file =fopen(AnsiString(this->FileSaveDialog1->FileName).c_str(),"wb");
		if(file != NULL)
		{
			fwrite(&file_amount,1,4,file);
			for(int i = 0; i < file_amount; i++)
			{
				fwrite(&dFile[i].index,1,4,file);
				fwrite(&dFile[i].name_size,1,4,file);
				fwrite(dFile[i].name,1,dFile[i].name_size,file);
				fwrite(&dFile[i].encryption,1,4,file);
				fwrite(&dFile[i].f_size,1,4,file);
				fwrite(dFile[i].file,1,dFile[i].f_size,file);
				this->Memo2->Lines->Add("File [" + UnicodeString(AnsiString(dFile[i].name))+"] added!");
			}
			fclose(file);
			this->Memo2->Lines->Add("File compressed!");
		}
		else
		{
			 this->Memo2->Lines->Add("I can't save the file...");
		}
	}
isn't complete ^^ fail !

PS. i've 4/5 of encrypt, shut up please
Sm•ke is offline  
Old 08/13/2013, 20:16   #11
 
elite*gold: 0
Join Date: Mar 2012
Posts: 8
Received Thanks: 0
Why you encrypt is for the community ?! So it's for all people the noob and the developper !
benjiix is offline  
Reply


Similar Threads Similar Threads
How open .wld file
05/22/2013 - Last Chaos - 46 Replies
Hi, i see this picture http://img6.imagebanana.com/img/yydyf6q1/thumb/ma p.jpg and have a question :) How can I open this file? I tried to use serious editor 3.0 but it doesn't work.
plz help me how edit or open this file C3.File
08/20/2011 - Conquer Online 2 - 3 Replies
Please help me I want to edit this file .C3 or open I can not open the file completely
How to open mesh file and anim file(dekaron).PLZ~
02/15/2010 - Dekaron Private Server - 11 Replies
How to open mesh file and anim file(dekaron).PLZ~
how to open a dat file?
07/29/2005 - Conquer Online 2 - 1 Replies
can any1 tell me plz?



All times are GMT +2. The time now is 10:34.


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.