Install Python 2.2 on your computer, then create an folder named "files" put the .py files you want to compile in and then run the compile.py.
Everything should be now in .pyc (the compile .py must be outside the "files" folder)
Convert gr2 to .obj 08/16/2013 - Metin2 Private Server - 10 Replies there any converter to gr2 - .obj
i need it please :confused::confused:
convert gr 2.6 to 2.4 11/05/2012 - Metin2 Private Server - 1 Replies how i can convert gr files to 2.4?
Could someone convert this please? 03/27/2012 - CO2 Private Server - 0 Replies Hey could someone convert this npc to work for project x source 5165
#region socker
case 794769468:
{
if (Control == 0)
{
GC.AddSend(Packets.NPCSay("Would you like me to make a socket in an item for you?"));
GC.AddSend(Packets.NPCSay(" You must...
asm - convert. 01/15/2012 - General Coding - 5 Replies Hi, can I ask you to rework it so that you can compile the Dev-C++
int getCharW(int Font, char* Name, int nAlign)
{
int TextLen = strlen(Name);
int nret = 0;
__asm
{
push nAlign
push TextLen
convert [help] 11/20/2008 - General Coding - 2 Replies Hello guys,
I'm pretty new to stuff like reading Data out of games,such as warhammer. I found out the pointer + offset for the x / y / z / heading value right now and they're correct, found the same info in a forum, but my problem is, that in cheat engine it looks like this:
X =
Array of Byte = 55 6F 81 49
4bytes = 1233219413
float: 1060330.625
And I was wondering, how I can convert them in C# or in any other language, to get the correct value, which is telling me the x value.