English Half-Life 2D

483 replies
Goto Page
To the start Previous 1 2 3 ... 24 25 Next To the start
31.12.10 09:25:42 pm
Up
KimKat
GAME BANNED
Offline Off
I've played this and I find somethings to be flawed. I created a Half-Life map for CS2D some time ago, I still have it. The flaw is basicly the HEV-suit and HP chargers, they drop just one single item and there is no more. You could create map triggers to generate health using trigger_use and hurt entity, doing a negative value on it will increase player health when the player step on the hurt entity, you can create a limitation for the use of the chargers using map triggers aswell as with Lua.

Using map triggers is easier in this case, just put a delayer, trigger_use and a hurt entity. You must just figure it out and you can make those perfect chargers without dropping any items (health packs, armor). The HEV-suit charger would be best to do with Lua though, some way... I'm not so sure how, long time ago since I've used Lua scripts. But I know it's possible.
31.12.10 11:18:07 pm
Up
MAX-russia
User
Offline Off
If you whant to no i remember the lua map whit the half life test map.The medic-wall on use works liken in real hali life!
We haw too make adventure on lua !
31.12.10 11:44:43 pm
Up
Night Till Death
User
Offline Off
KimKat your suggestion are quite good we need helpers like you!
01.01.11 12:01:41 am
Up
MAX-russia
User
Offline Off
Night Till Death,i forgot to tell you.When you show us the screens of the missions the marine is looks like hi is on top of the wall.
03.01.11 02:50:54 am
Up
Starkkz
Moderator
Offline Off
KimKat, that's good idea about chargers.. i used it in one of my maps, (but i could make some new functions to create chargers with a rotation)
lol
03.01.11 04:33:55 am
Up
Phenixtri
User
Offline Off
The real problem is the 1st couple maps of the campaign seeing as it needs a moving pre programed tram car ride with the players spawning & riding inside.

Also the main player Gorden has to be in his lab coat with his arms at his side until he gets his HEV suit. Even then his arms must be at his side until he then gets the crowbar.

Basically their must be a min of 3 lua for this as well as 2 player sprites of Gorden in his lab coat & him in his HEV unarmed.

HaRes drop knife lua is a good place to start for making Gorden unarmed until he picks up the crowbar.

Their is also the lua required to create the HEVs armor properties & its ability to recharge at HEV charging stations & the small battery packs for it.

The actuall HEV pick up as well as the batteries are best to be made a separate lua items.

The modified drop knife lua must also be made so that when the player drops the crowbar AKA knife replacement that a drop model spawns on the floor & can be picked up again like with regular weapons.
IMG:http://media.moddb.com/images/groups/1/5/4712/Valve2DUserbar.png
03.01.11 07:16:07 am
Up
Refresh
User
Offline Off
Isn't the dudes name is Gordon? btw what will be his hev suit? light, normal, heavy, or just simply kevlar?
03.01.11 07:26:22 am
Up
Night Till Death
User
Offline Off
@Refresh thats the last thing we need to worry about the HEV...

The main thing we need is - When he puts on his HEV the music and the sounds have to be in order like in the original...

If my regular mapping with sprites and sounds give away about 200 files... then this mod will have about 1000 files
03.01.11 08:38:53 am
Up
Phenixtri
User
Offline Off
I have 2 sound set for the HEV pick up both the original n a realistic version that strelok make for HL:S & I would prefer that the HEV not be made with the Kevlar light armor or any of the other armor items since it would present a whole new set of problems.

As I said the best option for the HEV would be to make it a separate lua item for the anomalous materials map. The Gordon player model (CT1 atm) will have his HEV suit by default.

Its only in the anomalous materials map & the tram ride intro map that gorgon is without his HEV suit so thus a simple map lua & 2 sprites for the player is all that's needed for thos beginning maps.

The 2 sprite required for Gordon in these maps will be as follows.

Unarmed Gordon in lab coat

Unarmed Gordon in HEV

When the player picks up the Crowbar in the unforeseen consequences map the Unarmed HEV sprite will disappear the Gordon player will revert to the default CT1 Gordon in HEV suit. The Unarmed HEV sprite will only return when the player CT1 drops the knife (crowbar) which can be picked up again.

I have the HEV version almost done. Somewhere around march ill release a big skin pack for the HL2D page on Mod DB to show what I have been working on.
IMG:http://media.moddb.com/images/groups/1/5/4712/Valve2DUserbar.png
03.01.11 10:20:19 am
Up
OlaFPhp
User
Offline Off
I Might Help You With Your Mod Night Till Death.
IMG:http://media.moddb.com/images/mods/1/18/17025/topname.1.gif
IMG:http://img706.imageshack.us/img706/9166/bannerorf.png
03.01.11 01:49:20 pm
Up
Night Till Death
User
Offline Off
Awesome O-L-A-F can help us with the skinning! His skinning skills are amazing... Will you be our skinner O-L-A-F?
03.01.11 02:23:45 pm
Up
Starkkz
Moderator
Offline Off
I can make a lua to swich skins, if you need it.
lol
03.01.11 03:26:15 pm
Up
KimKat
GAME BANNED
Offline Off
About the HEV-suit, no need for the armors you could use kevlar armor simply it has maximum value of 200, 100 by default so you could create a Lua script that gives the player who use the HEV-suit charger +25 HEV each second for 4 seconds then the HEV-suit will disable itself, if they missed out on HEV-armor then that's their problem. Or you could make a more realistic HEV-suit charger that is more user-friendly which I'd love to see.

