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

Sword's New scaling math(magic scaling) #82

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

igotyou
Copy link

@igotyou igotyou commented Dec 26, 2014

So yeah as i said in the changelog, I have NO idea how any of this works, i just pretty much copied the code from his pastebin, additionally I have no idea if there are bugs in this code, since It's near impossible to get a damn spigot jar to compile against. So if anyone has a dev enviroment with citadel and spigot/craftbukkit, please just make sure there aren't any errors in eclipse at least.

@ribagi
Copy link

ribagi commented Dec 26, 2014

this isn't the main github anymore, github.com/civcraft is the main git.

@ghost
Copy link

ghost commented Dec 26, 2014

Yup, all Civcraft repos can be found at https://github.com/civcraft

@ttk2
Copy link
Owner

ttk2 commented Dec 26, 2014

also the code was psudocode you needed to replace a bunch of stuff, none of
the math, mostly just getting the other factories (so some DB stuff) and
their locatons

On Fri, Dec 26, 2014 at 4:34 PM, Dr. Andrew Jawa notifications@github.com
wrote:

Yup, all Civcraft mod repos can be found at https://github.com/civcraft


Reply to this email directly or view it on GitHub
#82 (comment).

@ttk2
Copy link
Owner

ttk2 commented Dec 27, 2014

http://www.wolframalpha.com/input/?i=cubic+fit+%7B5000%2F1000%2C1000%7D%2C%7B5000%2F2500%2C100%7D%2C%7B5000%2F5000%2C1%7D

Sword and I have been playing around, made this, thoughts?

On Fri, Dec 26, 2014 at 5:32 PM, justin kilpatrick <
kilpatrickjustin@gmail.com> wrote:

also the code was psudocode you needed to replace a bunch of stuff, none
of the math, mostly just getting the other factories (so some DB stuff) and
their locatons

On Fri, Dec 26, 2014 at 4:34 PM, Dr. Andrew Jawa <notifications@github.com

wrote:

Yup, all Civcraft mod repos can be found at https://github.com/civcraft


Reply to this email directly or view it on GitHub
#82 (comment).

@ribagi
Copy link

ribagi commented Dec 27, 2014

http://www.wolframalpha.com/input/?i=5e%5E-%285*x%2F1000%29+%2B+6+-+%283x%2F2500%29+%2B+1+between+0+to+5000

This is one that I have been working on myself.

What do the axis mean on your ttk?

@ttk2
Copy link
Owner

ttk2 commented Dec 27, 2014

x = 5000/r where r is the distance to the other factory

On Fri, Dec 26, 2014 at 9:58 PM, ribagi notifications@github.com wrote:

http://www.wolframalpha.com/input/?i=5e%5E-%285*x%2F1000%29+%2B+6+-+%283x%2F2500%29+%2B+1+between+0+to+5000

This is one that I have been working on myself.

What do the axis mean on your ttk?


Reply to this email directly or view it on GitHub
#82 (comment).

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.

None yet

3 participants