Commit Graph
2 Commits
Author SHA1 Message Date
903d8749f6 BAPI - mapmanip script - optional directory argument (#22980)
```
changes:
  - rscadd: "Bapi mapmanip script - optional argument to specify a map directory to run manipulations on."
```


```
echo "Example usage:"
echo "./mapmanip.ps1"
echo "./mapmanip.ps1 -Path maps/away/ships/my_map_folder"
echo "./mapmanip.ps1 -Path D:/Git/Aurora.3/maps/away/ships/my_map_folder"
```

---------

Co-authored-by: DreamySkrell <>
Co-authored-by: AuroraBuildBot <action@github.com>
2026-08-06 09:35:15 +00:00
13082e71ad BAPI - mapmanip submap perf improv + mapmanip script (#19634)
changes:
  - rscadd: "BAPI - mapmanip submap performance improvements."
  - rscadd: "BAPI - mapmanip script."

perf improv in the form of changing the map container from hashmap to a
flat grid
hashmap was only bad for big maps with lots of submaps - did not affect
horizon with its one small submap

the script:


![image](https://github.com/user-attachments/assets/136365c3-5cbc-4189-90a0-f163ea836735)

---------

Co-authored-by: DreamySkrell <>
Co-authored-by: AuroraBuildBot <action@github.com>
2024-07-22 14:40:13 +00:00