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