|
|
|
|
 |

March 22nd, 2009, 10:13 AM
|
 |
Sergeant
|
|
Join Date: Apr 2004
Location: Tampa Bay, Florida, USA
Posts: 327
Thanks: 5
Thanked 33 Times in 11 Posts
|
|
Re: Modding shortlist
SOrry if this is the wrong thread...
- A bug report: if you "#copyspr" the Jade Mask (which is restricted to one nation), any item you copy it to also becomes restricted (even if it has no such restrictions in the mod)
And few requests, or votes for existing mod requests in future patches -
- the ability to create sprites for #newitems
- #onebattlespell for #newitems or #newweapons
- #ritualspell for #newitems
|

March 22nd, 2009, 12:11 PM
|
|
BANNED USER
|
|
Join Date: Jan 2009
Location: a small farm
Posts: 340
Thanks: 73
Thanked 103 Times in 42 Posts
|
|
Re: Modding shortlist
So I've tried to implement overwriting national spells without success perhaps due to not knowing enough about modding. Anyway I tried #selectspell 109 followed by #clear followed by the content of the new spell to #end. I get a name2spell crash every time. Any tips?
Also it doesn't seem possible to force a spell number on creating newspells. #newspell, unlike every other new mod object command, does not take a numerical unit id argument. Just #selectspell 999 followed by the spell to #end doesn't show up in research. This is OK as I can just count off 136 #newspells before overwriting national ones if I can ever get that to work. Why? Am I missing something?
Currently one cannot play Mytheology/Antilarium + CPCS + Holy War even after removing the Antilarium GoR spells which seems like a reasonable desire... well, I really want to anyway.
Apologies for hijacking the thread somewhat.
|

March 22nd, 2009, 12:59 PM
|
 |
General
|
|
Join Date: Feb 2007
Location: R'lyeh
Posts: 3,861
Thanks: 144
Thanked 403 Times in 176 Posts
|
|
Re: Modding shortlist
Quote:
Originally Posted by pyg
So I've tried to implement overwriting national spells without success perhaps due to not knowing enough about modding. Anyway I tried #selectspell 109 followed by #clear followed by the content of the new spell to #end. I get a name2spell crash every time. Any tips?
|
You have to select them by name, not number. Which is a problem, because there may be more than one spell by the same name. Spells are being references by name, not number, everywhere, in the unit and item data as well. On the other hand, in your specific case, they should probably have the same restrictions, so if you chose to overwrite one of them, you'll probably want to overwrite all of them, and you should be able to do that if you change their names while doing so.
Quote:
Originally Posted by pyg
Also it doesn't seem possible to force a spell number on creating newspells.
|
Correct.
|

April 1st, 2009, 11:15 AM
|
|
BANNED USER
|
|
Join Date: Jan 2009
Location: a small farm
Posts: 340
Thanks: 73
Thanked 103 Times in 42 Posts
|
|
Re: Modding shortlist
Quote:
Originally Posted by lch
Quote:
Originally Posted by pyg
So I've tried to implement overwriting national spells without success perhaps due to not knowing enough about modding. Anyway I tried #selectspell 109 followed by #clear followed by the content of the new spell to #end. I get a name2spell crash every time. Any tips?
|
You have to select them by name, not number. Which is a problem, because there may be more than one spell by the same name. Spells are being references by name, not number, everywhere, in the unit and item data as well. On the other hand, in your specific case, they should probably have the same restrictions, so if you chose to overwrite one of them, you'll probably want to overwrite all of them, and you should be able to do that if you change their names while doing so.
|
So that nice list of national spell numbers doesn't really help me as I need a nice list of national spell names right?
|

March 22nd, 2009, 01:03 PM
|
 |
General
|
|
Join Date: Feb 2007
Location: R'lyeh
Posts: 3,861
Thanks: 144
Thanked 403 Times in 176 Posts
|
|
Re: Modding shortlist
Quote:
Originally Posted by Psientist
- A bug report: if you "#copyspr" the Jade Mask (which is restricted to one nation), any item you copy it to also becomes restricted (even if it has no such restrictions in the mod)
|
I was wondering where the restriction kicks in, because there's nothing in the item data. Thanks for reporting that it's done by sprite ID. How funky!  Some other things are tied in a strange way. For example, the Forbidden Light effect that raises Astral and Fire magic by 2 also draws in Horror assassinations.
|
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
|
|
|
|
|