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