-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Config files restructure #20
Conversation
…now loads from config directory
|
||
[![Build Status](https://travis-ci.org/NateShoffner/PySnip.svg?branch=master)](https://travis-ci.org/NateShoffner/PySnip) | ||
# About this fork # |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't merge in the 'about this fork' part of the readme. EDIT: removed
This is a great and huge change. I don't really remember the project structure too well to judge whether it correlates with the potential One concern I have is does it break potentially any userscripts? Feels like |
It's been a while since I looked at this so I could be wrong, but from memory this doesn't change anything in regards to installing as a package. I think once I got the config file parts working I did look into it but got stuck - @noway421 what exactly do you mean by Also I'd be interested to know if anyone with commit privileges would be willing to review and merge (or give feedback on) these changes. I'll also fix the readme changes that aren't relevant to this. |
Yep, most probably it is not related to I remember I spot some issue with enet too, a better way would be to include it altogether, at least for a first release. I'm seeing I feel like some user scripts (which are in I'm planning to take a deeper look into pip module and I'll try to base off my changes from your config changes (i.e. from https://github.com/swalladge/PySnip |
I think another good option would be to inspect all the scripts we currently have and update any references to suit the new config layout. I won't have much time over the next few weeks, but after that I'll check it out. |
I went through your changes again, actually my concerns are unfounded: the userscripts are still relatively the same to maps and config files. They are both in In that case, even if some problems do arise it is possible to fix them within the pysnip repo. 👍 I'd say it's good to merge |
As a legitimate thing who approves the merges and stuff? This has been sitting here for quite a while, I'm looking into OpenSpades development and am looking at this and the client and am rather dissapointed in how lackluster the activity is. |
@StripedMonkey development on PySnip hasn't happened for a long time unfortunately. You might want to check out an active fork that includes this PR and many new improvements: https://github.com/piqueserver/piqueserver/ :) |
Cool, I suppose part of the issue is that this is the server management that is advertised on https://www.buildandshoot.com/download/ I didn't see the other one. |
BNS link should really be updated tbh |
@StripedMonkey @noway see pr --> BuildandShoot/buildandshoot.github.io#12 feedback welcome! Hopefully a maintainer there will be willing to merge. 😄 Edit: though this isn't the place to discuss this - jump on one of the bridged piqueserver chat channels! |
Closing this pull request since everything useful in here has been merged to piqueserver and I have no intention to work on or maintain anything in this PR/repo in the future. |
RIP pull-request, you served us well |
The changes here mostly deal with restructuring how/where confile files, scripts, maps, etc. are loaded from.
~/.pysnip
(the location can be changed through program arguments)configs/README.md
)~/.pysnip
for getting started.