21.07.2013, 04:13
Well im working on a Role Play GM from scratch,its mysql based and i want it to be fully dynamic, until now i was fine but now im stuck on a vehicle's dealership system.
The idea is that dealerships have multiple vehicles and when someone buys a vehicle he/she is going into a spec and when navigating between vehicles camera moves from one to other vehicle.
The part where im stuck is that when i have vehicle dealership with 2-3 floors...how im gonna make camera work fine without going through the walls? If it was a static dealership i would just hardcode cameras and check for floors and such...i still can do the same now only make it dynamic, but its gonna be pain in the ass to create (Both script and in game to edit) the question is how would you do it? How to fluently switch between floors/rooms...how to do it without making whole camera system for dealership?
The idea is that dealerships have multiple vehicles and when someone buys a vehicle he/she is going into a spec and when navigating between vehicles camera moves from one to other vehicle.
The part where im stuck is that when i have vehicle dealership with 2-3 floors...how im gonna make camera work fine without going through the walls? If it was a static dealership i would just hardcode cameras and check for floors and such...i still can do the same now only make it dynamic, but its gonna be pain in the ass to create (Both script and in game to edit) the question is how would you do it? How to fluently switch between floors/rooms...how to do it without making whole camera system for dealership?