Skip to content
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

Change UMC-Mapcycle parsing from Valve KV to Sourcemod's SMC parser. #17

Open
Steell opened this issue Jul 17, 2012 · 0 comments
Open

Comments

@Steell
Copy link
Owner

Steell commented Jul 17, 2012

Changing this will remove any weird issues normal KV's can have with group names.

Note that this change will require significant changes to how UMC processes the mapcycle. Instead of passing the KV handle to all functions dealing with a mapcycle, instead we will have to pass around some other structure to represent them.

Possibilities:

  1. Tries (of Tries)
  2. A KV which is gaurenteed to have the correct information (all fields which may be ambiguous when parsed by the KV parser will be stored in a non-ambiguous way [i.e. as Values rather than Sections]).
@ghost ghost assigned Steell Jul 17, 2012
@Steell Steell removed their assignment Dec 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant