Spear Resurrection TC
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: 26
- Joined: Mon Oct 25, 2010 1:06 am
- Location: Paris FRANCE
Spear Resurrection TC
I've just finished some work on my Spear Resurrection TC using AFAdoomer's Wolfenstein 3D TC.
I would appreciate any bug reports or feedbacks from anyone who tried it.
New version uploaded, here is the link:
http://dl.dropbox.com/u/27654797/Spear% ... n%20TC.rar
- Added Lightning and thunder in Level 1.
- Compiled latest SVN version of zdoom with latest version of the WolfAttack patch
- Updated DECORATE.
- Fixed bug where enemies never stop shooting after trying to take food.
- Modified the A_WolfAttack function, just put back bitshifting instead of modulo for damage computation, I don't quite understand why, but it seems more like the original wolf to me.
- Fixed bug with Teleport Artefact giving 100% Health
I would appreciate any bug reports or feedbacks from anyone who tried it.
New version uploaded, here is the link:
http://dl.dropbox.com/u/27654797/Spear% ... n%20TC.rar
- Added Lightning and thunder in Level 1.
- Compiled latest SVN version of zdoom with latest version of the WolfAttack patch
- Updated DECORATE.
- Fixed bug where enemies never stop shooting after trying to take food.
- Modified the A_WolfAttack function, just put back bitshifting instead of modulo for damage computation, I don't quite understand why, but it seems more like the original wolf to me.
- Fixed bug with Teleport Artefact giving 100% Health
Last edited by Gilles on Fri Apr 29, 2011 1:35 am, edited 10 times in total.
-
- Posts: 26
- Joined: Mon Oct 25, 2010 1:06 am
- Location: Paris FRANCE
Re: Spear Resurrection TC
I can't figure out how to add lightning flash in level 1, I've already tried the "lightning" parameter in the MAPINFO lump, sound is working but there is no flash, probably due to non-lightning level.
Also tried to spawn the PickupFlash Actor, no luck so far. If someone as an idea don't hesitate!
Also tried to spawn the PickupFlash Actor, no luck so far. If someone as an idea don't hesitate!
-
- Posts: 1212
- Joined: Sun Dec 27, 2009 9:28 pm
- Graphics Processor: nVidia with Vulkan support
- Location: Just beyond the line horizon
Re: Spear Resurrection TC
I can't figure out how to download your file, maybe upload it to mediafire?
-
- Posts: 26
- Joined: Mon Oct 25, 2010 1:06 am
- Location: Paris FRANCE
Re: Spear Resurrection TC
First you have click on my the link ( I suppose you already get to this point ), and next you have to choose where you want to download the file, for example if you want to download from megaupload click on : "Télécharger sur Megaupload"
Maybe you have to accept popups for the site. Hope this will help!
Maybe you have to accept popups for the site. Hope this will help!
-
- Posts: 1959
- Joined: Sat Nov 03, 2007 4:13 pm
Re: Spear Resurrection TC
That just leads to getting pop-up ads. Why not just post the MegaUpload link directly? I hate going to sites with a million pop-up ads.Gilles wrote:Maybe you have to accept popups for the site. Hope this will help!
Nonetheless, I've downloaded your mod, and will give feedback soon.
-
-
- Posts: 26539
- Joined: Tue Jul 15, 2003 4:58 pm
- Location: Scotland
-
- Posts: 26
- Joined: Mon Oct 25, 2010 1:06 am
- Location: Paris FRANCE
Re: Spear Resurrection TC
Alright here's the direct link to megaupload :
http://www.megaupload.com/?d=JRV828Y9
http://www.megaupload.com/?d=JRV828Y9
Multiple link is better than one don't you thinkWhy not just post the MegaUpload link directly?
Thanks for the link Enjay, unfortunately my file is too big to be uploaded there.
-
- Posts: 1212
- Joined: Sun Dec 27, 2009 9:28 pm
- Graphics Processor: nVidia with Vulkan support
- Location: Just beyond the line horizon
Re: Spear Resurrection TC
It's only 6 MB. You need to make an account before you can upload it to drdteam.Gilles wrote:Thanks for the link Enjay, unfortunately my file is too big to be uploaded there.
I still recommend mediafire over Megaupload, because it doesn't have one of those annoying "wait 40 seconds to download" screens.
-
- Posts: 254
- Joined: Sun Oct 31, 2010 2:06 am
Re: Spear Resurrection TC
I am very pleased to know there is something being done about porting over this excellent TC! Simply unforgettable stuff.
-
- Posts: 8
- Joined: Thu Apr 21, 2011 9:23 pm
Re: Spear Resurrection TC
I can't get it to work, it says something about a "wolf attack" error?
-
- Posts: 4349
- Joined: Sun Feb 06, 2005 6:39 am
- Preferred Pronouns: No Preference
- Operating System Version (Optional): Windows 10
- Graphics Processor: nVidia (Modern GZDoom)
- Location: Capital of Explodistan
Re: Spear Resurrection TC
Latest SVN now, youngster.
-
- Posts: 7656
- Joined: Sat Aug 07, 2004 5:14 am
- Location: Some cold place
Re: Spear Resurrection TC
Even better, use the EXE that came with the mod.Ryan Cordell wrote:Latest SVN now, youngster.
-
- Posts: 3387
- Joined: Thu Jul 05, 2007 4:53 pm
- Location: opening the forbidden box
Re: Spear Resurrection TC
I don't think A_WolfAttack's been merged in yet so you're probably need to use the included EXE anyways.
-
-
- Posts: 17896
- Joined: Fri Jul 06, 2007 3:22 pm
Re: Spear Resurrection TC
Yep.InsanityBringer wrote:I don't think A_WolfAttack's been merged in yet so you're probably need to use the included EXE anyways.
If the patch does get in, it may still not work because parameter order may change, etc. IIRC, Gilles used the first version of the WolfAttack patch, not the second which now has a flag parameter in first position (so basically, to convert the DECORATE you'd have to add "0, " to each non-empty parameter list for WolfAttack codepointers).
-
- Posts: 1284
- Joined: Fri Nov 07, 2008 3:29 pm
- Graphics Processor: ATI/AMD with Vulkan/Metal Support
- Location: Maryland, USA, but probably also in someone's mod somewhere
Re: Spear Resurrection TC
Funny, I'd recommend the latter over the former precisely because they actually allow you your maximum download speed and don't shove a bunch of ads in your face to slow any computer you might be using at the time to a crawl. Waiting 40 seconds is totally worth it.cq75 wrote:I still recommend mediafire over Megaupload, because it doesn't have one of those annoying "wait 40 seconds to download" screens.