playMaker

Author Topic: How much weight does Playmaker add to a build?  (Read 3015 times)

davidosullivan

  • Playmaker Newbie
  • *
  • Posts: 10
How much weight does Playmaker add to a build?
« on: December 02, 2015, 10:05:54 PM »
just wanting to know how many extra MB the Playmaker files add to a build for a game roughly?

KellyRay

  • Full Member
  • ***
  • Posts: 170
Re: How much weight does Playmaker add to a build?
« Reply #1 on: December 03, 2015, 08:51:24 PM »
As far as I can tell, it's virtually unnoticeable.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: How much weight does Playmaker add to a build?
« Reply #2 on: December 04, 2015, 12:30:41 AM »
Hi,

 the PlayMaker dll is 157 Kb, then you add all actions and custom actions, which sums up to 4.6Mb of uncompressed scripts, which are not included as is in the buzild but rather interpreted and I would think that it would be even less then when scripts are zipped, which would make it less than 783K ( I zipped the Actions folder to see it's size).

 So we are looking at around 1Mb footprint.

 Bye

 Jean

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: How much weight does Playmaker add to a build?
« Reply #3 on: December 04, 2015, 11:12:35 AM »
You can also delete actions that you're not using to save a little space.
This is something I'd like to automate as part of the build process...