]> git.lizzy.rs Git - Crafter.git/blob - README.md
Add rain sound effect
[Crafter.git] / README.md
1 <img src="https://github.com/oilboi/Crafter/blob/master/menu/header.png">
2
3 > Designed for Minetest 5.3.0-DEV
4
5 >Built using textures from <a href="https://forum.minetest.net/viewtopic.php?t=16407">Mineclone 2</a> 
6
7 ---
8
9 ## Be sure to install the clientside mod for this game mode: <a href="https://github.com/oilboi/crafter_client">Download here</a>
10
11 ---
12
13 # ALPHA STATE CHANGELOG
14
15 > <a href="https://github.com/oilboi/Crafter/blob/master/old_changelog.md">Old Version Changelogs</a>
16
17 ## 0.03
18 > It's A Real Game! Update
19 - make grass spread
20 - water buckets
21 - buckets water farmland
22 - pickaxe required to mine stone based nodes
23 - Crafting bench
24 - Farming with hoes, grass drops seeds, bread, etc
25 - simplify mobs ai
26 - running out of a node when placing tries to replace it with another of the same item in inventory
27 - crafting bench
28 - add in default furnace
29 - add backgrounds to all gui elements
30 - make furnaces drop all items on destroy instead of not allowing you to mine them
31 - added glass - smelt sand
32 - added boat 
33 - rightclicking with tool places torch
34 - add chest
35 - make chest drop all items when you mine them
36 - add in redstone:
37 - torch, repeater, comparator, inverter, piston, player detector,light,
38 - redstone ore - drops 4,5 redstone dust, turns on when punched
39 - pressure plate, detects players (output max), detects items (output based on number of items)
40 - fix item size based on number of items in stack to fixed size
41 - add hoppers
42 - Add TooManyItems
43 - add function to check which nodes drop the item
44 - fix hoppers not activating furnace
45 - make pigs head turn smoothly
46 - Add in fences, walls, windows
47 - Overhaul doors
48 - Add credits screen
49 - Add stairs
50 - Add slabs
51 - 2 Music tracks (day and morning)
52 - Add snow
53 - Fix bed placement
54 - Add snow and snowballs
55 - Make snow falling node
56 - Add creative mode
57 - Add trap chest and sticky piston
58 - Added Et QtFunny font info
59 - Added footers and books
60 - Added rain 
61 - Added Book sounds
62 - Changed TNT sound
63 - Overhauled eating
64 - Add in client weather handling
65 - Add in client movement handling
66 - Made sapling fuel
67 - Fix bed bed, boat, book, sapling, wood, minecart, rail, redstone, and boat placement
68 - Add sounds to redstone dust
69 - make redstone dust an attached node
70 - Fixed treecaptitator not cutting down part of tree when lever is powering one of it's nodes
71 - Added command for users with "server" privelage to control weather
72 - Added craft recipe to shears
73 - Moved to Minetest Engine Version 5.3.0 - DEV
74 - Added slimes
75 - Added mob criticals and client effects
76 - Added stream and river sound effect to client
77 - Moved underground cave noises to client
78 - Add line_of_sight so mobs can't hit you through walls
79 - Add nether prototype
80 - Fix water animation and add default Minetest water texture
81 - Tweak mob direct chase AI
82 - Add rain sound effect
83 ---
84
85
86 # IDEAS:
87
88
89
90 ## REDSTONE:
91 - breaker (mines whatever is in front of it)
92 - dispenser (shoots out first item in inventory, or shoots item into pipe)
93 - sticky piston (pulls node in front of it)
94 - piston in general (if node is falling and piston is pointing up then FLING IT, if detects falling node entity FLING IT)
95
96
97 ---
98
99
100 ## MOBS:
101
102 > #1 idea, - make mobs pathfind
103
104
105 ### sheep
106 - sheep can be punched to drop wool without damage
107 - you can dye a sheep with colored dye and it will change color, then will drop the color you dyed it
108
109
110 ### pig
111 - disable pig aggression
112 - make porkchop look nicer
113
114
115 ### ghosts
116 - make the default player model whited out
117 - ghosts can pass through any nodes
118 - ghosts fly around
119 - will follow you groaning about "diamonds", "need food", and "join us"
120 - they will fling you up in the air or punch you
121 - ghosts can drag you down into nodes and suffocate you
122 - spawn with cave sounds
123 - drop soul
124
125
126 ### node monster
127 - gets built out of nodes in the area
128 - will probabaly destroy you
129 - drops all nodes that it's made of when killed
130
131
132 ### Exploder
133 - sneaks up on you and then explodes
134 - drops gun powder
135
136
137 ---
138
139
140 ## Game Mechanics:
141 - xp (edit the node drops code to check if node has tag for xp)
142 - brewing
143 - enchanting/upgrading
144 - magic (wands, spells, etc)
145 - better combat ( sweep hit enemies, falling while hitting deals more damage )
146
147
148 ---
149
150
151 ## New Themes
152
153 ### mechanics (mechanical tools and machines)
154 - compressor (compresses nodes down)
155 - auto miner (digs whatever is in front of it)
156 - decompressor (opposite of compressor
157
158
159 ### automation 
160 - pipes
161 - pumps
162 - fluid  transfer
163 - fluid storage
164 - pipes should be able to move objects quickly
165
166
167 ### HALLOWEEN!
168 - pumpkins
169 - Jack O'Lanterns
170 - corn and corn stalks
171 - decorations
172 - cobwebs
173 - costumes (somehow?)
174 - candy
175 - make grass and leaves orange during the month of October
176 - (Use a simple date check and override nodes)
177 - Gravestones
178 - Graveyards
179 - Candles
180 - candy apples
181 - Soul cake, make with cake and soul
182
183
184 ### Farming
185 - add fertilizer (pig drops bone randomly) 
186 - fertilizer is made out of bone - 
187 - fertilizer can make tall grass grow on regular grass
188 - bread - 3 bread in a row
189 - make sandwich with bread and cooked porkchop
190 - fertilizer used on saplings randomly make tree grow (make sapling growth a function)
191
192
193 ### Fishing
194 - have a rod that you can cast into water
195 - bobber entity which goes under water when fish on line
196
197
198 ---
199
200
201 ## New Items
202
203 > These don't seem to fit into any theme so list them all here
204
205 - sugar and sugar cane (grow near water on sand)
206 - rope and tnt arrows
207 - vehicles (car, powered minecarts, trains)
208 - hitscan flintlocks
209 - bows
210
211
212 ---
213
214
215 ## Ideas
216
217 > These ideas are all over the place but are good for future updates
218
219 - make pistons able to push and pull any node that does not use meta or inv
220 - make pistons able to push and pull deactivated pistons
221 - upgrade minecart physics even more 
222 - make torches abm that checks if player in area
223 - make furnace abm that checks if player in area
224 - 3d character
225 - make tnt hurt player
226 - rewrite minecart
227 - fix tool rightclick torch placement to replace buildable to nodes
228 - if placed last node put another stack into hand
229 - have falling node hurt player?
230 - add a function to set a velocity goal to entities and then implement it with all entities
231 - ^make a value if below then stop?
232 - colored chat messages
233 - check if everyone is in bed before going to next night
234 - also lock player in bed until they get out or daytime
235 - create a function to check if a node or group is below
236 - ^ set meta for player so that all mods can use it without calculating it
237 - ^ over and over again (saves cpu cycles)
238 - cars buildable in crafting table
239 - require gas pumps refine oil
240 - drive next to gas pump and car will fill with gas
241 - maybe have pump be rightclickable and then manually fill with gass using nozel
242 - minecart car train? - off rail use
243 - automatic step height for off rail use
244 - make cars follow each other
245 - oil which spawns underground in pools
246 - powered minecart car (engine car)
247 - chest minecart car
248 - player controls engine car
249 - make entities push against players
250
251
252 ---
253
254
255 ## Possible Applications
256
257 > causes object to magnetize towards player or other objects and stop after an inner radius
258 > use for better item magnet?
259 ```
260 if object:is_player() and object:get_player_name() ~= self.rider then
261       local player_pos = object:getpos()
262       pos.y = 0
263       player_pos.y = 0
264       
265       local currentvel = self.object:getvelocity()
266       local vel = vector.subtract(pos, player_pos)
267       vel = vector.normalize(vel)
268       local distance = vector.distance(pos,player_pos)
269       distance = (1-distance)*10
270       vel = vector.multiply(vel,distance)
271       local acceleration = vector.new(vel.x-currentvel.x,0,vel.z-currentvel.z)
272       
273       
274       if self.axis == "x"      then
275             self.object:add_velocity(vector.new(acceleration.x,0,0))
276       elseif self.axis == "z" then
277             self.object:add_velocity(vector.new(0,0,acceleration.z))
278       else
279             self.object:add_velocity(acceleration)
280       end
281       
282       - acceleration = vector.multiply(acceleration, -1)
283       - object:add_player_velocity(acceleration)
284 end
285 ```