I'm back now send me the code, and don't be madfellowzdoomer wrote:Lemme rephrase that.
I suggest you google up Slade3 or XWE or SOMETHING to extract the hexen stuff yourself. Ill submit code once you come back.
heretic rpg wad
Forum rules
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
-
- Posts: 140
- Joined: Sat Jan 24, 2015 10:23 am
- Location: copenhagen...........
Re: heretic rpg wad
-
- Posts: 777
- Joined: Wed Aug 21, 2013 11:31 am
- Location: New Jersey
Re: heretic rpg wad
Ok. Lemme polish it. Please dont be impatient.
-
- Posts: 140
- Joined: Sat Jan 24, 2015 10:23 am
- Location: copenhagen...........
Re: heretic rpg wad
Okay, dont worry i'm patientfellowzdoomer wrote:Ok. Lemme polish it. Please dont be impatient.
What do you mean polish?
I thought you where done?
-
- Posts: 140
- Joined: Sat Jan 24, 2015 10:23 am
- Location: copenhagen...........
Re: heretic rpg wad
Delete
Last edited by haru00988 on Fri Feb 13, 2015 4:42 pm, edited 1 time in total.
-
- Posts: 5886
- Joined: Tue Jul 19, 2005 9:06 pm
- Location: New Zealand
Re: heretic rpg wad
haru00988 wrote:Okay, dont worry i'm patient
You forgot your lesson in the span of 1 post. That was fast.haru00988 wrote:Send it AS Quickly AS possible
-
- Posts: 140
- Joined: Sat Jan 24, 2015 10:23 am
- Location: copenhagen...........
Re: heretic rpg wad
No.edward850 wrote:haru00988 wrote:Okay, dont worry i'm patientYou forgot your lesson in the span of 1 post. That was fast.haru00988 wrote:Send it AS Quickly AS possible
-
- Posts: 21706
- Joined: Tue Jul 15, 2003 7:33 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): A lot of them
- Graphics Processor: Not Listed
Re: heretic rpg wad
Please don't do this in the future.haru00988 wrote:Delete
-
- Posts: 140
- Joined: Sat Jan 24, 2015 10:23 am
- Location: copenhagen...........
Re: heretic rpg wad
Okay, i tried to delete but couldnt, the. I write that.wildweasel wrote:Please don't do this in the future.haru00988 wrote:Delete
Please dont be disapointed at me
-
- Posts: 777
- Joined: Wed Aug 21, 2013 11:31 am
- Location: New Jersey
Re: heretic rpg wad
You COULD have deleted it yourself, theres a red X to the far right, but only if your post was the most recent.
-
- Posts: 140
- Joined: Sat Jan 24, 2015 10:23 am
- Location: copenhagen...........
Re: heretic rpg wad
now i'm patient theres gone one day, are you now finished?fellowzdoomer wrote:You COULD have deleted it yourself, theres a red X to the far right, but only if your post was the most recent.
-
- Posts: 1336
- Joined: Fri Aug 08, 2003 12:57 am
- Location: Helsinki, Finland
Re: heretic rpg wad
That's really not how patience works.
Google search for definition of patient wrote:1. able to accept or tolerate delays, problems, or suffering without becoming annoyed or anxious.
"be patient, your time will come"
synonyms: forbearing, uncomplaining, tolerant, long-suffering, resigned, stoical
-
- Posts: 140
- Joined: Sat Jan 24, 2015 10:23 am
- Location: copenhagen...........
Re: heretic rpg wad
i was thinking when the first boss (dsparil) he will be beyond the black gate, and to reach him you have to kill thousands of ettins?GooberMan wrote:That's really not how patience works.
Google search for definition of patient wrote:1. able to accept or tolerate delays, problems, or suffering without becoming annoyed or anxious.
"be patient, your time will come"
synonyms: forbearing, uncomplaining, tolerant, long-suffering, resigned, stoical
what do you think?
got the editor from the lord of the rings.
Edit 1: NOT to be inpatient but i thought that fellowdoomer was done fem days ago?
-
- Posts: 777
- Joined: Wed Aug 21, 2013 11:31 am
- Location: New Jersey
Re: heretic rpg wad
Yes, im sorry. This is a base for the code. Its missing the code that tells what it starts with (elven wand, .50 beretta, etc) so, yeah.
You dont need frames up to Z. You can simply open up Notepad and use the Replace function to replace PLY2 and PLAY to whatever, and delete the excess frames on here.
Code: Select all
ACTOR Paladin : PlayerPawn
{
Speed 1
Health 100
Player.MaxHealth 250
Height 56
Radius 16
Mass 100
PainChance 255
States
{
Spawn:
PLAY A 5
Loop
See:
PLAY ABCDE 5
Loop
Melee:
Missile:
PLAY FG 7
Goto Spawn
Pain:
PLAY HIJK 7
PLAY K 1 A_Pain
Goto Spawn
Death:
PLAY LMNO 5 A_Scream
PLAY PQRS 7 A_NoBlocking
PLAY S 7
Stop
XDeath:
PLAY TUV 5 A_Scream
PLAY WXY 7 A_NoBlocking
PLAY Z 7
Stop
}
}
ACTOR Witch : PlayerPawn
{
Speed 1
Health 100
Player.MaxHealth 250
Height 56
Radius 16
Mass 100
PainChance 255
States
{
Spawn:
PLY2 A 5
Loop
See:
PLY2 ABCDE 5
Loop
Melee:
Missile:
PLY2 FG 7
Goto Spawn
Pain:
PLY2 HIJK 7
PLY2 K 1 A_Pain
Goto Spawn
Death:
PLY2 LMNO 5 A_Scream
PLY2 PQRS 7 A_NoBlocking
PLY2 S 7
Stop
XDeath:
PLY2 TUV 5 A_Scream
PLY2 WXY 7 A_NoBlocking
PLY2 Z 7
Stop
}
}
-
- Posts: 140
- Joined: Sat Jan 24, 2015 10:23 am
- Location: copenhagen...........
Re: heretic rpg wad
what with the sprites?fellowzdoomer wrote:Yes, im sorry. This is a base for the code. Its missing the code that tells what it starts with (elven wand, .50 beretta, etc) so, yeah.
You dont need frames up to Z. You can simply open up Notepad and use the Replace function to replace PLY2 and PLAY to whatever, and delete the excess frames on here.Code: Select all
ACTOR Paladin : PlayerPawn { Speed 1 Health 100 Player.MaxHealth 250 Height 56 Radius 16 Mass 100 PainChance 255 States { Spawn: PLAY A 5 Loop See: PLAY ABCDE 5 Loop Melee: Missile: PLAY FG 7 Goto Spawn Pain: PLAY HIJK 7 PLAY K 1 A_Pain Goto Spawn Death: PLAY LMNO 5 A_Scream PLAY PQRS 7 A_NoBlocking PLAY S 7 Stop XDeath: PLAY TUV 5 A_Scream PLAY WXY 7 A_NoBlocking PLAY Z 7 Stop } } ACTOR Witch : PlayerPawn { Speed 1 Health 100 Player.MaxHealth 250 Height 56 Radius 16 Mass 100 PainChance 255 States { Spawn: PLY2 A 5 Loop See: PLY2 ABCDE 5 Loop Melee: Missile: PLY2 FG 7 Goto Spawn Pain: PLY2 HIJK 7 PLY2 K 1 A_Pain Goto Spawn Death: PLY2 LMNO 5 A_Scream PLY2 PQRS 7 A_NoBlocking PLY2 S 7 Stop XDeath: PLY2 TUV 5 A_Scream PLY2 WXY 7 A_NoBlocking PLY2 Z 7 Stop } }
-
- Posts: 777
- Joined: Wed Aug 21, 2013 11:31 am
- Location: New Jersey
Re: heretic rpg wad
You never told me the sprite names, so I did my defaults. I need
1. The players walking frame names
2. The players attacking frames
3. The players death frames (XDeath optional)
Alternatively, you can edit the classes yourself and put the sprite names in place of PLAY and PLY2.
1. The players walking frame names
2. The players attacking frames
3. The players death frames (XDeath optional)
Alternatively, you can edit the classes yourself and put the sprite names in place of PLAY and PLY2.