/Inspcombine giving error?
Looks to me like you have 3 " in your bind. I don't have a CoH install available right now to confirm, but I'm suspecting your problem is the quotes.
shift+numpad1 "inspcombine insight "catch a breath"
Any and all spelling, grammar and logic errors are intentional so this post will blend seamlessly into the Internet
---------------------------
Unbelievable. You, [subject name here], must be the pride of [subject hometown here]!
Remove the inner quotes, and replace the spaces in the inspiration names with underlines. Instead of Catch a breath, use Catch_A_Breath.
but found just using the replace command to turn them into "catch a breath" with quotes around each instance to be more effective. |
Am I hitting some sort of cap for the bind length? |
Global @StarGeek
ParagonWiki.com-The original is still the best!
My Hero Merit rolls
Accuracy needed for 95% ToHit spreadsheet
Forum font change stripper for Firefox/Opera/Chrome. No more dealing with poor color choices, weird fonts or microscopic text
Search Wiki Patch notes, add site:ParagonWiki.com inurl:patch_notes to your Google Search
@Roderick
No, they don't. Each quote pairs up with the next quote it finds. So it's trying to execute inspcombine insight, which gives the "takes 2 args, you gave one" error.The quotes are most definitely what's giving you grief.
|
I "beginchat /send "repeat offenders" [$name, $level]: " |
Unless for some reason the inspcombine aspect doesn't read the quotes correctly, the way I have it should work fine... However, I have since gone in and changed the binds, dropping the changes for mezz and rez insps (if they drop too frequently, I can just change em via the right click menu) and changing all the quoted, multiword insp names into the underscored format, IE "catch a breath" became catch_a_breath. If it was a matter of bind sizes, this should do the trick. Currently can't get into the game yet, but will update whether or not the changes work later on. Till then, thanks for the help, folks!
Just my opinion, feel free to disregard...
...the last quote might be truncated off the end of the long bind... making it fail.
|
/bind alt+numpad1 "inspcombine insight catch_a_breath"
Just my opinion, feel free to disregard...
Nope, I've double and triple checked it. All the quotes are in the proper places...
... ... I think it's randomly cutting bits and pieces out of the binds to fit within the limit. |
Try cutting the bind into just the small insp (for example), and see if works, then work your way up to see when it fails.
Code:
/bind alt+numpad1 "inspcombine insight catch_a_breath" |
But if you expand your question to: Could I use "alt+ctrl+numpad1", that answer would be NO, at least I'm not aware of multiple chords being allowed.
Actually, now that I think of it.. try loading your bind, then immediately do a "/bindsavefile testinglimit.txt" and check that file to see what the game records for that key. Then you can get an idea of what the limit is and why it is failing.
Actually, now that I think of it.. try loading your bind, then immediately do a "/bindsavefile testinglimit.txt" and check that file to see what the game records for that key. Then you can get an idea of what the limit is and why it is failing.
|
(I used F7 just so I could easily /unbind F7 afterward.)
/bindloadfile testfile1.txt
F7 "inspcombine insight "catch a breath"$$inspcombine luck "catch a breath"$$inspcombine enrage "catch a breath"$$inspcombine respite "catch a breath"$$inspcombine sturdy "catch a breath"$$inspcombine "break free" "catch a breath"$$inspcombine awaken "catch a breath"$$inspcombine "focused rage" "take a breather"$$inspcombine "keen insight" "take a breather"$$inspcombine "good luck" "take a breather"$$inspcombine "dramatic improvement" "take a breather"$$inspcombine rugged "take a breather"$$inspcombine emerge "take a breather"$$inspcombine "bounce back" "take a breather"$$inspcombine "righteous rage" "second wind"$$inspcombine "phenominal luck" "second wind"$$inspcombine "uncanny insight" "second wind"$$inspcombine resurgence "second wind"$$inspcombine robust "second wind"$$inspcombine escape "second wind"$$inspcombine restoration "second wind"" |
F7 "inspcombine insight "catch a breath"$$inspcombine luck "catch a breath"$$inspcombine enrage "catch a breath"$$inspcombine respite "catch a breath"$$inspcombine sturdy "catch a breath"$$inspcombine "break free" "catch a breath"$$inspcombine awaken "catch a" |
blueinsp0.txt
alt+numpad1 "inspcombine insight "catch a breath"$$inspcombine luck "catch a breath"$$inspcombine enrage "catch a breath"$$inspcombine respite "catch a breath"$$inspcombine sturdy "catch a breath"$$inspcombine "break free" "catch a breath"$$bindloadfile blueinsp1.txt"
blueinsp1.txt
alt+numpad1 "inspcombine awaken "catch a breath"$$inspcombine "focused rage" "take a breather"$$inspcombine "keen insight" "take a breather"$$inspcombine "good luck" "take a breather"$$inspcombine "dramatic improvement" "take a breather"$$bindloadfile blueinsp2.txt"
blueinsp2.txt
alt+numpad1 "inspcombine rugged "take a breather"$$inspcombine emerge "take a breather"$$inspcombine "bounce back" "take a breather"$$inspcombine "righteous rage" "second wind"$$inspcombine "phenominal luck" "second wind"$$bindloadfile blueinsp3.txt"
blueinsp3.txt
alt+numpad1 "inspcombine "uncanny insight" "second wind"$$inspcombine resurgence "second wind"$$inspcombine robust "second wind"$$inspcombine escape "second wind"$$inspcombine restoration "second wind"$$bindloadfile blueinsp0.txt"
Notes:
- Each file references the next, and the last file references back to the first.
- You'll have to hit the same key 4 times to execute the full set of binds.
- This was just an example of how it would be done.
- I did not test any of them for syntax or text limits.
I have these binds. I've got them on three keys. Key is "small insps" combine into "small blue". Shift+Key is "medium insps" combine into "medium blue". Alt+Key is "big insps"combine into "big blue".
I also have three other keys for purples.
I left out break frees (and their bigger parts) and wakens (and their bigger parts) because they're so rare, I just delete them if I need space or manually combine if I have enough.
Paragon Wiki: http://www.paragonwiki.com
City Info Terminal: http://cit.cohtitan.com
Mids Hero Designer: http://www.cohplanner.com
I have these binds. I've got them on three keys. Key is "small insps" combine into "small blue". Shift+Key is "medium insps" combine into "medium blue". Alt+Key is "big insps"combine into "big blue".
I also have three other keys for purples. I left out break frees (and their bigger parts) and wakens (and their bigger parts) because they're so rare, I just delete them if I need space or manually combine if I have enough. |
Just my opinion, feel free to disregard...
In my default Keybind.txt file, I have these binds set up:
Combines 3 of same type inspiration into one new type
inspcombine <string> <string>
Any and all advice is much appreciated!
~JP
Just my opinion, feel free to disregard...