Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENHANCEMENT] Road from counselor spawn + end of map to city #29

Closed
3 tasks done
SethCram opened this issue Jun 22, 2022 · 1 comment
Closed
3 tasks done

[ENHANCEMENT] Road from counselor spawn + end of map to city #29

SethCram opened this issue Jun 22, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@SethCram
Copy link
Owner

SethCram commented Jun 22, 2022

Is your feature request related to a problem? Please describe.

  • Yes, the counselors can't get to the city

Describe the solution you'd like

  • a road matching along the terrain from city to counselors + other end of map

Additional context

  • a road tool is on the unity asset store
  • not using a prebuilt road prefab

Development

  • Kajima roads deleted, but textures + mats kept

  • removed trees + grass conflicting with road gameobjs

  • road tool y isn't always 0 end to end

    • matches what thinks terrains z's are
  • road from city to other end of map (main road)

    • had to clear alota trees along the way
      • since road thru the forest
    • could paint dead grass along this main road
  • road from city/map end to counselor spawn (side road)

    • prob = road created using road tool on grass terrain jumps to a high Z
      • may need to duplicate a forest terrain and clear the trees
      • so tool makes road flat on the z
      • changing terrain didn't work
      • solved thru creating the road on a part of terrain where z didn't jump
        • then just moved the whole road in the editor
    • made into dirt road
      • but very bright + shiny
      • painted dead grass texture around dirt path
        • could do this on main road
        • removed trees + grass on dead grass texture
  • expand map boundaries

    • will need to leave a gap for players to escape to city
      • gap should only be through the road?
@SethCram SethCram added the enhancement New feature or request label Jun 22, 2022
@SethCram SethCram self-assigned this Jun 22, 2022
@SethCram
Copy link
Owner Author

road + city commit: fd19a30

@SethCram SethCram added this to the Release 0.7.0 Milestone milestone Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

1 participant