orsino Posted December 22, 2019 Posted December 22, 2019 hello i want to create a new game using the chivalry engine . https://github.com/rykas-productions/chivalry-engine the mayor thing i want to change to it is adding images to the items/houses i know i need to add a new row in invetory where the img would be and add to the files (staff and user files ) is there anyone willing to help me a hand on what i need to do exatly Quote
ags_cs4 Posted December 22, 2019 Posted December 22, 2019 no one used the engine but so far as i had seen its bassed on MCC V2 if not its the same @dave what you think of the engine?? stolen?? Quote
AdamHull Posted December 22, 2019 Posted December 22, 2019 (edited) I agree looked over this and it's using $ir[''] And $h->endpage(); @Dave require "header.php"; include "config.php"; define("MONO_ON", 1); [/Code] Edited December 22, 2019 by adamhull Quote
Dave Posted December 22, 2019 Posted December 22, 2019 3 hours ago, ags_cs4 said: no one used the engine but so far as i had seen its bassed on MCC V2 if not its the same @dave what you think of the engine?? stolen?? This looks an awful lot like MCCodes. @TheMasterGeneral this looks a lot like a rip of MCCodes with a lot of changes, any comment? Quote
Magictallguy Posted December 23, 2019 Posted December 23, 2019 That PDO wrapper is a slightly-reworked version of revision 1 of my own PDO wrapper, combined with elements from MCCv2's MySQLi wrapper. The file structure, with very few renames, is very similar to MCCv2. The logic is setup to use the `$ir` variable to hold the active player's details - very MCC. Multiple files have various alterations, but are still closely comparable to MCC. Chivalry truly is dead in this case. It's straight-up theft 2 Quote
orsino Posted December 23, 2019 Author Posted December 23, 2019 thx to all it seems like i need to take a look into a new engine then Quote
ags_cs4 Posted December 23, 2019 Posted December 23, 2019 9 hours ago, Magictallguy said: Chivalry truly is dead in this case. It's straight-up theft yup i totaly agree @orsino if u want my opinion try TITAN (still in development) , or gangster legend v2 both are good. Quote
orsino Posted December 23, 2019 Author Posted December 23, 2019 2 hours ago, ags_cs4 said: yup i totaly agree @orsino if u want my opinion try TITAN (still in development) , or gangster legend v2 both are good. Do you have a link to the titan source? Quote
Dave Posted December 23, 2019 Posted December 23, 2019 14 minutes ago, orsino said: Do you have a link to the titan source? https://titan.pbbg.io 1 Quote
KyleMassacre Posted December 24, 2019 Posted December 24, 2019 On 12/22/2019 at 2:40 PM, adamhull said: I agree looked over this and it's using $ir[''] And $h->endpage(); @Dave require "header.php"; include "config.php"; define("MONO_ON", 1); [/Code] One of the biggest things is “MONO_ON” which if I recall is short for Mono Country and even shorter MC code Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.