UGX-Mods

Call of Duty 5: World at War => Help Desk => Mapping => Topic started by: ville88 on June 04, 2016, 05:52:40 pm

Title: who knows how to build a flytrap (easter egg from Der Riese WAW) in the radiant?
Post by: ville88 on June 04, 2016, 05:52:40 pm
how to build a flytrap (easter egg from Der Riese WAW) in radiant?

(https://www.ugx-mods.com/forum/proxy.php?request=http%3A%2F%2Fi65.tinypic.com%2F2vsqh49.png&hash=f7197e6b88fc93dd4ccd60c9e8368ded83ea8f4b)
Title: Re: who knows how to build a flytrap (easter egg from Der Riese WAW) in the radiant?
Post by: HitmanVere on June 04, 2016, 05:57:10 pm
Its scripted in nazi_zombie_factory.gsc, check flytrap() function there
Title: Re: who knows how to build a flytrap (easter egg from Der Riese WAW) in the radiant?
Post by: ville88 on June 04, 2016, 05:58:50 pm
i have all scripts for "flytrap"
how build in radiant?
Title: Re: who knows how to build a flytrap (easter egg from Der Riese WAW) in the radiant?
Post by: c.h.n on June 04, 2016, 06:05:40 pm
https://www.sendspace.com/file/nsud66 (https://www.sendspace.com/file/nsud66)


(https://www.ugx-mods.com/forum/proxy.php?request=http%3A%2F%2Fi.imgur.com%2FW3APLHc.jpg%3F1&hash=d51a77cc936704e2384ba198d5104fa55833f8e3)
Title: Re: who knows how to build a flytrap (easter egg from Der Riese WAW) in the radiant?
Post by: HitmanVere on June 04, 2016, 06:06:38 pm
i have all scripts for "flytrap"
how build in radiant?

Check getEnts:

Code Snippet
Plaintext
trig_control_panel = GetEnt( "trig_ee_flytrap", "targetname" );

This is trigger that is hit with upgraded weapon

Code Snippet
Plaintext
obj_array = GetEntArray( target_name, "targetname" );

So for actual targets, three models with targetnames ee_exp_monkey, ee_bowie_bear and ee_perk_bear
Need to check actual .csc files for the models laying around that glow green after due to:

Code Snippet
Plaintext
level ClientNotify( "ag1" );
Title: Re: who knows how to build a flytrap (easter egg from Der Riese WAW) in the radiant?
Post by: ville88 on June 04, 2016, 06:10:37 pm
https://www.sendspace.com/file/nsud66 (https://www.sendspace.com/file/nsud66)

Thank you!!)))
Title: Re: who knows how to build a flytrap (easter egg from Der Riese WAW) in the radiant?
Post by: ville88 on June 22, 2016, 09:15:46 am
i give name for script_model "ee_floaty_stuff" but it does not fly((( how to make a right in radiant?