Changes

Jump to navigation Jump to search
1,927 bytes added ,  17:26, 30 October 2023
Line 31: Line 31:     
[https://softwareinc.coredumping.com/wiki/Beta1Data.zip Beta 1.1.1 data - 34 KB]
 
[https://softwareinc.coredumping.com/wiki/Beta1Data.zip Beta 1.1.1 data - 34 KB]
 +
 +
[https://softwareinc.coredumping.com/wiki/Beta13Data.zip Beta 1.3.19 data - 35 KB]
 +
 +
[https://softwareinc.coredumping.com/wiki/Beta17Data.zip Beta 1.7.15 data - 35 KB]
    
== Alpha 11 changes ==
 
== Alpha 11 changes ==
Line 68: Line 72:  
|-
 
|-
 
|Category
 
|Category
|How the field of the software will be referred to in articles, e.g. games are categorized as "Gaming"  
+
|'''Deprecated as of Beta 1''' How the field of the software will be referred to in articles, e.g. games are categorized as "Gaming"  
 
|-
 
|-
 
|Categories
 
|Categories
Line 341: Line 345:  
*SoftwareProduct '''Product'''
 
*SoftwareProduct '''Product'''
 
*uint '''NewCopies''' (How many new copies were added to stock, this is read-only)
 
*uint '''NewCopies''' (How many new copies were added to stock, this is read-only)
 +
 +
==== Networking ====
 +
Level 3 features can also use the RunType value to control which computer will execute the code. The value can be either of the following:
 +
* '''Local''', which means the script will only run on the computer for the player who owns the product (This is the default). Example: You want something to happen to the affected player's game, like launching a lawsuit or firing an employee. This needs to be done locally for the affected player, or someone else might be sued for no reason.
 +
* '''Host''', which means the script will only run on the current hosting player's computer. Example: You are only calling methods which are synchronized between players, like adding bugs or money. These can be run locally, but any online synchronized methods will be faster to run for the host machine. If you are unsure, using Local will be fine, but if you run a synchronized method using the '''Everyone''' RunType, the method will get called multiple times. E.g. if you are adding money to a company, then that money will be added again to the same company for each player connected.
 +
* '''Everyone''', which means the script will run for every player connected. Example: You are directly changing aspects of the product (like the price) or a company, by altering the value of local variables, which will not be synchronized by default, so you want the script to run for all players in the game, so everyone is on the same page.
 +
 +
 +
Note that the RunType value is only valid for the EndOfDay, OnRelease and NewCopies entry points. AfterSales is only ever executed for the host and WorkItemChange is only ever executed for the local player.
    
==== Script example ====
 
==== Script example ====
Line 471: Line 484:  
|-
 
|-
 
|BuiltInThumbnail
 
|BuiltInThumbnail
|'''Optional''' thumbnail to fall back on in case the game fails loading your png file. Defaults to Unknown, but can be Camera, Console, Fingerprint, Gyroscope, Harddrive, Joystick, LCD, Microchip, PCB, Phone, Plastic, PlasticCase, Speaker, Thermostat, Touch, USB or Vibration.
+
|'''Optional''' thumbnail to fall back on in case the game fails loading your png file. Defaults to Unknown, but can be Camera, Console, Fingerprint, Gyroscope, Harddrive, Joystick, LCD, Microchip, PCB, Phone, Plastic, PlasticCase, Speaker, Thermostat, Touch, USB, Battery, Antenna, LED or Vibration.
 
|-
 
|-
 
|DependsOn
 
|DependsOn
Line 579: Line 592:  
  ]
 
  ]
 
  '''FinalTime''' <span style="color:blue">2</span>
 
  '''FinalTime''' <span style="color:blue">2</span>
  '''Design''' [ <span style="color:blue">"CellPhone"</span>; [ <span style="color:blue">"SmartPhone"</span> ; <span style="color:blue">2000</span> ]  
+
  '''Design''' [ <span style="color:blue">"CellPhone"</span>; [ <span style="color:blue">"SmartPhone"</span> ; <span style="color:blue">2000</span> ] ]
 
  '''FeatureBinding''' [ <span style="color:blue">"CellPhone"</span>; <span style="color:blue">"Antenna"</span>; <span style="color:blue">"Networking"</span> ]
 
  '''FeatureBinding''' [ <span style="color:blue">"CellPhone"</span>; <span style="color:blue">"Antenna"</span>; <span style="color:blue">"Networking"</span> ]
 
  }
 
  }
Line 670: Line 683:  
Software "3D Editor"
 
Software "3D Editor"
 
Chance 1
 
Chance 1
 +
}
 +
]
 +
Addons
 +
[
 +
{
 +
Software "Operating System"
 +
Addon "Joystick"
 +
Chance 0.05
 
}
 
}
 
]
 
]
Line 738: Line 759:  
{
 
{
 
Name TestPersonality
 
Name TestPersonality
WorkLearn 1
+
Traits [ WalkItOff ; SlowEater ]
Social -1
  −
LazyStress 0.3
   
Relationships
 
Relationships
 
{
 
{
Line 749: Line 768:  
{
 
{
 
Name TestPersonality2
 
Name TestPersonality2
WorkLearn -0.5
+
Traits [ Detached ]
Social 0
  −
LazyStress 0.25
   
}
 
}
 
]
 
]

Navigation menu