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

Missing autoversioning and updater includes #27

Closed
JoinedSenses opened this issue Apr 13, 2018 · 4 comments
Closed

Missing autoversioning and updater includes #27

JoinedSenses opened this issue Apr 13, 2018 · 4 comments

Comments

@JoinedSenses
Copy link

Requires includes that aren't added to your git

@fakuivan
Copy link
Owner

I don't include other projects in this repo. All includes are downloaded when there's the need to compile the source, the travis builder does that (Yes, I know those should not refernce the master branch, but that's a separate issue).

@fakuivan
Copy link
Owner

You're right, you can't find those includes anywhere, they are build dependent. If you wish to make changes to the source and build the project yourself I advice you to read the .travis.yml build file.
If you just want to compile the latest release from this repo you have two options:

Those have all of the files you need to build the project, then just compile tf2_taunts_tf2idb.sp.
Notes:

  • Add the _USE_TF2II_INSTEAD_OF_TF2IDB= flag if you plan on building for the TF2II API.
  • You must download the correct package for the correct API, otherwise the updater will update (if you want to build the project for the TF2II API, download that version, and viceversa) you back to the version you downloaded.

@JoinedSenses
Copy link
Author

JoinedSenses commented Apr 14, 2018

Awesome, thank you. I realized how much of a retard I was after seeing there's a /release section. First time I've seen a sourcemod plugin on gh using travis and that section.

@fakuivan
Copy link
Owner

Yes, building this is a PITA, sadly I don't have time for this now, I was thinking I could dedicate some time at the end of the semester. I am still figuring out the best way to build sp projects (maybe sm-builder?), #20 is open for this reason. Thanks for pointing this out.

Mind changing the title to something more descriptive? Like "Missing autoversioning and updater includes".

@JoinedSenses JoinedSenses changed the title Includes list outdated Missing autoversioning and updater includes Apr 14, 2018
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

2 participants