[skip all navigation]

Fun With Notepad++, More of a Frustration than Fun

Creator: PridefulOne
Time: Oct 1 2008, 2:07 am

Post #1     PridefulOne Oct 1 2008, 2:07 am

[Avatar]
offlinecontact
Rank: Member
Tuxedo-Templar (apparently vanished from the face of the planet) created maps using Notepad++. I wish to do it as well because I've already seen the potential based on a few tests of my own with it.

However, I have a VERY important question: How do you Group objects (with the + and - on the side).

This would REALLY help with sorting out chunks of my code in maps and would help me to keep things organized. Anyone have any ideas?

Top

Post #2     Falkoner Oct 1 2008, 2:10 am

[Avatar]
offlinecontact
Rank: Veteran
Tuxlar had his own code layout, kinda like how you can select languages at the top, and that layout allowed the setup he had. Unfortunately, it seems the website he was hosting info about Astrogears on is down, so I can't get you a link to download it.

Top

Post #3     PridefulOne Oct 1 2008, 2:13 am

[Avatar]
offlinecontact
Rank: Member
Ah! Could you hook me up with some of your terrain maps. They were taken down! Ah, but back on topic.

Anyone have the Tuxlarian Codec so I can code? ;)

Also, he had macros. I remember those because I downloaded them a few formats back :P

Top

Post #4     Falkoner Oct 1 2008, 2:24 am

[Avatar]
offlinecontact
Rank: Veteran
Yeah, the links randomly work on my website, I tried to directly link them, but MediaFire apparently doesn't like that, this link should always work though: http://www.mediafire.com/?6ut7hq4a2tm

You can also download them from SeN here: http://www.staredit.net/files/13/

While trying to find a download of his Notepad++ file, I found that apparently he had an interview: http://www.warboards.org/showthread.php?p=553235#post553235 lol :P

But yeah, apparently he shut down the read-only site, and the warbox forums on it, so I have no idea how to get it, unless someone else has it, I'm sure Oyen does, or if you can contact Tux himself. All the people who were heavily involved in it's development have kinda gone inactive, I did a bunch of testing, but never really got involved myself other than helping him every once in a while over MSN.

Top

Post #5     PridefulOne Oct 1 2008, 2:27 am

[Avatar]
offlinecontact
Rank: Member
Yep! I read that interview back when he first had it :P. But yeah... Trust me, I've been looking on Google for a few days now and finally decided to post. Hopefully someone has the files I need.

And thanks for the maps!

Top

Post #6     Ahli Oct 1 2008, 9:41 am

[Avatar]
Nothing yet! Almost done. Very powerful, very strong.
offlinecontact
Rank: Veteran
I've my own file because now I'm triggering like tuxlar.
I still use his language file, if you want it I can send it to you.
If you have more questions, simply ask me. I made my D1 map with it.

And if you need a program that replaces many different strings inside your text/trigger document, I can help you, too.
I use that to have variable names like "0 minDMG" in my triggers. The program changes it to "Zerg Zergling" when I run it. It's quite useful in my opinion.

(user posted image)
Top

Post #7     PridefulOne Oct 1 2008, 5:12 pm

[Avatar]
offlinecontact
Rank: Member
Sure, I'll take that file ^^ . Maybe host it and post a link for other people that would want it?

I'd also like to look at those other things you talked about.

Top

Post #8     Oyen Oct 1 2008, 10:09 pm

[Avatar]
offlinecontact
Rank: Regular
I saved Tuxlar's making-of-Astrogears page quite a bit back, when I was trying to do the whole Astrogear AI thing. The making-of-astrogears page included all the details on how he did his stuff. Here it is.

Your lucky I was bored enough to come looking around the UMS mapmaking assistance section. I rarely do. :bleh:
I also have his trigger language file for Notepad++ if you need that, just pm me and ill send it to you.
Attachments:
mht file
Astrogears Making Of.mht (114.21 kb)
22 hits.
This post was edited 1 time, last edit by Oyen: Oct 1 2008, 10:19 pm.

Top

Post #9     Viett Oct 2 2008, 2:33 am

[Avatar]
offlinecontact
Rank: Member

Code

