|
|
|
|
|
July 8th, 2007, 01:35 AM
|
|
National Security Advisor
|
|
Join Date: Sep 2003
Location: Eastern Finland
Posts: 7,110
Thanks: 145
Thanked 153 Times in 101 Posts
|
|
Re: More ideas
#clearweapons, #cleararmor or #clearequipment mod commands
needed for monster modding.
|
July 8th, 2007, 05:35 PM
|
|
General
|
|
Join Date: Aug 2003
Location: Sweden
Posts: 4,463
Thanks: 25
Thanked 92 Times in 43 Posts
|
|
Re: More ideas
Quote:
ArkkiMeisseli said:
All I ask for is a #patrolbonus command.
I'm quite sure it isn't there.
I suppose I could get around it by copying the stats of an unit with a patrol bonus, but I'd prefer to be able to give my own patrol bonuses to my units.
EDIT
That was a nice idea. Not possible at the moment.
I just had an idea, could it be possible to have armor that becomes stronger with higher Magic scale and weaker with high Drain scale?
|
|
July 8th, 2007, 05:38 PM
|
|
General
|
|
Join Date: Aug 2003
Location: Sweden
Posts: 4,463
Thanks: 25
Thanked 92 Times in 43 Posts
|
|
Re: More ideas
Hmm, something is whacky! I cant write anything after the quote.
Anyway, nice idea. Not possible atm.
|
July 16th, 2007, 07:37 PM
|
|
Shrapnel Fanatic
|
|
Join Date: Oct 2003
Location: Vacaville, CA, USA
Posts: 13,736
Thanks: 341
Thanked 479 Times in 326 Posts
|
|
Re: The Modder\'s Wishlist
automatically treat some default such as filler.dm as being used in each game creation
I wish that the game would automatically recognize something like filler.dm whenever a game is created. That way we wouldnt need to keep reminding newbies to make and use one so that fixer mods can be used mid-game. By creating a filler.dm midgame, and adding to it. I think that it would help in the acceptance and use of mods if people can always use one mid-game without having to remember to use a filler mod each time a game is created.
__________________
-- DISCLAIMER:
This game is NOT suitable for students, interns, apprentices, or anyone else who is expected to pass tests on a regular basis. Do not think about strategies while operating heavy machinery. Before beginning this game make arrangements for someone to check on you daily. If you find that your game has continued for more than 36 hours straight then you should consult a physician immediately (Do NOT show him the game!)
|
August 2nd, 2007, 07:12 PM
|
|
Major General
|
|
Join Date: Feb 2005
Location: Lake of Hali, Aldebaran, OH
Posts: 2,474
Thanks: 51
Thanked 67 Times in 27 Posts
|
|
Re: The Modder\'s Wishlist
How about a mod command to directly modify the records as binaries?
Something like:
#selectsite 212
#hexdump 30 0x000100030004
#end
Which would just do a raw bitwise replace of bytes 30-35 of the record for the site.
So if we can figure out how something is handled in the binary, we can do it ourselves - this could apply to sites, magic items (although I've never found those by hex diving), spells, units, armor and weapons. It'd also allow us to clear any powers we didn't want, presumably by masking the relevant bytes to 0, unless the power is hardcoded somewhere outside of the unit record.
Of course, if you change the data structures this would become useless, and if any of my prof's ever find out I suggested this they'll retroactively withdraw my degree (I wrote my thesis on robust and maintainable coding practices.)
OTOH, this way you wouldn't have to code up every obscure power anyone wanted to mod.
__________________
If you read his speech at Rice, all his arguments for going to the moon work equally well as arguments for blowing up the moon, sending cloned dinosaurs into space, or constructing a towering *****-shaped obelisk on Mars. --Randall Munroe
|
August 15th, 2007, 06:40 PM
|
|
Major General
|
|
Join Date: Feb 2005
Location: Lake of Hali, Aldebaran, OH
Posts: 2,474
Thanks: 51
Thanked 67 Times in 27 Posts
|
|
Re: The Modder\'s Wishlist
I really, really want to be able to mod the secondary effect field for spells.
Sorry if this is a repeat - but that would do more for my mods than all of my other requests combined.
__________________
If you read his speech at Rice, all his arguments for going to the moon work equally well as arguments for blowing up the moon, sending cloned dinosaurs into space, or constructing a towering *****-shaped obelisk on Mars. --Randall Munroe
|
August 16th, 2007, 02:50 AM
|
BANNED USER
|
|
Join Date: Feb 2007
Posts: 5,463
Thanks: 165
Thanked 324 Times in 190 Posts
|
|
Re: The Modder\'s Wishlist
The most important change in my opinion would be allowing us to give a monster an #entryspell command which specifies which spell they auto cast when they go on the battlefield.
This would remove the need for a whole load of other commands, because you could just give them a spell which did much the same.
Only for commanders, probably.
|
August 16th, 2007, 10:38 AM
|
|
Shrapnel Fanatic
|
|
Join Date: Oct 2003
Location: Vacaville, CA, USA
Posts: 13,736
Thanks: 341
Thanked 479 Times in 326 Posts
|
|
Re: The Modder\'s Wishlist
The game doesnt seem to track commanders. All units in the game can be commanders, or followers (or gods). It happens all the time on my chaos maps. Even a lowly slinger has commander features if its in the game as a commander.
__________________
-- DISCLAIMER:
This game is NOT suitable for students, interns, apprentices, or anyone else who is expected to pass tests on a regular basis. Do not think about strategies while operating heavy machinery. Before beginning this game make arrangements for someone to check on you daily. If you find that your game has continued for more than 36 hours straight then you should consult a physician immediately (Do NOT show him the game!)
|
August 16th, 2007, 01:04 PM
|
BANNED USER
|
|
Join Date: Feb 2007
Posts: 5,463
Thanks: 165
Thanked 324 Times in 190 Posts
|
|
Re: The Modder\'s Wishlist
It doesn't need to track commanders, it's just a flag when they're built or GOR'd. Units can have leadership values that they don't use unless they're commanders, magic paths etc - adding in an #entryspell command would be the same. No technical problem there at all - I'm just saying they shouldn't/couldn't use it if they were regular troops. If you wish for one of those guys that autocast darkness or communion slave or something at the start of battle, I suspect until you GOR them it won't autocast.
If it does, well that's a small problem, because if you gave the autocast ability to a troop you could mass like 100 plus of, the game would probably crash or something.
|
August 18th, 2007, 10:46 PM
|
|
Second Lieutenant
|
|
Join Date: Oct 2006
Location: Canberra, Australia
Posts: 409
Thanks: 0
Thanked 1 Time in 1 Post
|
|
Re: The Modder\'s Wishlist
I'd love to see the ability to add a thing like the "Rage" spell so you could have say, a caged creature that gets set lose onto the enemy army.
|
Thread Tools |
|
Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is On
|
|
|
|
|