Jump to content

Regarding source code modification of the game


Doomdivine
 Share

Recommended Posts

Hi, i just wanted the developers to answer this one:

Is it possible to modify the source code in such a way that we can add a big number library to the game,

So that i could make the most overpowered unit in an rts game ever, who has a googolplex armor and a googolplex hack, pierce and crush damage?

I mean a boost library or another big number library like that?

And his armor, hack, pierce and crush attack could be represented as 9.9999ee100 or something like that?

Edited by Doomdivine
Link to comment
Share on other sites

1 hour ago, Doomdivine said:

Hi, i just wanted the developers to answer this one:

Is it possible to modify the source code in such a way that we can add a big number library to the game,

So that i could make the most overpowered unit in an rts game ever, who has a googolplex armor and a googolplex hack, pierce and crush damage?

I mean a boost library or another big number library like that?

And his armor, hack, pierce and crush attack could be represented as 9.9999ee100 or something like that?

Hey you can already set the unit values to pretty big numbers without the help of library. To change values you just have to edit xml files :)

Link to comment
Share on other sites

36 minutes ago, Doomdivine said:

Sure, but actually my requirements are specific, i just want to add a big number library which supports values upto a googolplex or larger, so would that be possible?

Also how much time would it take?

You're gonna be limited by whatever the limit in JavaScript is. So you're gonna have to work around that probably with a custom type and for c++ the Cfixed code for integer floats. It seems like a lot of work for little benefit. You probably also need to fix the UI. Else you're probably just gonna see "Infinity" or NaN.

Link to comment
Share on other sites

Ok but it can be done right? I mean can boost multiprecision support be added, cause it supports some really large numbers?

I am actually not a programmer, its my brother who would help me in these modifications, as he has experience, so please dont mind my questions

Edited by Doomdivine
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...