Game Dev Tycoon

Game Dev Tycoon

Staff Gain Experience From Games
Mogadxu 1 Dec, 2017 @ 5:33am
Modding the mod
Hey I decided to open up a forum post rather than spamming the comments section with my questions. So either my changes aren't actually being translated into the game or I just don't understand your formulas.

So just to see if I was affecting anything in the game I did a quick test of changing some lines

if ((GameManager.gameSize)==="small"){
tecUp=((tecUp)*15)
desUp=((desUp)*15)
}if ((GameManager.gameSize)==="medium"){
tecUp=(((tecUp)*(Math.min((worked), 150)))*6)
desUp=(((desUp)*(Math.min((worked), 150)))*6)


Here you can see originally it was 1.5 and .6 for small and medium, I multiplied those numbers numbers by ten just to test and it seems the Design and Tech gain per game was exactly the same as it was when the numbers were 1.5 and .6. Am I misunderstanding something?
< >
Showing 1-1 of 1 comments
Steiner-  [developer] 16 Mar, 2018 @ 6:10am 
I am so sorry, I only just noticed this discussion here, do you still have the issue?
< >
Showing 1-1 of 1 comments
Per page: 1530 50