jaberwocky Posted July 2, 2017 Posted July 2, 2017 I just recently started using Milk Economy and so far I like it a lot. What I like most is that as dragonborn, the character is forced to have herself milked like a cow (most of the time I have the dialogue option disabled). That is, unless you do not mind exploring dungeons with a couple of debuffs. With regard to this, I have a small feature request... Could you add a chance to force feeding? And perhaps allow a bigger bonus to the lactacid in the process? The reason; when the dragon wants to explore a dungeon, she will usually start with getting milked to avoid the debuffs. But when a forced feeding event occurs, she will have to wait near a milk pump till she can get herself milked again, while hoping that forced feeding does not occur again. In a sense, the milk pumps will have a bigger control over the dragonborn through her breasts. As a bonus, this feature could force the dragonborn to get milked like a cow a decent amount of times per week, while still allowing her to explore large dungeons without suffering from debuffs too much. But as I said earlier, this feature is only useful when the dialogues are turned of. Anyway, so far I really enjoy your mod! hmm, my dragonbornlady has already problems to be not full after some horus without lactacid and with lactacid she produces more milk then she can hold in a hour milked i nriverwood and was going over to do the bleack falls barrow dungeon and as i reached the 2. spider (the room with the waterfall the breast where already full again, aroudn 2-3 hours with the figths This is actually what I try to solve. You can decrease the amount of milk that she will produce at a regular basis to solve the dungeon problem. Yet with a chance on forced feeding, the dragonborn still gets her weekly doses of milking. The interval at which she has to get milked, will be a lot less regular. When you wish to explore a dungeon, the dragonborn will have to milk herself till her breasts are milked dry while her stomach is not filled with lactacid.
xarvenius Posted July 2, 2017 Posted July 2, 2017 I just recently started using Milk Economy and so far I like it a lot. What I like most is that as dragonborn, the character is forced to have herself milked like a cow (most of the time I have the dialogue option disabled). That is, unless you do not mind exploring dungeons with a couple of debuffs. With regard to this, I have a small feature request... Could you add a chance to force feeding? And perhaps allow a bigger bonus to the lactacid in the process? The reason; when the dragon wants to explore a dungeon, she will usually start with getting milked to avoid the debuffs. But when a forced feeding event occurs, she will have to wait near a milk pump till she can get herself milked again, while hoping that forced feeding does not occur again. In a sense, the milk pumps will have a bigger control over the dragonborn through her breasts. As a bonus, this feature could force the dragonborn to get milked like a cow a decent amount of times per week, while still allowing her to explore large dungeons without suffering from debuffs too much. But as I said earlier, this feature is only useful when the dialogues are turned of. Anyway, so far I really enjoy your mod! hmm, my dragonbornlady has already problems to be not full after some horus without lactacid and with lactacid she produces more milk then she can hold in a hour milked i nriverwood and was going over to do the bleack falls barrow dungeon and as i reached the 2. spider (the room with the waterfall the breast where already full again, aroudn 2-3 hours with the figths This is actually what I try to solve. You can decrease the amount of milk that she will produce at a regular basis to solve the dungeon problem. Yet with a chance on forced feeding, the dragonborn still gets her weekly doses of milking. The interval at which she has to get milked, will be a lot less regular. When you wish to explore a dungeon, the dragonborn will have to milk herself till her breasts are milked dry while her stomach is not filled with lactacid. have you take into your thinking that the amount of milkproduction gets bigger sligthly over time when pregnant or regularly milked?
Ed86 Posted July 8, 2017 Author Posted July 8, 2017 Can you increase the milk slave slots? not interested, 20 is enough
chajapa Posted July 8, 2017 Posted July 8, 2017 More Maids? With only 2 they get to level 4 or 5 and they're making milk so fast I might have to write a mod for a guy that follows us around with a MOP AND BUCKET just to clean up all the leaked milk! I think my computer might have heart failure if I ever get up to 20 maids...hahahah
LinksSword Posted July 8, 2017 Posted July 8, 2017 I have a powerful pc so its no task for me. i already made all of whiterun women into maids.
Ed86 Posted July 9, 2017 Author Posted July 9, 2017 I have a powerful pc so its no task for me. i already made all of whiterun women into maids. lucky you, yet that doesnt change most important part: not interested you can do it though, its just 1 letter code to have 120 slavemaids *grabs tea and crawls back under the blanket* GL HF
jaberwocky Posted July 9, 2017 Posted July 9, 2017 My character (level 10 milk maid by now) cannot ask npc's to have her breast getting milked, thus is reduced to using the milk pumps. To avoid too much problems, I've set the milk production to be very low thus it takes slightly more than two days for her breasts to be completely filled. As xarvenius pointed out, despite settings there will always be an increase in milk production over time, but that is something that the debug-menu can adjust. As you might be able to guess, I like the deviousness that this mod can provide to my character and use it mostly for that purpose. And breasts that swell up beyond being what you (are the dragonborn) might enjoy, is fun as well. With the devious part in mind, I have a request: Could you add the option that you can only get milked when the breasts are filled more than 50% (or have some sort of slider)? That way, as a player at some point you face a choice, wait a bit longer and get milked first as the breasts are filled at 25% already? Or enter the dungeon and at some point force to face the downside of having large breasts sloshing with milk? Messages like "the breasts are becoming uncomfortably large", but you are not able to reduce the pressure yet, will automatically increase the devious part a bit. Anyway, I hope you like this suggestion.*grabs tea and start-up Skyrim again*
LinksSword Posted July 9, 2017 Posted July 9, 2017 I have a powerful pc so its no task for me. i already made all of whiterun women into maids. lucky you, yet that doesnt change most important part: not interested you can do it though, its just 1 letter code to have 120 slavemaids *grabs tea and crawls back under the blanket* GL HF Alright how can i go about doing it?
Ed86 Posted July 9, 2017 Author Posted July 9, 2017 I have a powerful pc so its no task for me. i already made all of whiterun women into maids. lucky you, yet that doesnt change most important part: not interested you can do it though, its just 1 letter code to have 120 slavemaids *grabs tea and crawls back under the blanket* GL HF Alright how can i go about doing it? in MilkQUEST change 20 to 120, compile Function SlaveReset() debug.Trace("MilkModEconomy slave reset cycle") int i = 0 while ( i < MilkSlave.Length ) debug.Trace("MilkModEconomy Slave array reset " + i + " of " + MilkSlave.Length) MaidRemove(MilkSlave[i]) i += 1 endWhile MilkSlave = new Actor[20] EndFunction reset maids/mod/make clean save/start new game
LinksSword Posted July 10, 2017 Posted July 10, 2017 What program do i need to use to edit that line with? And do i really have to start over.
Ed86 Posted July 10, 2017 Author Posted July 10, 2017 What program do i need to use to edit that line with? And do i really have to start over.At least creation kit, but since you have no idea what it is I'm 100% sure you'll fail. Coz modding is not that easy as people think.Yes its core database variable, if you change it , you need to start over
Ed86 Posted July 10, 2017 Author Posted July 10, 2017 (edited) What program do i need to use to edit that line with? And do i really have to start over. hm... we can have compromise you can be beta tester of my new version, since i dont want to revert all changes wayyyy back to current version, you would still have to make clean save though v 10-07-2017 increased maid and slave count to 120, mcm progression slider to 200, probably bugged v 30-06-2017 succubus milk, turns player into succubus: added event for angrim aprentice event, dont remember if AA actually support this added event for deadly drain added forced turn into PSQ succubus hidden most scripts in CK changed most scipts names removed properties from most scripts set a base for porting mod variables\ messages into jsons v 27-06-2017 dialogue scripts overhaul Edited July 24, 2017 by Ed86
LinksSword Posted July 10, 2017 Posted July 10, 2017 What program do i need to use to edit that line with? And do i really have to start over.At least creation kit, but since you have no idea what it is I'm 100% sure you'll fail. Coz modding is not that easy as people think.Yes its core database variable, if you change it , you need to start over I know what creation kit is, i have basic coding skills, Enough to change what i want, but it doesn't sound worth the trouble to start over since i'm already so far in the game, Just for a 100 slave slot.
Mytologist Posted July 10, 2017 Posted July 10, 2017 Hi! Awesome mod first of all! Second of all, this is a question that's probably been asked several times, but i can't find it anywhere; Can MEN be milked? for milk i mean, not just semen. and if so, How? I've been fidgeting with the MCM menu for longer than i should and i can't make it work... and if not, that's ok, the fckmachines are still awesome on their own. Man-milk is a fetish of mine so if you could add it at some point I would be happy :3 cheers!! No......no.......NO....NOOOOOoooooo....!!!!!!!!!!! *takes a box of vodka and hides under the bed* Dude what is wrong with you?! must... not .... think about this........ ROFL so... no? AND NOW THE IMAGE IS STUCK IN YOUR HEAD FOREVER MUAHAHAHAHA *hack* *cough* AHAHAHAHAAA!!! maybe, i just need to gather enough will, blow dust from this mod and start pushing updates again but.......... *sigh* *Raises hand* I would love to see this too. Pretty please with sugar on top *psst* he did it, the madman! it's on page 243! good luck!
Ed86 Posted July 10, 2017 Author Posted July 10, 2017 What program do i need to use to edit that line with? And do i really have to start over.At least creation kit, but since you have no idea what it is I'm 100% sure you'll fail. Coz modding is not that easy as people think.Yes its core database variable, if you change it , you need to start over I know what creation kit is, i have basic coding skills, Enough to change what i want, but it doesn't sound worth the trouble to start over since i'm already so far in the game, Just for a 100 slave slot.Oh, well.... That would need cleansave in either case... Maybe next time
LinksSword Posted July 10, 2017 Posted July 10, 2017 I'll just stick to the artificial way of making use of the last 20 maid slots if i have to, i can force them to be slaves from there i believe.
chajapa Posted July 11, 2017 Posted July 11, 2017 What program do i need to use to edit that line with? And do i really have to start over. hm... we can have compromise you can be beta tester of my new version, since i dont want to revert all changes wayyyy back to current version, you would still have to make clean save though v 10-07-2017 increased maid and slave count to 120, mcm progression slider to 200, probably bugged v 30-06-2017 succubus milk, turns player into succubus: added event for angrim aprentice event, dont remember if AA actually support this added event for deadly drain added forced turn into PSQ succubus hidden most scripts in CK changed most scipts names removed properties from most scripts set a base for porting mod variables\ messages into jsons v 27-06-2017 dialogue scripts overhaul Holy shit, Ed86... are you really changing script names in next update?? I'm working on Elsie LaVache with MME as a master. I'm hoping this won't completely break her. She is dependent upon MME.
zloiiojik Posted July 12, 2017 Posted July 12, 2017 Hey guys. I have encountered a very confusing thing while using this mod. It doesnt actually impact the gameplay very much, but it, still, confuses the shit out of me.So, the thing is, the Milk Generation / Hour (Base Value) is always 2-3 times higher than my girl actually generates. And the only reliable way to track how much my girl produces is setting the lactacid modifier to 1 instead of 10 and track the real value there. In the past there, i can vow, were no such confusions. And i have tried and retried all there is to try in the mod itself (at least i think i did). On top of that, with the latest release i have started a new game, so, no cleansave problems there. Like i said, its not really such a big deal as it is, but i do like to track how my girls are doing in terms of production. And such confusion is really irritating...I know i must have screwed up somwhere at some point (because of course I did...), but starting a new game, changing values etc changes nothing. Still the Milk Gen / Hour is 2-3 times more than the actual gain is.Maybee it is the way it should be and i just overreacted over this? But if i didnt, what could be the case and how (if possible) could it be fixed?
xarvenius Posted July 12, 2017 Posted July 12, 2017 Hey guys. I have encountered a very confusing thing while using this mod. It doesnt actually impact the gameplay very much, but it, still, confuses the shit out of me. So, the thing is, the Milk Generation / Hour (Base Value) is always 2-3 times higher than my girl actually generates. And the only reliable way to track how much my girl produces is setting the lactacid modifier to 1 instead of 10 and track the real value there. In the past there, i can vow, were no such confusions. And i have tried and retried all there is to try in the mod itself (at least i think i did). On top of that, with the latest release i have started a new game, so, no cleansave problems there. Like i said, its not really such a big deal as it is, but i do like to track how my girls are doing in terms of production. And such confusion is really irritating...I know i must have screwed up somwhere at some point (because of course I did...), but starting a new game, changing values etc changes nothing. Still the Milk Gen / Hour is 2-3 times more than the actual gain is. Maybee it is the way it should be and i just overreacted over this? But if i didnt, what could be the case and how (if possible) could it be fixed? since a while there is a modifier that work with your milkmaidlevel, so less milk if lower level. with 1.0 milkgeneration you wil lgenerate 1.0 at lvl10 and 0.1 at lvl 1 if iam not totally out of calculations you can disale this mechanik over the mcm settings with the option "milklevel based milkgen" in the mcm settignspage, is the option deactivatet then you use the old system, option o nyou use the new system.
zloiiojik Posted July 12, 2017 Posted July 12, 2017 Hey guys. I have encountered a very confusing thing while using this mod. It doesnt actually impact the gameplay very much, but it, still, confuses the shit out of me. So, the thing is, the Milk Generation / Hour (Base Value) is always 2-3 times higher than my girl actually generates. And the only reliable way to track how much my girl produces is setting the lactacid modifier to 1 instead of 10 and track the real value there. In the past there, i can vow, were no such confusions. And i have tried and retried all there is to try in the mod itself (at least i think i did). On top of that, with the latest release i have started a new game, so, no cleansave problems there. Like i said, its not really such a big deal as it is, but i do like to track how my girls are doing in terms of production. And such confusion is really irritating...I know i must have screwed up somwhere at some point (because of course I did...), but starting a new game, changing values etc changes nothing. Still the Milk Gen / Hour is 2-3 times more than the actual gain is. Maybee it is the way it should be and i just overreacted over this? But if i didnt, what could be the case and how (if possible) could it be fixed? since a while there is a modifier that work with your milkmaidlevel, so less milk if lower level. with 1.0 milkgeneration you wil lgenerate 1.0 at lvl10 and 0.1 at lvl 1 if iam not totally out of calculations you can disale this mechanik over the mcm settings with the option "milklevel based milkgen" in the mcm settignspage, is the option deactivatet then you use the old system, option o nyou use the new system. I had that option unchecked from the very begining. When i enabled it, having level 0 maid resulted in her having 0 milk generation, no matter what number i input. If i set her level to 1, the generation becomes more than zero, but making her level 2, 3, 4 and so on, simply multiplies the generation nubmer by that number and doesnt affect the ammount she actually makes. So, for example, just for the sake of testing, i made my girl generate 1 unit of milk per hour. In fact, once one hour passes, the menu shows she generated 0.3 or something like that. With that level thing turned on, and level set to 10, the menu shows she generates 10 units per hour, but her actual generation remains 0.3 units. I have a deep feeling that i severely messed something up here, maybeei should try reinstalling the mod... I added a screenshot with the settings' confusing part. You can see that the generation panel shows 0.735 units per hour, while the lactacid shows 2.78 (10 multiplyer). If i am not a complete dubass (i so hope im not) the "1" multiplyer would give the 0.278, and the milk stored shows 0.28 units stored after one tick. I thought that might explain the problem better.
Ed86 Posted July 13, 2017 Author Posted July 13, 2017 Hey guys. I have encountered a very confusing thing while using this mod. It doesnt actually impact the gameplay very much, but it, still, confuses the shit out of me. So, the thing is, the Milk Generation / Hour (Base Value) is always 2-3 times higher than my girl actually generates. And the only reliable way to track how much my girl produces is setting the lactacid modifier to 1 instead of 10 and track the real value there. In the past there, i can vow, were no such confusions. And i have tried and retried all there is to try in the mod itself (at least i think i did). On top of that, with the latest release i have started a new game, so, no cleansave problems there. Like i said, its not really such a big deal as it is, but i do like to track how my girls are doing in terms of production. And such confusion is really irritating...I know i must have screwed up somwhere at some point (because of course I did...), but starting a new game, changing values etc changes nothing. Still the Milk Gen / Hour is 2-3 times more than the actual gain is. Maybee it is the way it should be and i just overreacted over this? But if i didnt, what could be the case and how (if possible) could it be fixed? since a while there is a modifier that work with your milkmaidlevel, so less milk if lower level. with 1.0 milkgeneration you wil lgenerate 1.0 at lvl10 and 0.1 at lvl 1 if iam not totally out of calculations you can disale this mechanik over the mcm settings with the option "milklevel based milkgen" in the mcm settignspage, is the option deactivatet then you use the old system, option o nyou use the new system. I had that option unchecked from the very begining. When i enabled it, having level 0 maid resulted in her having 0 milk generation, no matter what number i input. If i set her level to 1, the generation becomes more than zero, but making her level 2, 3, 4 and so on, simply multiplies the generation nubmer by that number and doesnt affect the ammount she actually makes. So, for example, just for the sake of testing, i made my girl generate 1 unit of milk per hour. In fact, once one hour passes, the menu shows she generated 0.3 or something like that. With that level thing turned on, and level set to 10, the menu shows she generates 10 units per hour, but her actual generation remains 0.3 units. I have a deep feeling that i severely messed something up here, maybeei should try reinstalling the mod... I added a screenshot with the settings' confusing part. You can see that the generation panel shows 0.735 units per hour, while the lactacid shows 2.78 (10 multiplyer). If i am not a complete dubass (i so hope im not) the "1" multiplyer would give the 0.278, and the milk stored shows 0.28 units stored after one tick. I thought that might explain the problem better. value in mcm is wrong, it should be divided by 3
zloiiojik Posted July 13, 2017 Posted July 13, 2017 Hey guys. I have encountered a very confusing thing while using this mod. It doesnt actually impact the gameplay very much, but it, still, confuses the shit out of me. So, the thing is, the Milk Generation / Hour (Base Value) is always 2-3 times higher than my girl actually generates. And the only reliable way to track how much my girl produces is setting the lactacid modifier to 1 instead of 10 and track the real value there. In the past there, i can vow, were no such confusions. And i have tried and retried all there is to try in the mod itself (at least i think i did). On top of that, with the latest release i have started a new game, so, no cleansave problems there. Like i said, its not really such a big deal as it is, but i do like to track how my girls are doing in terms of production. And such confusion is really irritating...I know i must have screwed up somwhere at some point (because of course I did...), but starting a new game, changing values etc changes nothing. Still the Milk Gen / Hour is 2-3 times more than the actual gain is. Maybee it is the way it should be and i just overreacted over this? But if i didnt, what could be the case and how (if possible) could it be fixed? since a while there is a modifier that work with your milkmaidlevel, so less milk if lower level. with 1.0 milkgeneration you wil lgenerate 1.0 at lvl10 and 0.1 at lvl 1 if iam not totally out of calculations you can disale this mechanik over the mcm settings with the option "milklevel based milkgen" in the mcm settignspage, is the option deactivatet then you use the old system, option o nyou use the new system. I had that option unchecked from the very begining. When i enabled it, having level 0 maid resulted in her having 0 milk generation, no matter what number i input. If i set her level to 1, the generation becomes more than zero, but making her level 2, 3, 4 and so on, simply multiplies the generation nubmer by that number and doesnt affect the ammount she actually makes. So, for example, just for the sake of testing, i made my girl generate 1 unit of milk per hour. In fact, once one hour passes, the menu shows she generated 0.3 or something like that. With that level thing turned on, and level set to 10, the menu shows she generates 10 units per hour, but her actual generation remains 0.3 units. I have a deep feeling that i severely messed something up here, maybeei should try reinstalling the mod... I added a screenshot with the settings' confusing part. You can see that the generation panel shows 0.735 units per hour, while the lactacid shows 2.78 (10 multiplyer). If i am not a complete dubass (i so hope im not) the "1" multiplyer would give the 0.278, and the milk stored shows 0.28 units stored after one tick. I thought that might explain the problem better. value in mcm is wrong, it should be divided by 3 So, it seems like its not something too complicated. Is there a way to easily fix it manualy? Although i have no idea how to do it. Any advice or guide? I take it, i just need to change on number somwhere to make it work?
Ed86 Posted July 13, 2017 Author Posted July 13, 2017 Hey guys. I have encountered a very confusing thing while using this mod. It doesnt actually impact the gameplay very much, but it, still, confuses the shit out of me. So, the thing is, the Milk Generation / Hour (Base Value) is always 2-3 times higher than my girl actually generates. And the only reliable way to track how much my girl produces is setting the lactacid modifier to 1 instead of 10 and track the real value there. In the past there, i can vow, were no such confusions. And i have tried and retried all there is to try in the mod itself (at least i think i did). On top of that, with the latest release i have started a new game, so, no cleansave problems there. Like i said, its not really such a big deal as it is, but i do like to track how my girls are doing in terms of production. And such confusion is really irritating...I know i must have screwed up somwhere at some point (because of course I did...), but starting a new game, changing values etc changes nothing. Still the Milk Gen / Hour is 2-3 times more than the actual gain is. Maybee it is the way it should be and i just overreacted over this? But if i didnt, what could be the case and how (if possible) could it be fixed? since a while there is a modifier that work with your milkmaidlevel, so less milk if lower level. with 1.0 milkgeneration you wil lgenerate 1.0 at lvl10 and 0.1 at lvl 1 if iam not totally out of calculations you can disale this mechanik over the mcm settings with the option "milklevel based milkgen" in the mcm settignspage, is the option deactivatet then you use the old system, option o nyou use the new system. I had that option unchecked from the very begining. When i enabled it, having level 0 maid resulted in her having 0 milk generation, no matter what number i input. If i set her level to 1, the generation becomes more than zero, but making her level 2, 3, 4 and so on, simply multiplies the generation nubmer by that number and doesnt affect the ammount she actually makes. So, for example, just for the sake of testing, i made my girl generate 1 unit of milk per hour. In fact, once one hour passes, the menu shows she generated 0.3 or something like that. With that level thing turned on, and level set to 10, the menu shows she generates 10 units per hour, but her actual generation remains 0.3 units. I have a deep feeling that i severely messed something up here, maybeei should try reinstalling the mod... I added a screenshot with the settings' confusing part. You can see that the generation panel shows 0.735 units per hour, while the lactacid shows 2.78 (10 multiplyer). If i am not a complete dubass (i so hope im not) the "1" multiplyer would give the 0.278, and the milk stored shows 0.28 units stored after one tick. I thought that might explain the problem better. value in mcm is wrong, it should be divided by 3 So, it seems like its not something too complicated. Is there a way to easily fix it manualy? Although i have no idea how to do it. Any advice or guide? I take it, i just need to change on number somwhere to make it work? no, divide w lactacid value by 10 and you should get it
zloiiojik Posted July 13, 2017 Posted July 13, 2017 Hey guys. I have encountered a very confusing thing while using this mod. It doesnt actually impact the gameplay very much, but it, still, confuses the shit out of me. So, the thing is, the Milk Generation / Hour (Base Value) is always 2-3 times higher than my girl actually generates. And the only reliable way to track how much my girl produces is setting the lactacid modifier to 1 instead of 10 and track the real value there. In the past there, i can vow, were no such confusions. And i have tried and retried all there is to try in the mod itself (at least i think i did). On top of that, with the latest release i have started a new game, so, no cleansave problems there. Like i said, its not really such a big deal as it is, but i do like to track how my girls are doing in terms of production. And such confusion is really irritating...I know i must have screwed up somwhere at some point (because of course I did...), but starting a new game, changing values etc changes nothing. Still the Milk Gen / Hour is 2-3 times more than the actual gain is. Maybee it is the way it should be and i just overreacted over this? But if i didnt, what could be the case and how (if possible) could it be fixed? since a while there is a modifier that work with your milkmaidlevel, so less milk if lower level. with 1.0 milkgeneration you wil lgenerate 1.0 at lvl10 and 0.1 at lvl 1 if iam not totally out of calculations you can disale this mechanik over the mcm settings with the option "milklevel based milkgen" in the mcm settignspage, is the option deactivatet then you use the old system, option o nyou use the new system. I had that option unchecked from the very begining. When i enabled it, having level 0 maid resulted in her having 0 milk generation, no matter what number i input. If i set her level to 1, the generation becomes more than zero, but making her level 2, 3, 4 and so on, simply multiplies the generation nubmer by that number and doesnt affect the ammount she actually makes. So, for example, just for the sake of testing, i made my girl generate 1 unit of milk per hour. In fact, once one hour passes, the menu shows she generated 0.3 or something like that. With that level thing turned on, and level set to 10, the menu shows she generates 10 units per hour, but her actual generation remains 0.3 units. I have a deep feeling that i severely messed something up here, maybeei should try reinstalling the mod... I added a screenshot with the settings' confusing part. You can see that the generation panel shows 0.735 units per hour, while the lactacid shows 2.78 (10 multiplyer). If i am not a complete dubass (i so hope im not) the "1" multiplyer would give the 0.278, and the milk stored shows 0.28 units stored after one tick. I thought that might explain the problem better. value in mcm is wrong, it should be divided by 3 So, it seems like its not something too complicated. Is there a way to easily fix it manualy? Although i have no idea how to do it. Any advice or guide? I take it, i just need to change on number somwhere to make it work? no, divide w lactacid value by 10 and you should get it Oh well...still, it doesnt impact anything like really alot...so i guess ill just bear with it...thanks for the reply =)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now