Jump to content

Recommended Posts

  • 2 months later...

I mean, I'm not really a programmer but at least some of it seems pretty self explanatory. int EChash is where they create a variable, so called because EC stands for Electric Charge, hash meaning the number signifying the current EC. They also make two other variables, frames and requestAmount.  Below, these are defined with the = operator (OnLoadVessel is probably telling the game to grab the EC value when the vessel loads on the launchpad).  Etc etc.
You just want to read each section carefully and find where ElectricCharge is being referenced. Figure out what terms the game uses to reference the resource you're interested in. Slot it in and see what breaks, find out why, and so on.

Link to comment
Share on other sites

On 7/26/2024 at 3:59 PM, carryyourzero said:

I mean, I'm not really a programmer but at least some of it seems pretty self explanatory. int EChash is where they create a variable, so called because EC stands for Electric Charge, hash meaning the number signifying the current EC. They also make two other variables, frames and requestAmount.  Below, these are defined with the = operator (OnLoadVessel is probably telling the game to grab the EC value when the vessel loads on the launchpad).  Etc etc.
You just want to read each section carefully and find where ElectricCharge is being referenced. Figure out what terms the game uses to reference the resource you're interested in. Slot it in and see what breaks, find out why, and so on.

Yep, I figured it out. Late thanks anyway.

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.
Note: Your post will require moderator approval before it will be visible.

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.

×
×
  • Create New...