Suggestion - Modified File. - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: Suggestion - Modified File. (/Thread-Suggestion-Modified-File) |
Suggestion - Modified File. - amonvangrell - 05-15-2014 10:51 PM Hi guys, I would like to make a suggestion to sphere structure. Every time that the server release a new update, I feel really happy and really sad. Sad because I know that in order to use it, I'll have to implement all my modification to every single file again. And that's really something that takes time. I have been trying my best to make my system so I would reduce this kind of thing, but still, in the end I have allot of modifications to the sphere script itself that I cannot help but change it to the file. So my suggestion is to sphere implement a reading file that reads after all the scripts, applying the changes in it to the current script pack. So lets say, in the end you don't have to change any file, because all your scripts and modifications will be applied to the sphere by this last file. So, modifications to sphere.ini information, and at all sphere scripts, will be over read by this file. This is an Example: Code: //Modification file: So whenever sphere is updated I just have to drop the new pack on the folder and keep going with my server. Is this possible? What do you guys think? Thanks! RE: Suggestion - Modified File. - kn4tseb - 05-15-2014 11:19 PM good idea, woulbe be really cool RE: Suggestion - Modified File. - XuN - 05-15-2014 11:37 PM This is why the revisions viewer was implemented (However its down now because of Ben's net problems), you can update via svn from there. Also, I always had my modifications in a custom folder, even regionresource changes, or whatever. Just to be able to delete scripts (not my folder) and place the new ones without any problem. RE: Suggestion - Modified File. - Feeh - 05-16-2014 05:04 AM It is working fine here http://spherescripts.sytes.net/listing.php?repname=Sphere+Script+Pack |