Plastic Pandemonium from Army Men: Air Attack
Forum rules
Required: All new map posts must include a direct link to the map, either screenshots or a video, and a description.
Not Required but Recommended: It would be a good idea to include a voting poll in your post so that others can rate your map.
Required: All new map posts must include a direct link to the map, either screenshots or a video, and a description.
Not Required but Recommended: It would be a good idea to include a voting poll in your post so that others can rate your map.
Re: New map: Plastic Pandemonium
I played the map and I like it, although I agree in that I miss having Sarge. I also really like the health boost being guarded; it keeps it from being a free sbs ticket.
I also noticed something, I'm not sure why this happens, or how exactly you've modded the ground textures, but the new dirt textures do not layer properly.
I also noticed something, I'm not sure why this happens, or how exactly you've modded the ground textures, but the new dirt textures do not layer properly.
I may not make the best maps, or be the best player, but I put a lot of time, effort, and care into my stuff. That counts for something, right? No.
"Can we order a pizza?"
GameRanger ID: 913974
"Can we order a pizza?"
GameRanger ID: 913974
Re: New map: Plastic Pandemonium
Scratch as in made from scratch? If this is the case, then scratch means starting from the beginning. Basically, to start from scratch is to begin from the beginning, to set out on some action or process without any prior preparation, knowledge or advantage.
Green Soldier: Oh no! We have some really bad news. The Reds are building tanks!
Blue Soldier: The Plastic Red Army is building tanks? What kind of tanks? How Many?
Green Soldier: They are building storage tanks.
Blue Soldier: ...
Blue Soldier: The Plastic Red Army is building tanks? What kind of tanks? How Many?
Green Soldier: They are building storage tanks.
Blue Soldier: ...
Re: New map: Plastic Pandemonium
Greetings, j3rry!
I've downloaded & played the map. Awesome!
I kinda like the Apache Sarge. However, his projectiles cannot hit any individual chopper properly (his projectiles keep missing it because of the wide space between the Apache-Sarge's firepoints; unless he's engaging bunched-up packs)
I've downloaded & played the map. Awesome!
I kinda like the Apache Sarge. However, his projectiles cannot hit any individual chopper properly (his projectiles keep missing it because of the wide space between the Apache-Sarge's firepoints; unless he's engaging bunched-up packs)
Last edited by Secg on Thu Jun 27, 2019 1:01 pm, edited 1 time in total.
Re: New map: Plastic Pandemonium
Yeah. I have noticed that before. I will try to fix it as soon as possible. If you already know the way to fix this, then reply me — I will be grateful.
Last edited by j3rry on Tue Dec 28, 2021 9:17 pm, edited 1 time in total.
Re: New map: Plastic Pandemonium
Here's how I fixed that bug: I tweaked the projectile definition & substituted the ProjectileModel("StraightTrajectory") with ProjectileModel("GuidedTrajectory") (also adding other parameters)
Before:
After:
One more question: I know that the army_apache.god may no longer be modified. Yet can there be any way to minimize the pre-.god model & minimized texture proportionally?
Before:
Code: Select all
// PROJECTILE DEFINITION
CreateObjectType("army.proj.aagun", "Projectile")
{
MapObj()
{
GodFile("army_mortar_shell.god");
GenericFX()
{
Add("ProjectileObj::Trail", "weapon.aagun.proj");
}
}
ProjectileObj()
{
ProjectileModel("StraightTrajectory");
Explosion("army.exp.aagun");
}
}
Code: Select all
// PROJECTILE DEFINITION
CreateObjectType("army.proj.apache", "Projectile")
{
MapObj()
{
GodFile("army_mortar_shell.god");
GenericFX()
{
Add("ProjectileObj::Trail", "weapon.aagun.proj");
}
}
ProjectileObj()
{
TopSpeed(400);
ProjectileModel("GuidedTrajectory");
HomingRate(120);
//WaverTurn(30);
//WaverRate(180);
//AccelerationTime(2);
Explosion("army.exp.apache");
}
}
Re: New map: Plastic Pandemonium
Thanks, will update the map soon.
Minimize? Are you mean decrease polygons number or just reduce the model size?
Last edited by j3rry on Tue Dec 28, 2021 9:18 pm, edited 1 time in total.
Re: New map: Plastic Pandemonium
Hello again, j3rry! By "minimizing" I mean "reducing the model's size". Sorry for using the vague Latinate word. I did not know why I temporarily forgot the clearer Anglo-Saxon word "shrink". LoL!
Re: New map: Plastic Pandemonium
Hello.
Apache is bigger than standard Chopper, but it is a way smaller than Chinook from original game files, which is enormous in all dimensions. (It seems justified, because Chinook is a transport.) In my opinion the model size is passable, because the size reminds us that Sargecopter is leader, leader among another vehicle units (Tanks, Choppers). Even standard Sarge model is bigger than Grunt or Bazooka-Man, so I did the same with Apache.
Last edited by j3rry on Tue Dec 28, 2021 9:21 pm, edited 1 time in total.
Re: New map: Plastic Pandemonium
Well said, my friend!
Re: New map: Plastic Pandemonium
I have tested your fix and it works great. Thanks.
Reuploaded the map and uploaded the version without music. (If you do not want to re-download audio files.)
Last edited by j3rry on Tue Dec 28, 2021 9:23 pm, edited 2 times in total.
Who is online
Users browsing this forum: No registered users and 0 guests