Jump to content
MakeWebGames

Recommended Posts

Posted

How do you convert v1 mods to v1.lite i have never used lite before but willing to give it a try unfortunately i dont really know the differences between the 2 source codes apart from ones free but as i said i have never used v1 or v1 lite so i was just wondering if anyone could tell me?

Posted

Re: Question..

 

How do you convert v1 mods to v1.lite i have never used lite before but willing to give it a try unfortunately i dont really know the differences between the 2 source codes apart from ones free but as i said i have never used v1 or v1 lite so i was just wondering if anyone could tell me?

First this isn't help section and there is a conversion table in the other forum topic..

Posted

Re: Question..

v1 and lite are almost the same

maybe the same..

i would go through your v1 lite source and then go through v1 source and notice any differences on the coding style like

 

 mysql_query() is $db->query 

in v1 to v2

also You are using in v1 the include userdata where v2 is in the globals..

so just research it in your scripts and find the answer...

Posted

Re: Question..

as thahacker07 told you, V1 and lite are basicly the same, though ocasionally you might bump into one or other missing parameter, no biggie here as they are all usually quick fixed and if you get to know the code, you will notice it is quite an easy task. even V2 mods can be converted to V1 standards, with more or less work, they can be all working in V1 (lite in your case).

Just check the V2-V1 conversion thread and off you go!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...