<NotepadPlus>
   <UserLang name="Triggers" ext="trigger">
       <Settings>
           <Global caseIgnored="no" />
           <TreatAsSymbol comment="no" commentLine="yes" />
           <Prefix words1="no" words2="no" words3="no" words4="no" />
       </Settings>
       <KeywordLists>
           <Keywords name="Delimiters">"00"00</Keywords>
           <Keywords name="Folder+">//></Keywords>
           <Keywords name="Folder-">//<</Keywords>
           <Keywords name="Operators">( ) , { }</Keywords>
           <Keywords name="Comment">1 1 2 2 0// 0;</Keywords>
           <Keywords name="Words1"></Keywords>
           <Keywords name="Words2">Actions: Conditions:</Keywords>
           <Keywords name="Words3"></Keywords>
           <Keywords name="Words4"></Keywords>
       </KeywordLists>
       <Styles>
           <WordsStyle name="DEFAULT" styleID="11" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
           <WordsStyle name="FOLDEROPEN" styleID="12" fgColor="008000" bgColor="FFFFFF" fontName="Courier" fontStyle="0" fontSize="8" />
           <WordsStyle name="FOLDERCLOSE" styleID="13" fgColor="008000" bgColor="FFFFFF" fontName="Courier" fontStyle="0" fontSize="8" />
           <WordsStyle name="KEYWORD1" styleID="5" fgColor="0000FF" bgColor="FFFFFF" fontName="" fontStyle="1" />
           <WordsStyle name="KEYWORD2" styleID="6" fgColor="FF0000" bgColor="FFFFFF" fontName="" fontStyle="1" />
           <WordsStyle name="KEYWORD3" styleID="7" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
           <WordsStyle name="KEYWORD4" styleID="8" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
           <WordsStyle name="COMMENT" styleID="1" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
           <WordsStyle name="COMMENT LINE" styleID="2" fgColor="008000" bgColor="FFFFFF" fontName="Courier" fontStyle="0" fontSize="12" />
           <WordsStyle name="NUMBER" styleID="4" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="1" />
           <WordsStyle name="OPERATOR" styleID="10" fgColor="FF0000" bgColor="FFFFFF" fontName="" fontStyle="1" />
           <WordsStyle name="DELIMINER1" styleID="14" fgColor="808080" bgColor="FFFFFF" fontName="" fontStyle="0" />
           <WordsStyle name="DELIMINER2" styleID="15" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
           <WordsStyle name="DELIMINER3" styleID="16" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
       </Styles>
   </UserLang>
</NotepadPlus>


Paste into a txt and name it "userDefineLang.xml". Put this in your Application Data, Notepad++ folder.

Top

Post #10     Ahli Oct 2 2008, 9:37 am

[Avatar]
Nothing yet! Almost done. Very powerful, very strong.
offlinecontact
Rank: Veteran
I edited the macros a little bit. But the language is original.
Attachments:
rar file
notepad++ macro Ahli.rar (2.10 kb)
15 hits.

(user posted image)
Top

Post #11     I)eathBringer Oct 2 2008, 12:14 pm

[Avatar]
offlinecontact
Rank: Member
How can I add the language to notepad++?

Top

Post #12     NudeRaider Oct 2 2008, 12:27 pm

[Avatar]
You're not old until the past seems more fun than the future.
offlinecontact
Rank: Veteran
Quote from I)eathBringer
How can I add the language to notepad++?
Quote from Viett
Paste into a txt and name it "userDefineLang.xml". Put this in your Application Data, Notepad++ folder.

(user posted image)
Devilesk: "AND OUT OF THE GOODNESS OF MY HEART [...]" - wait what??
Top

Post #13     PridefulOne Oct 3 2008, 12:37 am

[Avatar]
offlinecontact
Rank: Member
I got everything working and my map's underway ^^ . Thanks a lot guys.

Also on a rather ironic note... Viett is friends with a friend I met in College. "It's a small world" ;) .

Top

Post #14     Ahli Oct 3 2008, 9:59 am

[Avatar]
Nothing yet! Almost done. Very powerful, very strong.
offlinecontact
Rank: Veteran
I'm attaching the second program I use to create text based triggers.
That program can find and replace strings like variable names with other strings like "Terran Marine" for bigger death count systems.
You define everything in the findrepl.ini. I hope you can learn to use that program with my examples and my translation.
This program really helped me a lot.
Attachments:
zip file
FindRepl.zip (45.25 kb)
11 hits.

(user posted image)
Top
0 members in this topic (italic members are currently writing a reply): None
+ guest(s)


[02:45 am]
Sacrieur -- but it made me chuckle, so I guess she can stay
[02:43 am]
Sacrieur -- the princess doesn't expect me to listen to such a crazy assertion
[02:43 am]
Sacrieur -- bahahaha
[02:40 am]
Sacrieur -- Right, puzzles are half the fun.
[02:39 am]
Sacrieur -- He may not just be in the rp-mindset very well. He doesn't think from his character's point of view, he's thinking from his point of view.
[02:39 am]
Fire_Kame -- it just. I thought. *sigh* I'm almost stealing the Martin plot, you know. I don't want to say too much. But I thought hey to someone interested in the things this would be an interesting apprentice type of person. Yes. Trying to be vague, mind.
[02:37 am]
Sacrieur -- Maybe that's your problem, you're thinking.
Please log in to shout.