Project Perfect Mod Forums
:: Home :: Get Hosted :: PPM FAQ :: Forum FAQ :: Privacy Policy :: Search :: Memberlist :: Usergroups :: Register :: Profile :: Log in to check your private messages :: Log in ::


The time now is Fri Apr 19, 2024 11:21 am
All times are UTC + 0
Here's a useful Program for ALL you modders out there.
Moderators: Global Moderators
Post new topic   Reply to topic Page 1 of 1 [14 Posts] Mark the topic unread ::  View previous topic :: View next topic
Author Message
Kushan
Vehicle Driver


Joined: 02 Sep 2007

PostPosted: Sat Sep 08, 2007 11:58 pm    Post subject:  Here's a useful Program for ALL you modders out there. Reply with quote  Mark this post and the followings unread

Hi guys. I'm Kushan, lead producer of the Tiberian Dawn mod. But I'm not here to plug my mod, I just thought I'd post this for those of you who are starting to get big into C&C3 modding =)

Go and download yourselves an excellent little program called Programmer's notepad.
It's a LOT better for editing XML files than notepad is, plus it's lightweight and speedy. What's more, it has tabs, syntax highlighting and all sorts of other nifty features that make it perfect for this kind of thing.

You can create little projects so that it remembers all of the XML files that you're editing and lists them in a treeview at the side.

What's more, if you know what you're doing (and if enough people request it, I'll write up a little tutorial how) you can make building your mod a command IN the editor (Tools > Buildmod, or Ctrl+F8 in my case), that can then display and parse the output and pick out any errors there may be, then even give you a link to open up the offending file and jump straight to it!

It's definitely the most useful tool I've found for making and organising mods.

Here's what it looks like, catching a simple little error that a LOT of people would have trouble spotting:



Tiberian Dawn is coming along just nicely at the moment and this tool is making it a LOT easier to maintain =)

Back to top
View user's profile Send private message
gufu
Defense Minister


Joined: 22 Dec 2004
Location: Tiberium Research Center N27

PostPosted: Sun Sep 09, 2007 12:11 am    Post subject: Reply with quote  Mark this post and the followings unread

Looks like a Tibed... >_>

_________________
DUNK!

Back to top
View user's profile Send private message Skype Account
IcySon55
Commander


Joined: 19 Nov 2003
Location: Overworld

PostPosted: Sun Sep 09, 2007 12:30 am    Post subject: Reply with quote  Mark this post and the followings unread

gufu wrote:
Looks like a Tibed... >_>

Gufu, you fail. Programmer's Notepad is for programming. It has syntax highlighting for different types of files. In this case, XML highlighting.

It is nothing like TibEd in any way.

_________________

Back to top
View user's profile Send private message Send e-mail Visit poster's website Skype Account
Kushan
Vehicle Driver


Joined: 02 Sep 2007

PostPosted: Sun Sep 09, 2007 12:40 am    Post subject: Reply with quote  Mark this post and the followings unread

Easy now, not his fault he's partially sighted.

Back to top
View user's profile Send private message
Kurorahk
Soldier


Joined: 20 May 2005
Location: Defiance Industries HQ, Antarctica

PostPosted: Sun Sep 09, 2007 10:39 pm    Post subject: Reply with quote  Mark this post and the followings unread

Hey thanks for putting this up this will help.

-Later

-Kurorahk-

_________________
Defiance Industries: We prefur to call it well prepaired not over kill.

Blaze, Demon of The Round Table, Mobuis One call me what you want I am one with the sky.

Back to top
View user's profile Send private message
gufu
Defense Minister


Joined: 22 Dec 2004
Location: Tiberium Research Center N27

PostPosted: Mon Sep 10, 2007 2:34 am    Post subject: Reply with quote  Mark this post and the followings unread

IcySon55 wrote:
gufu wrote:
Looks like a Tibed... >_>

Gufu, you fail. Programmer's Notepad is for programming. It has syntax highlighting for different types of files. In this case, XML highlighting.

It is nothing like TibEd in any way.


One can never be too carefull!

_________________
DUNK!

Back to top
View user's profile Send private message Skype Account
Koen
Vehicle Drone


Joined: 25 Apr 2004

PostPosted: Mon Sep 10, 2007 12:17 pm    Post subject: Reply with quote  Mark this post and the followings unread

IcySon55 wrote:
gufu wrote:
Looks like a Tibed... >_>

Gufu, you fail. Programmer's Notepad is for programming. It has syntax highlighting for different types of files. In this case, XML highlighting.

