-
Posts
2,491 -
Joined
-
Last visited
-
Days Won
196
Content Type
Profiles
Forums
Events
Everything posted by Dayo
-
The full files are in the main post by the looks of it? This was 11 years ago so they will be long lost i think
-
I’ll have a look at this, looks like this will be a good addition
-
This is a really awesome mod and will be very useful, is there a download link for the module?
-
Maybe they dont want to be contacted?
-
This is exactly why core files should not be edited ... i would advise agains ANY mod that requires you edit files. best bet would be to deactivate those mods and re-install them if you really need them
-
Getting back on topic, if people want to download NWE engine the last known link on archive.org has this file available for download https://web.archive.org/web/20150801223518/http://nw-engine.com/ nwe_free (1).zip
-
Yes your country of residence can prevent you from being sued due to different laws in different countries, the only protection having your server hosted in places like Russia in your example is they will just ignore DMCA notices. But if you are a resident of one of somewhere like UK, USA, Canada etc ... you can still be sued directly for damages/loss of income.
-
None of what you say makes sense and here in the UK copyright lasts for 70 years after author's death. You cant just go around and say "This project hasn't had any updates in a year or two ... its free use now" Plus the fact that on their website there is a "coming soon" legally they can say it's still under development. I would love to see the legislation regarding this as everything i know about copyright/licensing will need to be thrown out the window
-
Really not sure about that one, he may still take a claim to the project. The new owner is under no obligation to reply to emails. Even if he is a asshole it does not make it right for you to break copyright law
-
Perhaps something like that
-
I did make a module to make levels automatically
-
The way i would do it is a bit different and a lot more flex-able rather then edit the output you would edit the input like so. <?php /* crimes.hooks.php */ new hook("crimeData", function ($data) { $data["C_cooldown"] *= 0.9; $data["C_money"] *= 1.1; return $data }); /* crimes.inc.php */ public function method_commit() { /* ... */ $crime = $this->db->select("SELECT * FROM crimes WHERE C_id = :crime", array( ':crime', $crimeID )); $hook = new Hook("crimeData"); $crimeInfo = $hook->run($crime, true); /* ... */ }
-
They were re-named as we now use an auto loader for core classes, it was either rename the file or the class. It was decided it would be easier to rename the file.
-
I can certainly add hooks to manipulate module data.
-
I've made this mod for a few people, it will make several bots and add them in jail in different locations
-
I've been developing several mods over the past few months and I was thinking of releasing them as one big bundle, the general idea is seasonal events to keep your users interested. Ideas ive have so far: (bold are already coded) New Years - Resolutions - The user picks 3 of 6 tasks if they complete them they get a reward Valentines Day - Marriage mod - Two users can get married, when one dies the other gets all their stuff. St Patricks Day - For 24 hours crime and theft chance is increased Easter - Easter Egg Hunt - Across various different pages there are hidden eggs for you to find, each egg has a different reward Halloween - Not sure yet Movember - Not sure yet but i think it would be a good idea Christmas - Advent calendar - Each day on the run up to Christmas users can get a prize. If there are any other seasonal events you would like just say. The price of this would be about $35USD but i would add more seasonal events as the year goes on.
-
@Sim in the case of your advanced crimes I think the user should have to deactivate the old one to install the new one. In your case your mod changes the .inc .tpl .hook .admin files … it is a whole different mod. I can see a scenario where you would want this I.e. on the user panel you may want to add new fields for admins to edit. But this would be module by module for me/developers to implement. A lot of people have asked for this, I was thinking about releasing it as a free mod then people can deactivate kill and activate attack
-
Just thought I would post my plans for GL 2.4.0 here and everyone can give their opinions/suggestions. New Item System The current item system is very limited, I wanted to expand on it. It is quite a core function of a game and IMO shouldn't be behind a pay wall so this will be part of the core framework and not behind GL Premium At the core it will just be a very basic system where items can be one of either (Wearable, Consumable or Ammo) Items can have one or many effects i.e. +10% Attack, +15% Health etc ... A Premium membership feature With points you will be able to become a premium member Im not sure what sort of benefits to give the member here, i did just think about giving them a special colour etc ... I can provide hooks so people can make custom modules that use this. Improve the core database structure by implementing foreign keys If you think there is anything else you want in the next release just ask, ETA for this i would like to say is mid/end of June i would like to ssay this year but it can always slip to 2022 lol
-
After a week of testing i am finally moving GL V2.3.0 from pre-release to full release. Gangster Legends V2.3.0 has several changes including: A improved module manager that is now able to handle module bundles. A better admin template A Better default template with new menus as well as support for more menu item detail Various module bug fixes Added CSFR checking to the core of GL Improved how GL loads classes Full AJAX support (disabled by default) Added player search and hospital to the core modules. For the next two weeks i will be running a promotion on GL Premium, the price has been reduced from $100 to $90! Demo Download Report bugs Buy GL Premium
-
I could but if people are editing their game I don’t want errors that they made them selfs
-
As GLPremium becomes more and more popular i need a central place to track bug tickets, i was making a mod to do this for me but until that is ready I've made a Trello board, if you are a GL Premium Owner and want access just PM me your email and ill add you to the board. There you can see what Im currently working on, suggest new ideas, raise bugs and ask for support.
-
Games i have worked on that use GL Premium: https://mafia-rules.com https://dark-minds.com https://dystopian.life https://northernmafiagame.com https://ml.glscript.net https://crimecity.cc There are more these are just a few of the top of my head ...