Perhaps the HEV-charger could work something like this...
Spoiler >

If player is on tile [52,67] and uses the button on the tile he will get armor 25+ if my Lua script is correct which I'm doubtful of. Anyways, combind this with a trigger_delay(or not?) on that button so that it can only be used limited times, perhaps 8 times, that's 200 armor if you got 0 armor. It's also good to have a check if you already have 200 armor then the HEV charger won't give you. Otherwise it will get buggy, and go back to 0 again or such. Had problems with that before. I hope someone figures this out with the HEV chargers creating the perfect one in complete Lua and map triggers.
edited 1×, last 03.01.11 07:49:04 pm
03.01.11 04:58:03 pm
Up
Starkkz
Moderator
Offline Off
KimKat, the command has wrong parameters..

Code:
1
2
3
4
setarmor <id> <armor type>
Armor Type:
0 - 200 ~ Normal Armors
201 - 206 ~ Special Armors


Edit: NTD, this mod will have any -sven coop mode?. That would be funny
edited 1×, last 03.01.11 07:36:41 pm
lol
04.01.11 03:38:50 am
Up
Phenixtri
User
Offline Off
Brilliant idea kimkat but the HEV in HL1 only had a max value of 100 & the little batteries only recharged 15 per battery.

The HEV charger also depending on the difficulty level had a max charge of 25 (hard) 50 (normal) & 75 (easy).

The chargers also only replenished the HEV value by 1 every half sec or so for as long as the player used it or until it ran out.

NOTE Health chargers also worked the exact same way.

It was only in HL2 that the HEV had a armor value of 200 & that was only in the citadel levels. The HL2 HEV also used Combine power sources which is why it could be overcharged to 200.

On contrast the HL1 mark 4 HEV suit came before the HL2 mark 5 HEV so thus the old mark 4 was limited to human power sources & thus only had a value of 100 max.

Also on another note would it be possible to make the rocket launcher a grenade launcher for say the AK47 (M4A2 M203) & the P90 (MP5 M203)?

Basically I want to make a M203 grenade launcher lua script for 2 weapons the M4 & MP5. I was thinking of making a nade launcher that behaves just like the one in Half Life.

Details on how I want to make the launchers to function as.

1) The launcher is a secondary fire mode for the MP5 (P90) & M4 (AK47).

2) The secondary launcher is activated with the right mouse button or F3 as the default bind key.

3) Both the launcher for the MP5 & M4 are single shot with a 3 sec delay between shots (during this delay you may also not use the primary fire mode)

4) Both launchers use the same ammo reserve with a max ammo count of 10+1

5) During the 3 sec delay there will be a custom reload sound for the launcher.

6) The grenade launcher (rocket launcher) will have its own reloading sound & projectile flight/fire sound. (since the default rocket launcher uses the RPGs firing/rocket flight sound)

So from a lua perspective what would be my main obstacles for making a lua for such a function ?
IMG:http://media.moddb.com/images/groups/1/5/4712/Valve2DUserbar.png
04.01.11 04:14:01 am
Up
Roni
User
Offline Off
nr.3 since afaik you cant disable shooting (gfx stuff)
one thing you could do is just giving the player the knive so he cant shoot but then you had to fake the weapon image.

everything else is pretty easy
04.01.11 04:22:28 am
Up
Starkkz
Moderator
Offline Off
that means, you can swich the weapon and use the same skin.. I can do it
lol
04.01.11 04:31:47 am
Up
Phenixtri
User
Offline Off
Good to know im also making my rocket launcher a M-79 for the default model. Its only for the M4 & MP5 launchers that use the actual AK47 (M4) & P90 (MP5) skins instead of the default rocket launcher (M-79).

Just to further clarify things
IMG:http://media.moddb.com/images/groups/1/5/4712/Valve2DUserbar.png
04.01.11 01:26:43 pm
Up
Kurumi
User
Offline Off
I have sounds, music, amb and other. I can give them to ya!

Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// Half Life 2D Controls
bind "0" "slot10"
bind "1" "slot1"
bind "2" "slot2"
bind "3" "slot3"
bind "4" "slot4"
bind "5" "slot5"
bind "6" "slot6"
bind "7" "slot7"
bind "8" "slot8"
bind "9" "slot9"
bind "conkey" "console"
bind "W" "forward"
bind "S" "back"
bind "A" "left"
bind "D" "right"
bind "leftshift" "speed"
bind "mouse1" "attack"
bind "mouse2" "attack2"
bind "R" "reload"
bind "mwheelup" "invprev"
bind "mwheeldown" "invnext"
bind "Q" "lastinv"
bind "E" "use"
bind "F5" "snapshot"
Those Controls Will Help
Uhm... Hello
04.01.11 02:32:18 pm
Up
Starkkz
Moderator
Offline Off
wait.. the "attack2" action, shouldn't be replaced with "serveraction2"?, it wouldn't need to press F3 for grenade launcher/rocket launcher.
lol
To the start Previous 1 2 3 ... 24 25 Next To the start