Shared models sorted by file size: Difference between revisions

Jump to navigation Jump to search
cat; copyedit
mNo edit summary
(cat; copyedit)
Line 1: Line 1:
{{about||texture sizes of shared models|Textures of shared models sorted by file size}}


This is a list of '''shared models sorted by file size'''.  If you add many complex models or models with big textures to the scenery it ''will'' increase the memory usage and slow down FlightGear.


If you use many complex models or models with big textures it will increase the memory usage and slow down the simulation. Here is a list of shared models sorted by file size:
__TOC__
== Models ==
Use your browsers search function {{key press|Ctrl|F}} to find the model that you like to use.


use ctrl-F to find the model that you like to use
{{note|This list might be out of date.}}
 
 
This list might be out of date. This is how I made it:
 
<code>
cd ~/.fgfs/TerraSync/Models
find . -name *.ac -execdir ls -hs '{}' ';' | sort -n
</code>
 
or sorted first by categoy then by size:
 
<code>
for i in $( ls ); do  ls -hs $i/*.png  | sort -n; done
</code>
 
 
see also:
[[Textures of shared models sorted by file size]]


<pre>
<pre>
Line 1,285: Line 1,271:
3,1M Forklift.ac
3,1M Forklift.ac
</pre>
</pre>
== How this list was made ==
This is how I made it:
<code>
cd ~/.fgfs/TerraSync/Models
find . -name *.ac -execdir ls -hs '{}' ';' | sort -n
</code>
or sorted first by category then by size:
<code>
for i in $( ls ); do  ls -hs $i/*.png  | sort -n; done
</code>
[[Category:Scenery enhancement]]
[[Category:Lists]]

Navigation menu