Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Renegade Discussions » Mod Forum » command editing
command editing [message #228572] Sun, 29 October 2006 07:29 Go to next message
hurricane is currently offline  hurricane
Messages: 23
Registered: October 2006
Karma: 0
Recruit
i have a problem i want to make a mod in my server that
can you like this
!build and then you can build some units in the list
but i also want to deploy some turrets like a nod turret
ceiling gun in my server maps

but how can i made that??
Re: command editing [message #228580 is a reply to message #228572] Sun, 29 October 2006 09:44 Go to previous messageGo to next message
BlueThen is currently offline  BlueThen
Messages: 2402
Registered: February 2006
Karma: 0
General (2 Stars)
I think you need VB (Visual Basics) And some knowledge on C+++(was it?)
Re: command editing [message #228581 is a reply to message #228572] Sun, 29 October 2006 11:10 Go to previous messageGo to next message
Dave Anderson is currently offline  Dave Anderson
Messages: 1953
Registered: December 2004
Location: United States
Karma: 0
General (1 Star)
Visual Basic and C++

Smile

Although I don't think you need both, and you can probably do it in any language. (VB, J#, C#, ect). I'm not sure if it is language specific or not, but I don't see why it would be.


David Anderson
Founder, Software Consultant
DCOM Productions
Microsoft Partner (MSP)

[Updated on: Sun, 29 October 2006 11:12]

Report message to a moderator

Re: command editing [message #228584 is a reply to message #228572] Sun, 29 October 2006 12:10 Go to previous messageGo to next message
Nightma12 is currently offline  Nightma12
Messages: 2593
Registered: August 2003
Karma: 0
General (2 Stars)
Category Moderator
requires modfided scripts.dll

therefore C++ Smile
Re: command editing [message #228586 is a reply to message #228572] Sun, 29 October 2006 12:29 Go to previous messageGo to next message
Cat998
Messages: 1081
Registered: January 2004
Location: Austria, Vienna
Karma: 0
General (1 Star)
Moderator/Captain

Egohooter mods in VB ? don't be stupid Razz

When people ask me "Plz" just because it's shorter than "Please" I feel perfectly justified to answer "No" because it's shorter then "Yes"

Programming is like sex: one mistake and you have to support it for the rest of your life

Want the best answers? Ask the best questions!

"So long, and thanks for all the fish."
Re: command editing [message #228587 is a reply to message #228572] Sun, 29 October 2006 12:31 Go to previous messageGo to next message
Dave Anderson is currently offline  Dave Anderson
Messages: 1953
Registered: December 2004
Location: United States
Karma: 0
General (1 Star)
Quote:

requires modfided scripts.dll

therefore C++ Smile


Its possible to inject C#, J#, etc into scripts.dll, though, it is a very tedious task.


David Anderson
Founder, Software Consultant
DCOM Productions
Microsoft Partner (MSP)

[Updated on: Sun, 29 October 2006 12:32]

Report message to a moderator

Re: command editing [message #228593 is a reply to message #228572] Sun, 29 October 2006 13:04 Go to previous messageGo to next message
hurricane is currently offline  hurricane
Messages: 23
Registered: October 2006
Karma: 0
Recruit
aha

so i need c++

ok
ty
Re: command editing [message #229047 is a reply to message #228572] Fri, 03 November 2006 07:32 Go to previous messageGo to next message
hurricane is currently offline  hurricane
Messages: 23
Registered: October 2006
Karma: 0
Recruit
but how can i edit the script.dll??
Re: command editing [message #229048 is a reply to message #229047] Fri, 03 November 2006 07:33 Go to previous messageGo to next message
Cat998
Messages: 1081
Registered: January 2004
Location: Austria, Vienna
Karma: 0
General (1 Star)
Moderator/Captain

hurricane wrote on Fri, 03 November 2006 15:32

but how can i edit the script.dll??


C:\Windows\System32\notepad.exe


When people ask me "Plz" just because it's shorter than "Please" I feel perfectly justified to answer "No" because it's shorter then "Yes"

Programming is like sex: one mistake and you have to support it for the rest of your life

Want the best answers? Ask the best questions!

"So long, and thanks for all the fish."
Re: command editing [message #229051 is a reply to message #228572] Fri, 03 November 2006 07:54 Go to previous messageGo to next message
hurricane is currently offline  hurricane
Messages: 23
Registered: October 2006
Karma: 0
Recruit
yes i openend it wit it but the only thing i see are alot of squares

and add y to msn then it lot easyer:P

richard20febr1992@msn.com
Re: command editing [message #229053 is a reply to message #229048] Fri, 03 November 2006 09:10 Go to previous messageGo to next message
Ryu is currently offline  Ryu
Messages: 2833
Registered: September 2006
Location: Liverpool, England.
Karma: 0
General (2 Stars)

Cat998 wrote on Fri, 03 November 2006 15:33

hurricane wrote on Fri, 03 November 2006 15:32

but how can i edit the script.dll??


C:\Windows\System32\notepad.exe


LawL


Presence is a curious thing, if you think you need to prove it... you probably never had it in the first place.
Re: command editing [message #229054 is a reply to message #228572] Fri, 03 November 2006 09:18 Go to previous messageGo to next message
danpaul88 is currently offline  danpaul88
Messages: 5795
Registered: June 2004
Location: England
Karma: 0
General (5 Stars)
whats wrong with that? Notepad is fine for editing scripts.dll source code, as long as you have something to compile it with again afterwards.

Although.. you really need a proper coding program if you want to make your life easier, trawling through 40 odd files in notepad would be very tedious


http://steamsignature.com/card/1/76561197975867233.png
Re: command editing [message #229058 is a reply to message #228572] Fri, 03 November 2006 10:37 Go to previous messageGo to next message
hurricane is currently offline  hurricane
Messages: 23
Registered: October 2006
Karma: 0
Recruit
aha so i need a decoding programm

do you know some one??
Re: command editing [message #229060 is a reply to message #228572] Fri, 03 November 2006 11:11 Go to previous messageGo to next message
StealthEye is currently offline  StealthEye
Messages: 2518
Registered: May 2006
Location: The Netherlands
Karma: 0
General (2 Stars)

It's called compiler, and Microsoft Visual C++ 2005 Express works perfectly for compiling and editing scripts.dll.

BlackIntel admin/founder/coder
Please visit http://www.blackintel.org/
Re: command editing [message #229062 is a reply to message #228572] Fri, 03 November 2006 11:39 Go to previous messageGo to next message
danpaul88 is currently offline  danpaul88
Messages: 5795
Registered: June 2004
Location: England
Karma: 0
General (5 Stars)
If you don't even know that you need a compiler, I doubt you will be able to do much programming of scripts yet... try googling c++ tutorials and such, and once you have a decent understanding of how c++ works you will be in a much better position to modify scripts.dll Thumbs Up

http://steamsignature.com/card/1/76561197975867233.png
Re: command editing [message #229066 is a reply to message #228572] Fri, 03 November 2006 11:57 Go to previous messageGo to next message
hurricane is currently offline  hurricane
Messages: 23
Registered: October 2006
Karma: 0
Recruit
i got vb but i cant instal it becuase my windows:S
Re: command editing [message #229068 is a reply to message #228572] Fri, 03 November 2006 11:59 Go to previous messageGo to next message
reborn is currently offline  reborn
Messages: 3231
Registered: September 2004
Location: uk - london
Karma: 0
General (3 Stars)
hurricane, to do what you want to do you need;

ssaow1.5 from black-cell.net
visualstudio.net2003
An FDS from ftp.westwood.com
level edit from ftp.westwood.com
Some knowledge



Re: command editing [message #229127 is a reply to message #228572] Sat, 04 November 2006 01:08 Go to previous messageGo to next message
hurricane is currently offline  hurricane
Messages: 23
Registered: October 2006
Karma: 0
Recruit
ok ty the most i already got
Re: command editing [message #230109 is a reply to message #228572] Sun, 12 November 2006 02:07 Go to previous messageGo to next message
hurricane is currently offline  hurricane
Messages: 23
Registered: October 2006
Karma: 0
Recruit
ssaow1.5 from black-cell.net??

i cant find it on black-cell:S

and what is it/??\
Re: command editing [message #230112 is a reply to message #230109] Sun, 12 November 2006 02:32 Go to previous messageGo to next message
havoc9826 is currently offline  havoc9826
Messages: 562
Registered: April 2006
Location: California, USA
Karma: 0
Colonel
SSAOW 1.5

http://img82.imageshack.us/img82/8886/CommandoSig.jpg
Re: command editing [message #230847 is a reply to message #228572] Fri, 17 November 2006 11:24 Go to previous messageGo to next message
hurricane is currently offline  hurricane
Messages: 23
Registered: October 2006
Karma: 0
Recruit
and where can i download visualstudio.net2003??
Re: command editing [message #230850 is a reply to message #229068] Fri, 17 November 2006 11:39 Go to previous messageGo to next message
Goztow is currently offline  Goztow
Messages: 9727
Registered: March 2005
Location: Belgium
Karma: 13
General (5 Stars)
Goztoe
Reborn wrote on Fri, 03 November 2006 19:59

hurricane, to do what you want to do you need;

ssaow1.5 from black-cell.net
visualstudio.net2003
An FDS from ftp.westwood.com
level edit from ftp.westwood.com
Some knowledge

He lacks the latter... severely!


You can find me in The KOSs2 (TK2) discord while I'm playing. Feel free to come and say hi! TK2 discord
Re: command editing [message #230866 is a reply to message #228572] Fri, 17 November 2006 13:37 Go to previous messageGo to next message
Jerad2142 is currently offline  Jerad2142
Messages: 3805
Registered: July 2006
Location: USA
Karma: 6
General (3 Stars)
hurricane wrote on Sun, 29 October 2006 07:29

build and then you can build some units in the list


This could easily be done through the script "MDB_Sidebar_Key". But the turrets would require some actual scripting, the downside to the !build idea would be the the person would have to type the whole name after !build (unless you abbreviated it, but then they would have to know the abbreviations for the item) and for people who were slow at typing this would be huge disadvantage, but it will have to be done through the !build method for the turrets no matter what. But the disadvantage to the "MDB_Sidebar_Key" script is that you would be able to buy different infantry in the field and thing like that, unless you modify the script.


Re: command editing [message #230870 is a reply to message #230847] Fri, 17 November 2006 13:55 Go to previous message
danpaul88 is currently offline  danpaul88
Messages: 5795
Registered: June 2004
Location: England
Karma: 0
General (5 Stars)
hurricane wrote on Fri, 17 November 2006 18:24

and where can i download visualstudio.net2003??


It costs a few hundred £ from microsoft... amazon.com gives the US price as $700.


http://steamsignature.com/card/1/76561197975867233.png
Previous Topic: Projector Settings
Next Topic: Separate Skins
Goto Forum:
  


Current Time: Wed May 15 13:44:52 MST 2024

Total time taken to generate the page: 0.01224 seconds