itch.io is community of indie game creators and players

Devlogs

Week 1

Maya Scripting - City Generation
A downloadable project

Week 1

To start the project I considered the sort of elements I would need to create my city.

The elements I can make are buildings, cars, streets, weather effects, day/night cycle.

In this week I created a basic GUI along with some building functionality.

The GUI has some buttons that will not do anything for a while. The intField takes a parameter that affects the height of the building.


W1 Code:

This code is nothing new except for the polyExtrudeFacet function that creates a point for the top of the building.


To Do:

  • Create min-max building height functionality
  • Integrate car script
  • Find way to organise the buildings from the GUI.
Leave a comment