Software Inc.

Software Inc.

Not enough ratings
Softwares
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
6.443 KB
26 Aug, 2024 @ 10:19am
26 Aug, 2024 @ 12:35pm
2 Change Notes ( view )

Subscribe to download
Softwares

Description
Adds new software types
8 Comments
ancapop84  [author] 26 Aug, 2024 @ 12:39pm 
Added 1 new software type, not sharing code this time
ancapop84  [author] 26 Aug, 2024 @ 10:32am 
atrocious thumbnail
ancapop84  [author] 26 Aug, 2024 @ 10:22am 
I split it into more comments because steam does not let comments with more than 1000 characters
ancapop84  [author] 26 Aug, 2024 @ 10:21am 
}
]
}
{
Name Graphics
Spec 2D
Description "It's on the screen!"
DevTime 2
CodeArt 0.5
Dependencies "2D Editor"
Submarkets [ 0; 0; 1 ]
Features
[
{
Name "Simple 2D graphics"
Description "Make the users see the things happening but with a background"
DevTime 1
Level 1
CodeArt 0.5
Submarkets [ 1; 2; 1 ]
}
{
Name "Moving graphics"
Description "They don't teleport anymore!"
DevTime 3
Level 2
CodeArt 0.5
Submarkets [ 0; 1; 2 ]
}
{
Name "3D"
Description "Simple 3D graphics"
Spec 3D
Dependencies "3D Editor"
DevTime 1
Level 2
CodeArt 0.5
Submarkets [ 0; 3; 2 ]
}
]
}

]
}
ancapop84  [author] 26 Aug, 2024 @ 10:21am 
{
Name "Datamining"
Description "Record them for {Currency:10} per returned unit per day (for credit card credentials), at the risk of getting caught"
DevTime 3
Level 3
CodeArt 1
Submarkets [ 0 ]
Script_AfterSales
"
var totalRefunds = Product.GetVar('TotalRefunds', 0);
totalRefunds = totalRefunds + Refunds;
Product.PutVar('TotalRefunds', totalRefunds);
"
Script_EndOfDay
"
if (Product.GetVar('Datamining', true))
{
Console(Product.GetVar('TotalRefunds', 0));
if (Random() * Product.Userbase > 50000)
{
LaunchLawsuit('SpyingOnUsers', Product.Sum, 1);
Product.DevCompany.AddFans(-Product.Userbase, Product.Category);
Product.ChangeUserbase(Product.Userbase * 0.05);
Product.KillAwareness();
Product.PutVar('Datamining', false);
}
}
"
ancapop84  [author] 26 Aug, 2024 @ 10:21am 
{
Name "Multiplayer"
Description "Use the amazing feature of cables to connect people at close distances"
DevTime 4
Level 2
CodeArt 1
Submarkets [ 4; 0; 0 ]
}
{
Name "Harder movement"
DevTime 2
Level 1
CodeArt 1
Submarkets [ 0; 0; 1 ]
}
{
Name "Obstacles"
Description "You gotta dodge em'"
DevTime 3
Level 2
CodeArt 1
Submarkets [ 0; 0; 2 ]
}
{
Name "Death"
Description "Last spawn point was 3 levels ago"
DevTime 1
Level 1
CodeArt 1
Submarkets [ 1; 0; 2 ]
}
ancapop84  [author] 26 Aug, 2024 @ 10:21am 
Features
[
{
Name Gameplay
Spec System
Description "What is a game without Gameplay?"
DevTime 1
CodeArt 1
Submarkets [ 1; 0; 0 ]
Features
[
{
Name "Simple Physics"
Description "Jumping in games is underrated"
DevTime 1
Level 1
CodeArt 1
Submarkets [ 1; 0; 0 ]
}
{
Name "Dialogue"
Description "It can talk!"
DevTime 1
Level 1
CodeArt 0.75
Submarkets [ 2; 1; 1 ]
}
{
Name "NPC's"
Description "Wait, is that another player? Nevermind, it's an NPC"
DevTime 2
Level 2
CodeArt 0.70
Submarkets [ 1; 1; 1 ]
}
ancapop84  [author] 26 Aug, 2024 @ 10:20am 
Here is the code: SoftwareType
{
Name "Simple Game"
Description "Simple game that can be ported to literally almost anything"
Random 0.3
Popularity 0.6
Retention 12
IdealPrice 30
OptimalDevTime 15
SubmarketNames [ "Gameplay"; "Graphics"; "Complexity" ]
Iterative 1
NameGenerator GameSimulation
OSSupport [ Computer; Phone; Console ]
InHouse False