Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
That's a pretty good idea for a possible setting (if settings are possible). I'll keep it in mind and look into it if I make more improvements.
Is it possible to increase the time the camera stays on one vehicle? I'd actually even like to have it follow one vehicle, say police, until its shift ends and only then switch to another one. This way, you can kind of really see the work that is being done by firefighters, police etc. :)
笔记
电影摄影机脚本是mod,所以它们禁用了成就。
车辆和摄像头是随机选取的。您可能会得到一行中的重复项。
灵车属于健康范畴。它们的处理方式和其他车辆一样,即使它们不是很紧凑。
如果城市里根本没有服务车辆,摄像机会随机跟踪城市里的一条路。
未来
这个脚本目前没有太多的智能,一些相机例程可能对正在显示的项目没有太大意义。我想根据车辆的特性添加一些过滤器。例如,如果选择了直升机,则可以使用不同的摄像机例程。
如果可能的话,我想包括一些建筑物,如着火的建筑物或瓦砾。目前该脚本只跟踪车辆。
I figured out that your source files default to a exe not a dll.
So I made a new project in monodevelop and added the source folder to it, set assemblies.
It works now and so does using the compiled dll
Inspecting the diff of the .vsproj, mine uses framework 4.7 and makes a properties folder.
So if anyone has issues getting their dll to work, make a new project library using the new interface in monodevelop or vistual studio and then add the cs files and references.
Or does the game require the cam scrips to be in .cs format?
I cannot properly compile the dll, it shows up as a mod, not a camera script.
If you can, what do you use to generate the dll?
I don't know how multiple cams would work together yet. I had plans for another camera mod, but I just haven't made the time to work on it.
I made TrainCam by also using SubService.PublicTransportTrain.
So far I have made Fire Cam, Police Cam, Vacuum Cam, Train Cam, Garbage Cam, Disaster Cam.
I am still figuring out how the code base vehicle selection works to make a Ambulance Cam not show hearses and versa.
But I will probably make industry cams, and other cams, monument cams...
I do wonder if the way I am making these, some of the namespace or public functions... will they interfere if two cam mod scrips are installed at the same time, which i hope it doesn't.
I created another cam from your code, for Garbage Trucks.
I am making one for emergency services, water cleanup, etc so they have their own cams, not all bunched together. Thanks for being open source.
I haven't tried it myself, but it should reenable achievements. There may be more like it.
I've looked into it, and it looks like it is in fact possible to include disaster events.
https://youtu.be/VUXBwQCn1Vk
@benzoll It probably could be added. It's just not straightforward like the vehicles are. I'm planning to keep on working on this and trying to add features like that if possible.
Tested mod with a twister: it does not include tracking the random twister like a vehicles.
Could it be added?
It will track disaster response trucks and helicopters, but after a little testing, I don't think it tracks pumping trucks. I could look into that. They might not be classified as disaster vehicles.
I'd like to hook into disaster events and building statuses, but the script doesn't do that quite yet.
Does it pick up things like flooding?