I have not decided about charging for it. If I do, it would be somewhere around $10 for the entire pack.
Currently I have about 20 models with more to come. Some of them are replicas of models I purchased in the past. And because of licensing, I have built my own by using ones I purchased as templates. So it's taking some time for me to build the models, and texture them. I don't want to violate any license agreements of authors that I purchased models from in the past.
So it's taking more time than I thought, but it will be worth it when I am done.
The ones above I already have scripts and icons for, and have tested them in FPS. They work great. I have not yet jumped into scripting in FPS so I am using this "generic" script for the models:
;header
desc = speaker1
;ai
aiinit = appear1.fpi
aimain = default.fpi
aidestroy = disappear1.fpi
;spawn
spawnmax = 0
spawndelay = 0
spawnqty = 0
;orientation
model = meshbankxmodSpeaker1.x
offx = 0
offy = 0
offz = 0
rotx = 0
roty = 0
rotz = 0
defaultstatic = 1
materialindex = 0
collisionmode = 1
;visualinfo
textured = texturebankxmodspeaker1.tga
effect = effectbankbumpbump.fx
castshadow = 1
Again, I have not worked with scripting 'yet'. And the above works well. However, if anyone has additional tips for the scripting of the models, let me know.