Skip to content

Conversation

@pinchedloaf
Copy link

@pinchedloaf pinchedloaf commented Jan 5, 2018

I have done the following:

  • Integrated all existing pull requests from other forks of the current master for this repo.

  • removed exact duplicates, keeping the files which were most descriptive of the game, version, etc.

  • Integrated another CET dump, which brings the number of unique CT's up to approximately 10,000.

  • Integrated additional CT's from inital repo creation.

  • See additional pulls/commits for details on other changes:

  • pruning bad CT's

  • removing online game CT's

  • some organization of games to directory.


Post acceptance, I'll be working on naming structures for versioning, attribution, labeling, etc. for CT's; which includes writing a bit of the specification in the core README.md file.

I'd be interested in maintainer access as well, if you are still looking for peeps to do it.

imm0r and others added 30 commits March 3, 2017 00:54
Table contains online options that affect other people's simple game play. Either revise the table, removing some options or delete it altogether if too much hassle.
Using fdupes, remove exact file duplicates, regardless of name.

Filtering:
- Preferred saving dupes that were pre-sorted by name.
- Kept highest 'version' number otherwise.
Merge non-mainline Grimm Dawn addition to repo.
…bles

Merge vanhelsing patch from kaipozadia. Will need to move this to x64 in
the filename, post merge.
- Moved kaipozadia merge to x64 filename.
- Restored original x86 file.
Includes addition of new downloaded tables and some personal tables.
All files except README markdown have been lowercased.

Extensions:
find . -type d -execdir rename 's/(\.[A-Z]+$)/lc($1)/ge' *.*[A-Z]* \;

Files:
find . -type d -execdir rename 'y/A-Z/a-z/' * \;

With a bit of manual massaging.
Using fdupes, remove exact file duplicates, regardless of name.

Filtering:
- Preferred saving dupes that were pre-sorted by name.
- Kept highest 'version' number otherwise.
Moved tables from root directory to personal tables directory from
rcg4u.
All files except README markdown have been lowercased.

Extensions:
find . -type d -execdir rename 's/(\.[A-Z]+$)/lc($1)/ge' *.*[A-Z]* \;

Files:
find . -type d -execdir rename 'y/A-Z/a-z/' * \;

With a bit of manual massaging.
attribution once markdown format is finalized.
Initial draft for directory and table naming conventions for ct's.
Inline link table name format to respective sections.
pinchedloaf and others added 29 commits January 17, 2018 23:51
This is only added to have a full historical record of
cet.archive.rar. These files are already filtered in
the main tables location; and will be used to create a
tag before removing them.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants