
[Halo 2] WIP Forgotten Room remake *update 13-nov
- LostWithin
- Posts: 483
- Joined: Mon Jul 17, 2006 4:10 pm
- Location: Massachusetts Team:FoxHalo.com
- Contact:
- foxfanatic23I7
- Posts: 1343
- Joined: Mon Jul 24, 2006 1:38 pm
- Location: Canada bishes
- Contact:
![]() |
![]() |
![]() |
![]() |
- foxfanatic23I7
- Posts: 1343
- Joined: Mon Jul 24, 2006 1:38 pm
- Location: Canada bishes
- Contact:
![]() |
![]() |
![]() |
![]() |
- LostWithin
- Posts: 483
- Joined: Mon Jul 17, 2006 4:10 pm
- Location: Massachusetts Team:FoxHalo.com
- Contact:
-
- Posts: 935
- Joined: Sat Feb 25, 2006 4:23 am
- Location: Europe. as in i'm speaking broken english coz i'm polish :D
![]() |
![]() |
![]() |
update first post!
cool nice to see havin fans
this'll be a mod much more complete, lightning ambience and custom sound ambiences will add feel to this map mostly imo.. so far i'm making good progress.
basically it isnt a forgotten room anymore, but an invaded facility/factory or somesort. nonetheless it's a remake and i'm having a good feel about it so far.
i might also add a button onto the gondola to destroy the pink shields through scripting. basically this'd make it easier to invade the platform when entering the controlroom bit.
perhaps someone can help me make a script.
here's the deal.
basically the button needs to destroy the shields, then after a X amount of time they should respawn again.. also the button needs to be operational at all time so you can use it multiple times.
i've had detox taking a look but he didnt got around doing it yet.
the scriptnub i am show you how i'd like the script
[script startup/dormant/continous -=whateverscriptname=-
[sleep_until >[device_get_group -=*scriptobject name for button?*=-] 0]
[object_destroy jail_shield1]
[object_destroy jail_shield2]
[object_destroy jail_shield3]
[object_destroy jail_shield4]
[sleep -=for about 1 / 2 minutes=-]
[object_create jailshield1]
[object_create jailshield2]
[object_create jailshield3]
[object_create jailshield4]
]
this conceptscript would make the jailshields destroy, then after 1 min , spawn again. idk if it's even possible this way, but
if anyone could assist me making a fully working script please thank you
cool nice to see havin fans

this'll be a mod much more complete, lightning ambience and custom sound ambiences will add feel to this map mostly imo.. so far i'm making good progress.
basically it isnt a forgotten room anymore, but an invaded facility/factory or somesort. nonetheless it's a remake and i'm having a good feel about it so far.
i might also add a button onto the gondola to destroy the pink shields through scripting. basically this'd make it easier to invade the platform when entering the controlroom bit.
perhaps someone can help me make a script.
here's the deal.
basically the button needs to destroy the shields, then after a X amount of time they should respawn again.. also the button needs to be operational at all time so you can use it multiple times.
i've had detox taking a look but he didnt got around doing it yet.
the scriptnub i am show you how i'd like the script
[script startup/dormant/continous -=whateverscriptname=-
[sleep_until >[device_get_group -=*scriptobject name for button?*=-] 0]
[object_destroy jail_shield1]
[object_destroy jail_shield2]
[object_destroy jail_shield3]
[object_destroy jail_shield4]
[sleep -=for about 1 / 2 minutes=-]
[object_create jailshield1]
[object_create jailshield2]
[object_create jailshield3]
[object_create jailshield4]
]
this conceptscript would make the jailshields destroy, then after 1 min , spawn again. idk if it's even possible this way, but
if anyone could assist me making a fully working script please thank you

Halo 2 Modder&Player,XBC:Ownagemaster.
Mainmenu mod-=-Spacestation Deck-=-Conduit-=-Waterworld-=-South Side

Visit headshotmasta his new site! (Click burning insolence)
Mainmenu mod-=-Spacestation Deck-=-Conduit-=-Waterworld-=-South Side

Visit headshotmasta his new site! (Click burning insolence)
-
- Posts: 52
- Joined: Sun Aug 20, 2006 11:36 am
- Location: Fort Bragg, North Carolina, US
- Contact:
- xheadshotmastax
- Posts: 1029
- Joined: Sat Jul 02, 2005 12:26 pm
- Location: Germany >_<
- Contact:
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
- galvination
- Posts: 908
- Joined: Sat Jun 17, 2006 6:30 pm
- Location: I lack a witty comment to put here.
- Contact:
-
- Posts: 447
- Joined: Sat Jul 22, 2006 2:50 pm
- Location: new jersey
Smacktalker - you must move stuff around in the bsp viewer alot!
What kind of computer do you have? See... I cant use the bsp viewer alot because this is what im running on ...
Laptop with-
1.3ghz Celeron M Processor
512 mb Ram
60 Gig HDD
and a video/graphics card with less than 16mb on it
BUT! I am getting a new computer either tommorow or wednesday!
Desktop with -
3.0 ghz Pentium 4 (or D?) w/HT Technology
1gb ram
160 gb HDD
256mb Graphics/ Video Card
and back on topic - this may just become the funnest mod ever!

What kind of computer do you have? See... I cant use the bsp viewer alot because this is what im running on ...
Laptop with-
1.3ghz Celeron M Processor
512 mb Ram
60 Gig HDD
and a video/graphics card with less than 16mb on it

BUT! I am getting a new computer either tommorow or wednesday!
Desktop with -
3.0 ghz Pentium 4 (or D?) w/HT Technology
1gb ram
160 gb HDD
256mb Graphics/ Video Card
and back on topic - this may just become the funnest mod ever!


*Sig Removed* Read Rules ~Halomods Staff
- galvination
- Posts: 908
- Joined: Sat Jun 17, 2006 6:30 pm
- Location: I lack a witty comment to put here.
- Contact:
-
- Posts: 98
- Joined: Tue Feb 21, 2006 7:39 pm
![]() |
![]() |
![]() |
![]() |
[script startup/dormant/continous -=whateverscriptname=-
[sleep_until >[device_get_group -=*scriptobject name for button?*=-] 0]
[object_destroy jail_shield1]
[object_destroy jail_shield2]
[object_destroy jail_shield3]
[object_destroy jail_shield4]
[sleep -=for about 1 / 2 minutes=-]
[object_create jailshield1]
[object_create jailshield2]
[object_create jailshield3]
[object_create jailshield4]
]
Code: Select all
(script continuous shields
(begin
(sleep_until (= (device_group_get <devicegroup>) 1))
(object_destroy jail_shield1)
...
(sleep <1800 / 3600 [1 / 2 minutes]>)
(object_create jail_shield1)
...
(device_group_set <devicegroup> 0)
)
)

- StalkingGrunt911
- Posts: 3618
- Joined: Wed May 24, 2006 12:30 pm
- Location: Florida!
- Contact:
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
-
- Posts: 935
- Joined: Sat Feb 25, 2006 4:23 am
- Location: Europe. as in i'm speaking broken english coz i'm polish :D
![]() |
![]() |
![]() |
i'm having some trouble with the script
i use entity 1.3 bsp viewer, it renders the stuff much better then 1.1.6.. 1.1.6. bsp viewer lags like crazy when i view objectives or playerspawns
1.3 however doesnt. i like it. the big screen really is kool.
btw i dont submit my mods to mimesis anymore. most of the people cry about the little things, which come back to me because i made it.... btw i never saw any complaints about DITW on mimesis, select SMG and have fun freezing. so ya thats why i dont. you may submit it but i dont repair this stuff.

i use entity 1.3 bsp viewer, it renders the stuff much better then 1.1.6.. 1.1.6. bsp viewer lags like crazy when i view objectives or playerspawns
1.3 however doesnt. i like it. the big screen really is kool.
btw i dont submit my mods to mimesis anymore. most of the people cry about the little things, which come back to me because i made it.... btw i never saw any complaints about DITW on mimesis, select SMG and have fun freezing. so ya thats why i dont. you may submit it but i dont repair this stuff.
Halo 2 Modder&Player,XBC:Ownagemaster.
Mainmenu mod-=-Spacestation Deck-=-Conduit-=-Waterworld-=-South Side

Visit headshotmasta his new site! (Click burning insolence)
Mainmenu mod-=-Spacestation Deck-=-Conduit-=-Waterworld-=-South Side

Visit headshotmasta his new site! (Click burning insolence)