It is nothing like TibEd in any way.


I presume you haven't looked at TibEd for C&C3...
It's quite similar.

_________________
TibEd 2 for C&C3 experimental

Back to top
View user's profile Send private message Visit poster's website
IcySon55
Commander


Joined: 19 Nov 2003
Location: Overworld

PostPosted: Mon Sep 10, 2007 1:19 pm    Post subject: Reply with quote  Mark this post and the followings unread

TibEd for C&C3 is completely different than Programmer's Notepad. Your editor is made for C&C3, PN2 is not. You can use PN2 for just about anything, such as homebrew Nintendo DS development and most any other programming endeavors if you have the compilers and know the command line parameters.

They may look similar in appearance, but they're completely different.

_________________

Back to top
View user's profile Send private message Send e-mail Visit poster's website Skype Account
DeathRay2K
Commander


Joined: 01 Sep 2002
Location: Canada

PostPosted: Mon Sep 10, 2007 1:45 pm    Post subject: Reply with quote  Mark this post and the followings unread

It looks to me like they provide the same functionality in regards to C&C3 editing, and I'm betting TibEd is easier to get up and running for the purpose...

_________________

Back to top
View user's profile Send private message Visit poster's website Skype Account
Spikejones
Vehicle Driver


Joined: 09 Sep 2006

PostPosted: Mon Sep 10, 2007 5:58 pm    Post subject: Reply with quote  Mark this post and the followings unread

Thnxx for Programmer's Notepad, its really helped my modding of several different games, not only TW. Its very useful with extraordinary functionality...

Back to top
View user's profile Send private message
Kushan
Vehicle Driver


Joined: 02 Sep 2007

PostPosted: Mon Sep 10, 2007 6:14 pm    Post subject: Reply with quote  Mark this post and the followings unread

DeathRay2K wrote:
It looks to me like they provide the same functionality in regards to C&C3 editing, and I'm betting TibEd is easier to get up and running for the purpose...


It's called Programmer's Notepad because it's designed to be simple and easy to use. You could just as easily use Visual studio for such a task, but that's a lot more awkward to set up.
The reason I choose PN over TibEd is because it's not a beta, it's a LOT faster than Tibed, I can add ANY assets from anywhere (so for example, I can add art files from the Art folder, not just the contents of my Mod's folder), it works with as many files as I want, not just the standard C&C3 ones and it's syntax highlighting is a lot easier on the eyes =P

Don't get me wrong, Tibed is an excellent product, but it's aimed at a completely different group of people than PN is.

Back to top
View user's profile Send private message
Banshee
Supreme Banshee


Also Known As: banshee_revora (Steam)
Joined: 15 Aug 2002
Location: Brazil

PostPosted: Tue Sep 11, 2007 4:49 am    Post subject: Reply with quote  Mark this post and the followings unread

For some reason, I'm still fan of NotePad++. It works very well for a lot of programming languages and some of its included tools are very helpful.

Back to top
View user's profile Send private message Visit poster's website Skype Account
CCHyper
Defense Minister


Joined: 07 Apr 2005

PostPosted: Tue Sep 11, 2007 9:16 am    Post subject: Reply with quote  Mark this post and the followings unread

IcySon55 wrote:
TibEd for C&C3 is completely different than Programmer's Notepad. Your editor is made for C&C3, PN2 is not. You can use PN2 for just about anything, such as homebrew Nintendo DS development and most any other programming endeavors if you have the compilers and know the command line parameters.

They may look similar in appearance, but they're completely different.


You had to slip that in didnt you #Tongue, i use EditPlus++ anyways, easy to write syntaxs for custom use... maybe i will try this PN...

Back to top
View user's profile Send private message
TSfan
Medic


Joined: 25 Aug 2007

PostPosted: Thu Sep 13, 2007 1:39 am    Post subject: Reply with quote  Mark this post and the followings unread

I've been a TibEd fan since I've started modding older games.

Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [14 Posts] Mark the topic unread ::  View previous topic :: View next topic
 
Share on TwitterShare on FacebookShare on Google+Share on DiggShare on RedditShare on PInterestShare on Del.icio.usShare on Stumble Upon
Quick Reply
Username:


If you are visually impaired or cannot otherwise answer the challenges below please contact the Administrator for help.


Write only two of the following words separated by a sharp: Brotherhood, unity, peace! 

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © phpBB Group

[ Time: 0.1720s ][ Queries: 11 (0.0080s) ][ Debug on ]