Advertisement
cwisbg

RoadMakerTest

May 22nd, 2019
382
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1.  
  2. Valid combos for road
  3. up: down, RotateCW1-right
  4. down: RotateCW2-down,RotateCW3-right
  5.  
  6.  
  7. Rotate = shift bits in array
  8. class obj:
  9. position
  10. 3dObject
  11. rotation
  12. isValid [0000]
  13.  
  14. Variations:
  15. ground - 0
  16. building - 1
  17. sky - 2
  18. ground:sky - 3
  19. building:groud - 4
  20. building:sky - 5
  21.  
  22. Building setup-
  23. base bounds node - generate grid for placement
  24. peices - grid tiles
  25. valid connections for each peice- setup in editor?/automatic
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32. island survival
  33. Survive after a boat crash on a uninhabited island. collect needed recourcses and upgrades befor the big storm hits.
  34.  
  35. shelter - need wood
  36. food
  37. water
  38. protection - wood, sharpend stone
  39. fish - wood, rope
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement