Open object format
- To make prototyping and possibly future custom content easier, I've created a JSON-based object format with the same properties found in The Sims - Renamed dorms directory to dorm - Added some d20 C code I found to possibly enhance the skill system in the future - Added voting machine by Don Hopkins - Removed core.h in favor of niotso.zig which accomplishes the same thing
3
resources/items/dorm/CREDITS.txt
Executable file
|
@ -0,0 +1,3 @@
|
|||
Item(s) created by Judhudson@knology.net
|
||||
For use with The Sims 1 and its expansions.
|
||||
http://www.simprograms.com (now https://beyondsims.com)
|
BIN
resources/items/dorm/Dorm Set_big.gif
Normal file
After Width: | Height: | Size: 66 KiB |
BIN
resources/items/dorm/chair/chair_1.png
Executable file
After Width: | Height: | Size: 8.4 KiB |
BIN
resources/items/dorm/chair/chair_1_z.png
Executable file
After Width: | Height: | Size: 2.2 KiB |
BIN
resources/items/dorm/chair/chair_2.png
Executable file
After Width: | Height: | Size: 9.8 KiB |
BIN
resources/items/dorm/chair/chair_2_z.png
Executable file
After Width: | Height: | Size: 2.4 KiB |
37
resources/items/dorm/table/chair.json
Normal file
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"item": {
|
||||
"name": "Dorm End Table",
|
||||
"description": "Created by Judhudson@knology.net",
|
||||
"version": 1,
|
||||
"size": 1,
|
||||
"catagory": "surfaces",
|
||||
"base": "table",
|
||||
"views": {
|
||||
"south": {
|
||||
"texture": "table_1.png",
|
||||
"buffer": "table_1_z.png"
|
||||
},
|
||||
"north": {
|
||||
"texture": "table_2.png",
|
||||
"buffer": "table_2_z.png"
|
||||
}
|
||||
},
|
||||
"motives": {
|
||||
"room": 5,
|
||||
"hunger": 0,
|
||||
"social": 0,
|
||||
"fun": 0,
|
||||
"hygiene": 0,
|
||||
"energy": 0,
|
||||
"bladder": 0
|
||||
},
|
||||
"skills": {
|
||||
"cooking": 5,
|
||||
"mechanical": 0,
|
||||
"charism": 0,
|
||||
"body": 0,
|
||||
"logic": 0,
|
||||
"creativity": 0
|
||||
}
|
||||
}
|
||||
}
|
BIN
resources/items/dorm/table/table_1.png
Executable file
After Width: | Height: | Size: 4.7 KiB |
BIN
resources/items/dorm/table/table_1_z.png
Executable file
After Width: | Height: | Size: 1.4 KiB |
BIN
resources/items/dorm/table/table_2.png
Executable file
After Width: | Height: | Size: 7.8 KiB |
BIN
resources/items/dorm/table/table_2_z.png
Executable file
After Width: | Height: | Size: 1.8 KiB |
|
@ -1,6 +0,0 @@
|
|||
Item(s) created by Judhudson@knology.net
|
||||
For use with The Sims 1 and its expansions.
|
||||
|
||||
Instructions: Unzip and extract to Maxis/The Sims/Downloads folder. Create the folder if necessary.
|
||||
|
||||
http://www.simprograms.com
|
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 2.2 KiB |
3
resources/items/voting/CREDITS.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
Dumbold Voting Machine, by Don Hopkins.
|
||||
Special thanks to SimBabes, SimSlice, Will Wright, Ted Selker, John Gilmore, Cindy Cohen, Alan Korn, Bev Harris, Baxter the Chimpanzee, Black Box Voting, EFF, Verified Voting, CalTech-MIT/Voting Technology Project.
|
||||
This Sims object is open source software, as all voting machine software should be.
|