]> git.lizzy.rs Git - Crafter.git/blob - README.md
Add zombie idea
[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
14 ## If you want to run this on a server you must add this to your server minetest.conf:
15
16 ```
17 enable_client_modding = true
18 csm_restriction_flags = 0
19 enable_mod_channels = true
20 secure.http_mods = skins
21 max_objects_per_block = 4096
22 max_packets_per_iteration = 10096
23 ```
24
25
26
27 ## This game is in early alpha and uses a lot of experimental features in the engine
28
29 ---
30
31 # ALPHA STATE CHANGELOG
32
33 > <a href="https://github.com/oilboi/Crafter/blob/master/old_changelog.md">Old Version Changelogs</a>
34
35 ## Alpha 0.06
36 > Redstone Update
37
38 - Add in virtualization algorithm
39
40 ---
41
42
43 # IDEAS:
44
45 ## jetpack:
46 - equipped like armor
47 - uses XP
48
49
50 ## REDSTONE:
51 - breaker (mines whatever is in front of it)
52 - dispenser (shoots out first item in inventory, or shoots item into pipe)
53 - piston in general (if node is falling and piston is pointing up then FLING IT, if detects falling node entity FLING IT)
54 - redstone bugs which spawn and try to kill you if a stack overflow detection occurs
55
56 ---
57
58
59
60 ## BUILDTEST:
61 - quarry
62 - filter
63 - siv
64 - mining lazer
65 - trains
66
67
68
69 ---
70
71
72 ## MOBS:
73
74 > #1 idea: weakness items, items that damage the mob more than diamond swords
75
76 ## zombies
77 - zombies drop limbs randomly and a player can use them as a very low durability weapon and place them in the world
78
79 ## spider
80 - spider eyes randomly drop as an object and players can wear them and place them
81
82 ### snowman
83 - you can put a pumpkin on it's head to make it survive when it's not snowing out
84 - drops snowballs, coal, or carrot
85
86 ### sheep
87 - sheep can be punched to drop wool without damage
88 - you can dye a sheep with colored dye and it will change color, then will drop the color you dyed it
89
90
91 ### pig
92 - disable pig aggression
93 - make porkchop look nicer
94
95
96 ### ghosts
97 - make the default player model whited out
98 - ghosts can pass through any nodes
99 - ghosts fly around
100 - will follow you groaning about "diamonds", "need food", and "join us"
101 - they will fling you up in the air or punch you
102 - ghosts can drag you down into nodes and suffocate you
103 - spawn with cave sounds
104 - drop soul
105
106
107 ### node monster
108 - gets built out of nodes in the area
109 - will probabaly destroy you
110 - drops all nodes that it's made of when killed
111
112
113
114 ---
115
116
117 ## Game Mechanics:
118 - brewing
119 - enchanting/upgrading
120 - magic (wands, spells, etc)
121 - better combat ( sweep hit enemies, falling while hitting deals more damage )
122 - Enchanting food - gives buffs
123 - LATE effects https://forum.minetest.net/viewtopic.php?t=20724
124
125
126 ---
127
128
129 ## New Themes
130
131 ### mechanics (mechanical tools and machines)
132 - compressor (compresses nodes down)
133 - auto miner (digs whatever is in front of it)
134 - decompressor (opposite of compressor
135
136
137 ### automation 
138 - pipes
139 - pumps
140 - fluid  transfer
141 - fluid storage
142 - pipes should be able to move objects quickly
143
144
145 ### HALLOWEEN!
146 - Jack O'Lanterns
147 - corn and corn stalks
148 - decorations
149 - cobwebs
150 - costumes (somehow?)
151 - candy
152 - make grass and leaves orange during the month of October
153 - (Use a simple date check and override nodes)
154 - Gravestones
155 - Graveyards
156 - Candles
157 - candy apples
158 - Soul cake, make with cake and soul
159
160
161 ### Farming
162 - add fertilizer (pig drops bone randomly) 
163 - fertilizer is made out of bone - 
164 - fertilizer can make tall grass grow on regular grass
165 - bread - 3 bread in a row
166 - make sandwich with bread and cooked porkchop
167 - fertilizer used on saplings randomly make tree grow (make sapling growth a function)
168
169
170 ### Fishing
171 - enchanted fish
172 - player casts out a better lure if on a boat
173
174
175 ---
176
177
178 ## New Items
179
180 > These don't seem to fit into any theme so list them all here
181
182 - rope and tnt arrows
183 - vehicles (car, powered minecarts, trains)
184 - hitscan flintlocks
185
186
187 ---
188
189
190 ## Ideas
191
192 > These ideas are all over the place but are good for future updates
193
194 - make pistons able to push and pull any node that does not use meta or inv
195 - make pistons able to push and pull deactivated pistons
196 - upgrade minecart physics even more 
197 - make torches abm that checks if player in area
198 - make furnace abm that checks if player in area
199 - make tnt hurt player
200 - rewrite minecart
201 - fix tool rightclick torch placement to replace buildable to nodes
202 - if placed last node put another stack into hand
203 - have falling node hurt player?
204 - add a function to set a velocity goal to entities and then implement it with all entities
205 - ^make a value if below then stop?
206 - colored chat messages
207 - check if everyone is in bed before going to next night
208 - also lock player in bed until they get out or daytime
209 - create a function to check if a node or group is below
210 - ^ set meta for player so that all mods can use it without calculating it
211 - ^ over and over again (saves cpu cycles)
212 - cars buildable in crafting table
213 - require gas pumps refine oil
214 - drive next to gas pump and car will fill with gas
215 - maybe have pump be rightclickable and then manually fill with gass using nozel
216 - minecart car train? - off rail use
217 - automatic step height for off rail use
218 - make cars follow each other
219 - oil which spawns underground in pools
220 - powered minecart car (engine car)
221 - chest minecart car
222 - player controls engine car
223 - make entities push against players
224
225
226 ---
227
228
229 ## Possible Applications
230
231 > causes object to magnetize towards player or other objects and stop after an inner radius
232 > use for better item magnet?
233 ```
234 if object:is_player() and object:get_player_name() ~= self.rider then
235       local player_pos = object:getpos()
236       pos.y = 0
237       player_pos.y = 0
238       
239       local currentvel = self.object:getvelocity()
240       local vel = vector.subtract(pos, player_pos)
241       vel = vector.normalize(vel)
242       local distance = vector.distance(pos,player_pos)
243       distance = (1-distance)*10
244       vel = vector.multiply(vel,distance)
245       local acceleration = vector.new(vel.x-currentvel.x,0,vel.z-currentvel.z)
246       
247       
248       if self.axis == "x"      then
249             self.object:add_velocity(vector.new(acceleration.x,0,0))
250       elseif self.axis == "z" then
251             self.object:add_velocity(vector.new(0,0,acceleration.z))
252       else
253             self.object:add_velocity(acceleration)
254       end
255       
256       - acceleration = vector.multiply(acceleration, -1)
257       - object:add_player_velocity(acceleration)
258 end
259 ```
260
261 If you want to support the project: https://www.patreon.com/oil_boi