The subject matter of this article was cut from the final version of a Call of Duty game. Since some information can lack context, the content on this page may not be accurate and is subject to change.
The Nashorn (German: rhinocerous) was a tank destroyer used by Nazi Germany during World War II. It was to make a prominent appearance in Call of Duty: World at War during Rhineland 2, but as the level was never completed, it was never modelled. During development a Tiger I was used as a placeholder[1] The player's ultimate objective would've been to destroy the Nashorn. It would've retreated [2] and been hunted down by the player to a church, where Molotov Cocktails would be used to kill the crew. The level would then end.[3]
References[]
- ↑
maps\_tiger::main( "vehicle_tiger_woodland" ); // TODO replace with Nashorn!
- ↑
level.obj7_string = &"RHI2_OBJ_7"; // disable nashorn
- ↑
event_church_nashornMolotovs()
{level endon( "church_found_position" );
trigger_wait( "trig_church_nashornMolotovs", "targetname" );
iprintlnbold( "Molotovs found; Nashorn crew flamed." );
level notify( "church_found_position" ); }
|