a few questions
|
|
HWKStonewall | Date: Sunday, 04/March/2012, 6:54 AM | Message # 1 |
Knight
Group: Modders
Messages: 16
Status: Offline
| -How do you make grapeshot less powerful? (I know it is somewhere in WEAPONS.NDS but I do not know the exact name of the weapon type)
-How do you make it so that solid shot from cannons cause fear?
-How do you decrease the effect of stray bullets hitting troops behind the main line? (this is a big problem in un-modded ACFB)
|
|
| |
EbelAngel | Date: Wednesday, 07/March/2012, 10:47 AM | Message # 2 |
Site Administrator
Group: Administrators
Messages: 996
Status: Offline
| Quote (HWKStonewall) -How do you make grapeshot less powerful? (I know it is somewhere in WEAPONS.NDS but I do not know the exact name of the weapon type)
I think it's "Kartech".
I dont know the answer to the other questions because i dont know enough about American Conquest.
|
|
| |
Nowy | Date: Wednesday, 07/March/2012, 2:15 PM | Message # 3 |
Marquis
Group: Users
Messages: 320
Status: Offline
| Sorry, can't answer on thses questions, but it could be questions to Gex, he dealt with artillery many things in HEW.
Did you ask him?
Quote (EbelAngel) I think it's "Kartech".
It could be, because in Russian "kartech" mean somehow as like grapeshot or canister or caseshot.
|
|
| |
ab_99 | Date: Wednesday, 07/March/2012, 2:30 PM | Message # 4 |
Count
Group: Modders
Messages: 126
Status: Offline
| Quote (Nowy) It could be, because in Russian "kartech" mean somehow as like grapeshot or canister or caseshot. Yes. "Kartech" = "canister"
Quote (HWKStonewall) -How do you make grapeshot less powerful? ARTPUS.MD WEAPONKIND 5 KARTECH //Add DAMAGE 5 300 // DAMAGE 5 200 ... DAMAGE 5 100 ... DAMAGE 5 0
Quote (HWKStonewall) -How do you decrease the effect of stray bullets hitting troops behind the main line? (this is a big problem in un-modded ACFB) DAMAGEDEC 1 xxx
Quote (HWKStonewall) -How do you make it so that solid shot from cannons cause fear?
ARTPUS.MD //Add FEARTYPE 1 10 // FEARTYPE 1 100 ... FEARTYPE 1 1000 ... etc.
------------------------------------------------------------------------------- PS!
OR FEARTYPE 5 10 // FEARTYPE 5 100 ... FEARTYPE 5 1000 ... etc.
unit1.md FEARFACTOR 5 10 // FEARFACTOR 5 100 ... FEARFACTOR 5 1000... ... unitxxx.md FEARFACTOR 5 10 // FEARFACTOR 5 100 ... FEARFACTOR 5 1000...
TEXT/MORALE_TEXT.TXT //Add: FEAR_TXT3 Fear of of guns FEAR_TXWIDE5 Fear of guns FEAR_TXWIDE5H Probability of panic amidst artillery attack (oh my gun!)
Message edited by ab_99 - Wednesday, 07/March/2012, 8:25 PM |
|
| |
HWKStonewall | Date: Saturday, 10/March/2012, 8:27 AM | Message # 5 |
Knight
Group: Modders
Messages: 16
Status: Offline
| Thanks. I was able to fix the stray bullets effect. However, I still cannot seem to fix grapeshot and make solid shot cause fear. I tried searching with ctrl-F and looking around in WEAPONS.NDS but apparently, there is nothing there called "Kartech".
|
|
| |
ab_99 | Date: Saturday, 10/March/2012, 12:33 PM | Message # 6 |
Count
Group: Modders
Messages: 126
Status: Offline
| Quote (HWKStonewall) However, I still cannot seem to fix grapeshot and make solid shot cause fear. it is enough: FEARTYPE 1 10 // OR FEARTYPE 1 50
Perhaps http://translate.google.com wrongly translates my thoughts. Click in the editor press "U" and watch the fear. The gun must shoot to the fear of work.
Quote (HWKStonewall) I tried searching with ctrl-F and looking around in WEAPONS.NDS but apparently, there is nothing there called "Kartech".
search by ctrl-F "PSMPOINTTPUS"
enough to insert in the ARTPUS.MD: DAMAGE 5 xxx
Message edited by ab_99 - Saturday, 10/March/2012, 1:09 PM |
|
| |
HWKStonewall | Date: Sunday, 18/March/2012, 5:01 PM | Message # 7 |
Knight
Group: Modders
Messages: 16
Status: Offline
| I have a few more questions. How do you change the background picture in the main menu? How do you add new terrain textures for map making?
|
|
| |
ab_99 | Date: Sunday, 18/March/2012, 6:11 PM | Message # 8 |
Count
Group: Modders
Messages: 126
Status: Offline
| Quote (HWKStonewall) I have a few more questions. How do you change the background picture in the main menu? How do you add new terrain textures for map making? Here are stored backgrounds: MAINMENU.GP
textures: \GROUND\TEX1.BMP ... TEX39.BMP you risk losing compatibility with other maps
PS! You concentrate their efforts on 3D models, and the rest I'll help you set up.
Message edited by ab_99 - Sunday, 18/March/2012, 7:42 PM |
|
| |
HWKStonewall | Date: Saturday, 24/March/2012, 5:33 PM | Message # 9 |
Knight
Group: Modders
Messages: 16
Status: Offline
| How do you change the stand ground bonus of formations? For example, the current stand ground bonus for infantry is +10. I want to decrease it.
|
|
| |
ab_99 | Date: Sunday, 25/March/2012, 1:29 PM | Message # 10 |
Count
Group: Modders
Messages: 126
Status: Offline
| Quote (HWKStonewall) How do you change the stand ground bonus of formations? For example, the current stand ground bonus for infantry is +10. I want to decrease it. ORDERS.LST #LINE120 SYM2 9 2 9 3 1 2
9 - attack 3 - protection
PS! publish the entire list of questions
|
|
| |