Jump to content

Dartlak

Members
  • Posts

    16
  • Joined

  • Last visited

About Dartlak

  • Birthday February 2

Profile Information

  • Gender
    Male

Recent Profile Visitors

2,309 profile views

Dartlak's Achievements

Newbie

Newbie (1/14)

8

Reputation

  1. to

    Various new Commands and GUIs 0.5.4

     

    how can i use it and what can i do with code.zip and how?

     


  2. Version 0.5.4

    2,078 downloads

    A plugin for Emergency 5/2016, providing some new commands. Mostly intended to be used by mod authors or mappers who want to create maps with separate parking spaces and stations. But most functions are also usable for normal maps - just install and activate the testmod. New Commands Turn siren, head-, blue-, and warninglights on and off If a vehicle is sent back to HQ, it waits until all crewmembers it came with entered the vehicle (they do automatically). Criminals and victims get handled automatically, too. If someone can't enter for some reason due to injuries or otherwise, they will be ignored. Boats and robots get loaded up automatically. When holding CTRL or STRG when sending vehicles back, crewmembers enter the vehicle, but the vehicle does not return to HQ. When a new vehicle gets ordered from the menu, the following happens: If a vehicle of the same type is already on the map and on the way to HQ, this one will get called. If this is not the case, a new vehicle will appear as usual. To make sure this works as it should, vehicles returning to HQ are not selectable. There's a new button above the minimap, which shows a list of all units on the map. When doubleclicking on a unit, the camera focuses on it, and, if possible, the unit will be selected. Selected units have a darker background. The coloured square shows the state of the unit (only used for vehicles at the moment). Green means it's ready for new orders (i.e. returning to HQ), yellow means it's in use. Red means destroyed, but this is not yet working correctly. It's possible to place parking spaces in the editor. Instead of returning to HQ, vehicles try to find a free parking space and park there. Special parking spaces for hospitals (unload victims) and prisons (unload criminals) are also available. There are a few of these parking spaces on the testmap. To ensure everything works correctly, automatisms were turned off. Sadly this is pretty annoying, but they don't work well the ambulance and the new ReturnToBase command. The names of all new commands for mod authors: user::ReturnToBase - Vehicle waits for crewmembers and searches parking space user::VehicleControlCommand - Shows a second row of commands to control lights and siren The names of the following commands should be self explanatory. These commands are available with the one above (user::VehicleControlCommand), and I recommend to only use that one. The following commands need some work to be able to use them normally: user::BluelightsOffCommand user::BluelightsOnCommand user::HeadlightsOffCommand user::HeadlightsOnCommand user::SirenOffCommand user::SirenOnCommand user::WarninglightsOffCommand user::WarninglightsOnCommand The code for the plugin is available too, and should be documented reasonably well. Supported Emergency 5/2016 version: 2.1.0
  3. I can't reproduce it. Every freeplay map loads fine for me. Can you attach the crash information like Arariel did above?
  4. Okay, I uploaded a new version. Now it ​really shouldn't crash anymore.
  5. Thanks for the detailed information. It's a veeery strange crash and I can't reproduce the same one, though I just fixed a crash when sending back vehicles. Was the police car transporting a criminal?
  6. No, I always update the first post, so that's the newest version. But maybe you downloaded it before I updated? Can you post the error message?
  7. Aaargh not again Did you use the new version I uploaded yesterday? I can't reproduce the crash sadly. It was reported before on the German forums, but I thought I fixed it. Make sure you have updated the game to version 1.4.1, too.
  8. Updated the plugin, because it was crashing a bit too often. ​ ​@Arariel: You can just drag & drop the zip file into the modifications section of the launcher
  9. Updated for the new Version 1.41. No big functional changes, but the list of units became a few improvements.
  10. I've been working on a plugin on the German forums for a while now, and I think it's good enough now to post it here too. In essence it provides players with a few new commands to control their vehicles: Turn warning-, blue- and headlights on and off Turn siren on and off (sadly it plays only once) If you send a vehicle back to the base, all personnell it spawned with will first enter the vehicle (if possible). Patients and/or criminals get put in the vehicle too. Only when all units are inside the vehicle (unless they're injured or similar) will it return to the base. When a new vehicle gets ordered from the menu and a vehicle of the same type is already on the map and returning to the base, that one will get ordered instead and no new vehicle will spawn. To make sure this works as intended, vehicles returning to the base are unselectable. If you hold CTRL while pressing the HQ button, all units will enter the vehicle, but it will not return to the base. There is also a list of all units on the map available, accessible with a new button on the minimap. I had to disable all automatisms because some don't work well with the new return to base command, to keep that in mind while playing. Another new feature but useless without a custom map: You can define parking spaces for certain vehicles (or groups of vehicles) on the map. Instead of directly despawning, a returning vehicle will first try to find a free parking space and if it finds one park there. There's a test map included in the testmod below, so take a look at that to see how exactly it works. There are also special parking spaces for hospitals or prisons to drop off "passengers" there, if necessary. This plugin is inteded to be used by other mod authors for the added functionality, but the attached testmod can also be used by players to use the new commands. The sourcecode is attached too, for people interested in that. Supported Emergency 5 version: 2.0.1 Download http://www.emergency-planet.com/files/file/1169-various-new-commands-and-guis/
  11. Some more notable information from the same thread concerning textures: File Extensions: Color map *_c.tif rgb Alpha map *_a.tif luminance Metallic map *_s.tif luminance Normal map *_n.tif rgb Height map *_h.tif luminance Gloss map *_g.tif luminance Emissive map *_e.tif rgb Tint map *_t.tif luminance Ambient occlusion map *_ao.tif luminance Smut overlay map *_o.tif luminance Description: Color map: rgb map with color information, no directional lighting and no ambient occlusion information. Alpha map: grayscale map. usually 1 bit. In some cases 8 bit grayscale maps for blend out pixels Metallic map: grayscale map to define what is metal and no metal (1 = metal; 0 = no metal) Gloss map: grayscale map to define roughtness / smoothness of a surface. (1 = smooth; 0 = rough). Normal map: rbg map for expand the geometry details to a higher level of detail. Ambient occlusion map: indirectional lighting, like overcast lighting. usually baked from highpoly. Height map: grayscale map for height information. Also used for texture blending and to produce puddles for wet surfaces. Emissive map: rbg map for illuminate details on the texture with colors (like fire glow, neonsings, etc) Tint map: grayscale map to define the areas on the texture which will be colored by the engine dynamically Smut overlay map: grayscale map with smut which will be faded in while the object is burning.
  12. Also, neither do I need help modding, nor do I have problems, so all the support forums seemed to be the wrong place for this...
  13. You can always look through the code and compile it for yourself, if you're really that suspicious. I actually posted this already 2 years ago on the German forum, but only got around to translating it now.
×
×
  • Create New...