Page 8 of 8 FirstFirst 12345678
Results 351 to 376 of 376

[SS] Black Templars - Kaurava Crusade - Dawn of War is Not Dead (link in 1st post)

  1. #351

  2. #352
    Member jacks 3d world's Avatar
    Join Date
    Jan 2012
    Location
    knox tenn.
    wow looks very cool this mod is getting better every day keep up good work bt team

  3. #353
    Member jONES1979's Avatar
    Join Date
    Dec 2008
    Location
    Нижний Тагил
    Black Templars mod trailer by Claymore M.D.

    http://www.moddb.com/mods/black-temp...crusade/videos

  4. #354
    Member passman9997's Avatar
    Join Date
    Dec 2011
    Location
    Canada
    Wow! Very original, a true master peace!

    Which software did Claymore use to create the awesome trailer?
    Last edited by passman9997; 20th Aug 12 at 9:03 AM.

  5. #355
    Member PsykoTenshi's Avatar
    Join Date
    Jun 2011
    Location
    non-Steam game Dawn of War: Nounstorm
    My congratulations to Claymore for a very, very good trailer :O

  6. #356
    Member jONES1979's Avatar
    Join Date
    Dec 2008
    Location
    Нижний Тагил
    Quote Originally Posted by passman9997 View Post
    Wow! Very original, a true master peace!
    Which software did Claymore use to create the awesome trailer?

    Spoiler


    offtopic

  7. #357
    Member
    Join Date
    Mar 2010
    Location
    West Midlands, UK
    I've just downloaded the latest beta. Haven't really got started with it yet, but I was nosing around and found that there's a load of attrib files for other races besides Templars lurking in there. There's nothing in the readme about this, so I was just wondering what they're there for, and if there may be any clashes with other mods like the Bugfix mod?

  8. #358
    Superb trailer. Every mod should have a trailer this good

  9. #359
    Member jONES1979's Avatar
    Join Date
    Dec 2008
    Location
    Нижний Тагил
    Quote Originally Posted by Kasrkin84 View Post
    I've just downloaded the latest beta. Haven't really got started with it yet, but I was nosing around and found that there's a load of attrib files for other races besides Templars lurking in there. There's nothing in the readme about this, so I was just wondering what they're there for, and if there may be any clashes with other mods like the Bugfix mod?
    It fix some issues, that must be fixed ("no matter the cost") from my point of view. Also it activate "shield of faith" feature for abilities. No clashes with Bugfix mod (cause I carefully copied everything related fixes/things described in Bugfix mod's readme), but I don't sure about "other" mods.

  10. #360
    hey hows the campaign coming alone
    You will quake at the wrath of the emperor.
    Dawn Of Coalescence Mod

  11. #361
    Member jONES1979's Avatar
    Join Date
    Dec 2008
    Location
    Нижний Тагил
    Quote Originally Posted by death_incarnet View Post
    hey hows the campaign coming alone
    Sorry, Bro, have no time to continue campaing development. But I dream about it every day.

  12. #362
    Member jONES1979's Avatar
    Join Date
    Dec 2008
    Location
    Нижний Тагил
    Beta-5 http://www.moddb.com/mods/black-temp...ade-mod-beta-5 is uploaded and authorized.



    ...And, please, rate it further.
    Last edited by jONES1979; 29th Oct 12 at 5:14 AM.

  13. #363
    Very nice. Just downloaded. Any chanse well be seeing the heroes mod implemented in this?
    Haha, awesome UI by the way. Really feels like black templars. And very nice voices.

  14. #364
    THE NEW UNIT CHATTER IS AWESOOOOMMMMEEEE
    Where's the Bloody Taanks!!??

  15. #365
    How far along did the campaign get, as in whats left to do? Stupid droid phone, ill do heroes at some point if noone else has done it.

  16. #366
    That would be great fuggles.

    and such a shame that campaign werent finished. But im sure its a huge workload, still would be great if anyone were up for finishing it. Hehe.
    Last edited by Pedro; 27th Oct 12 at 8:48 AM.

  17. #367
    Member jONES1979's Avatar
    Join Date
    Dec 2008
    Location
    Нижний Тагил
    Quote Originally Posted by Pedro View Post
    Just downloaded. Any chanse well be seeing the heroes mod implemented in this?
    Sorry, I leave this task to the community: if anybody interested - welcome!


    Quote Originally Posted by fuggles View Post
    ill do heroes at some point if noone else has done it.
    There is a \BTmod\BT_mod heroes_by_STARS (2011 01 27).rar package with heroes code for Beta-2 release. You can start from it, but it is outdated very.


    Quote Originally Posted by Pedro View Post
    and such a shame that campaign werent finished.
    A shame? How dare are you!
    Last edited by jONES1979; 29th Oct 12 at 5:30 AM.

  18. #368
    jONES, could you help me a bit with something? I'm trying to make BTMod compatible with Corncobman's latest Fun Mod + Tyranids, which means I've spent the whole day poking with the taskbar.lua file. I've gotten most everything to work except for all the weapon upgrades for the Fire Support squads.

    I've narrowed it down to the 'list_weapon_upgrades' or 'list_weapon_upgrades2' lists, it looks something like this

    Code:
    list_weapon_upgrades =
    {
    	"Upgrade01",
    	"Upgrade02",
    	"Upgrade03",
    	"Upgrade04",
    	
    	"AttachUpg05",
    	"AttachUpg06",
    
    	"AddLeader",
    	"Reinforce"  
    }
    
    list_weapon_upgrades2 =
    {
    	"Upgrade03",
    	"Upgrade04",
    	"Upgrade01",
    	"Upgrade02",
    
    	"AttachUpg05",         
    	"AttachUpg06"
    }
    this is from copypasting from Beta-5's code, but it doesn't get me more than the first 4 upgrades: Flamer, Heavy Bolter, Plasma, Melta

    If I use the code from Beta-4, the list looks like this

    Code:
    list_weapon_upgrades =
    {
    	"Upgrade01",
    	"Upgrade02",
    	"Upgrade03",
    	"Upgrade04",
    	
    	"Attach",
    	"Attach2",
    
    	"AddLeader",
    	"Reinforce"  
    }
    
    list_weapon_upgrades2 =
    {
    	"Upgrade03",
    	"Upgrade04",
    	"Upgrade01",
    	"Upgrade02",
    
    	"Attach",         
    	"Attach2"
    }
    This yields me the Multi-melta upgrade button, but not the Lascannon one, which is the only thing I'm missing. The code you introduced is commented and it helped me greatly to identify it, but I can't read it.

    Can you help me out?

  19. #369
    Member jONES1979's Avatar
    Join Date
    Dec 2008
    Location
    Нижний Тагил
    Quote Originally Posted by RMX View Post
    jONES, could you help me a bit with something? I'm trying to make BTMod compatible with Corncobman's latest Fun Mod + Tyranids, which means I've spent the whole day poking with the taskbar.lua file. I've gotten most everything to work except for all the weapon upgrades for the Fire Support squads.

    I've narrowed it down to the 'list_weapon_upgrades' or 'list_weapon_upgrades2' lists, it looks something like this, but it doesn't get me more than the first 4 upgrades: Flamer, Heavy Bolter, Plasma, Melta
    New widgets-buttons named "AttachUpg05" and "AttachUpg06" was added into \BTmod\Data\Art\ui\screens\gamescreen.screen for purpose of proper function of additional weapon upgrades
    Last edited by jONES1979; 29th Oct 12 at 6:05 AM.

  20. #370
    Awesome, thanks. That did the trick.

  21. #371
    Member jONES1979's Avatar
    Join Date
    Dec 2008
    Location
    Нижний Тагил
    Quote Originally Posted by Pedro View Post
    Very nice. Just downloaded. Any chanse well be seeing the heroes mod implemented in this?
    Sorry, I leave this task to the community: if anybody interested - welcome!
    Fuggles did that job, so await for beta-5-patch-01 soon

  22. #372
    Member xhunkx's Avatar
    Join Date
    Jun 2010
    Location
    frejus ,france
    Fantastic mod fantastic new voice fantastic models fantastic JOHN1979 !!!!

  23. #373
    That is very nice.

  24. #374
    Member overmind's Avatar
    Join Date
    Jul 2006
    Location
    Somewhere dull.....
    Hmmm... this one seems to have an issue with the Tyranids mod, you can't reinforce BT squads when the two are run together... any ideas on how to fix?
    Dark Eldar/Harlequin Voice Actor

    "I will make a chorus from thier screams!"
    "We sing the song that never ends."

  25. #375
    Member jONES1979's Avatar
    Join Date
    Dec 2008
    Location
    Нижний Тагил
    Quote Originally Posted by overmind View Post
    Hmmm... this one seems to have an issue with the Tyranids mod, you can't reinforce BT squads when the two are run together... any ideas on how to fix?
    Yes. Responded you in the tyranids mod topic

  26. #376
    Member moddlord1's Avatar
    Join Date
    Jun 2012
    Location
    orky land
    waz up! just checking your thread and send greetings

Page 8 of 8 FirstFirst 12345678

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •