Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Renegade Discussions » Mod Forum » i need help on server side mods...
i need help on server side mods... [message #208243] Sat, 15 July 2006 14:39 Go to next message
futura83
Messages: 1285
Registered: July 2006
Location: England
Karma: 0
General (1 Star)
Viva la Resistance!
how do i make a good server side mod?


cos i want to make a server side death-match on some multi-player levels, and dont have a clue what would class as able to be server side.

thank you.


This is a signature. Reading this is wasting your time.
Re: i need help on server side mods... [message #208254 is a reply to message #208243] Sat, 15 July 2006 15:37 Go to previous messageGo to next message
Zion is currently offline  Zion
Messages: 2722
Registered: April 2006
Karma: 1
General (2 Stars)
All serverside maps are made in Level Edit. They only use the presets, Objects, in the presets tree (apart from terrain which only one file (terrain) can be loaded at one time). You can find everything you need (and if you add more presets, more) in the objects branch for you're map.

Hosting these maps:

To host these maps, save the completed map and find the mod folder (usually: C:\Program Files\Renegade Public Tools\lvledit\<mod folder>\Levels) and copy the *.ldd to the servers data folder along with the original *.mix map. Then host the respective map.
Re: i need help on server side mods... [message #208488 is a reply to message #208243] Mon, 17 July 2006 02:15 Go to previous messageGo to next message
futura83
Messages: 1285
Registered: July 2006
Location: England
Karma: 0
General (1 Star)
Viva la Resistance!
so, if i created a death match for walls flying(like i have done Smile) and copyed the *.ldd across then host the game with the map of the *.ldd it should work.

by that, i mean my svrcfg_cnc.ini map section should look similar to this:



MapName=C&C_Walls_Flying.ldd

;
; The map cycle. This is the order that maps will be played. There must be at
; least one map in the list.
;
MapName00=C&C_Walls_Flying.ldd


This is a signature. Reading this is wasting your time.
Re: i need help on server side mods... [message #208495 is a reply to message #208488] Mon, 17 July 2006 03:19 Go to previous messageGo to next message
LR01 is currently offline  LR01
Messages: 842
Registered: April 2006
Location: The Netherlands
Karma: 0
Colonel
uhm...
you dont play the .idd file, just the .mix
the .idd in your data overrides the one in walls_flying.mix
the svrcfg_cnc.ini is only for mission host use


Moding can be real Fun...
Re: i need help on server side mods... [message #208501 is a reply to message #208243] Mon, 17 July 2006 04:31 Go to previous messageGo to next message
futura83
Messages: 1285
Registered: July 2006
Location: England
Karma: 0
General (1 Star)
Viva la Resistance!
thanks guys! Smile



This is a signature. Reading this is wasting your time.
Re: i need help on server side mods... [message #208531 is a reply to message #208243] Mon, 17 July 2006 10:31 Go to previous messageGo to next message
futura83
Messages: 1285
Registered: July 2006
Location: England
Karma: 0
General (1 Star)
Viva la Resistance!
would changing what some weapons shot or what vehicles shoot stop it being server side?




This is a signature. Reading this is wasting your time.
Re: i need help on server side mods... [message #208533 is a reply to message #208531] Mon, 17 July 2006 10:42 Go to previous messageGo to next message
LR01 is currently offline  LR01
Messages: 842
Registered: April 2006
Location: The Netherlands
Karma: 0
Colonel
I'm not sure maybay with a diferant objechts it could be done, cuse I changed the gun emp weapon's from ai to player and it didn't reload every 2 sec like the ai gun.

Moding can be real Fun...
Re: i need help on server side mods... [message #208536 is a reply to message #208243] Mon, 17 July 2006 11:13 Go to previous messageGo to next message
futura83
Messages: 1285
Registered: July 2006
Location: England
Karma: 0
General (1 Star)
Viva la Resistance!
i meant as in change one weapon to another(like change the flame tanks weapon to a rocket launcher) and would it still be counted as server side?

This is a signature. Reading this is wasting your time.
Re: i need help on server side mods... [message #208573 is a reply to message #208243] Mon, 17 July 2006 16:43 Go to previous messageGo to next message
ghost is currently offline  ghost
Messages: 437
Registered: May 2005
Location: California
Karma: 0
Commander
I didnt read all the other posts so excuse if i repeated something...

Serverside mod is something many servers in renegade use. Such as CTF or Sniper only... Best example is ultra/crazy type aow.
All your doing is changing the presets. Its best to save the map as a .lvl example: Field.lvl As for the mod itself just go to "file" then "exit" im not sure if its the correct names but thats what it looks like. THen it will ask you if you wanna save the mod. Click yes...

Then go into your renegadetools folder "C:\Westwood\RenegadeTools2" In those lines. Then go into preset and look for objects.ddb (Thats the mod) Rename that into objects.aow and place that into your FDS data folder and run the server.

As for the maps. Just go to the map section in your rentools folder and you should see YOURMAP.ldd & YOURMAP.lsd both saved. Place them both into the FDS data folder aswell...


http://img287.imageshack.us/img287/9936/davesigea4rw5.png
Please visit my forums at: RenForce
Creator of the CrazyAOW Mod
Re: i need help on server side mods... [message #208574 is a reply to message #208243] Mon, 17 July 2006 17:08 Go to previous messageGo to next message
sycar is currently offline  sycar
Messages: 144
Registered: February 2006
Location: Reading, UK
Karma: 0
Recruit
For some examples of whats possible serverside hop over to the Silverbullet 5-a-side server. and also there will either be someone in-game/irc or on our message boards which could offer you help etc. in makin SS mods if you want.

buffymaniack
Re: i need help on server side mods... [message #208612 is a reply to message #208573] Tue, 18 July 2006 00:53 Go to previous messageGo to next message
Zion is currently offline  Zion
Messages: 2722
Registered: April 2006
Karma: 1
General (2 Stars)
ghost wrote on Mon, 17 July 2006 18:43

I didnt read all the other posts so excuse if i repeated something...

Serverside mod is something many servers in renegade use. Such as CTF or Sniper only... Best example is ultra/crazy type aow.
All your doing is changing the presets. Its best to save the map as a .lvl example: Field.lvl As for the mod itself just go to "file" then "exit" im not sure if its the correct names but thats what it looks like. THen it will ask you if you wanna save the mod. Click yes...

Then go into your renegadetools folder "C:\Westwood\RenegadeTools2" In those lines. Then go into preset and look for objects.ddb (Thats the mod) Rename that into objects.aow and place that into your FDS data folder and run the server.

As for the maps. Just go to the map section in your rentools folder and you should see YOURMAP.ldd & YOURMAP.lsd both saved. Place them both into the FDS data folder aswell...



No, *.lsd will crash the server, only place the *.ldd in the data folder, it will override the original .ldd in the map.
Also, make sure the name of the ldd is identicle to the .mix map you're making it for.
Re: i need help on server side mods... [message #208615 is a reply to message #208612] Tue, 18 July 2006 01:01 Go to previous messageGo to next message
LR01 is currently offline  LR01
Messages: 842
Registered: April 2006
Location: The Netherlands
Karma: 0
Colonel
does the .isd crash the server?
I once used a modified .isd and It didn't crash, well it didn't work anyway.
But looking around to see possibilities is a good idea


Moding can be real Fun...
Re: i need help on server side mods... [message #208624 is a reply to message #208243] Tue, 18 July 2006 05:10 Go to previous messageGo to next message
futura83
Messages: 1285
Registered: July 2006
Location: England
Karma: 0
General (1 Star)
Viva la Resistance!
thanks guys.


i'll be creating a server-side death match for my server, which will be running over the course of my vacation(2 weeks this thursday) and if i get alot of people in it, i'll also keep it up permanently.


This is a signature. Reading this is wasting your time.
Re: i need help on server side mods... [message #208625 is a reply to message #208243] Tue, 18 July 2006 05:13 Go to previous messageGo to next message
futura83
Messages: 1285
Registered: July 2006
Location: England
Karma: 0
General (1 Star)
Viva la Resistance!
so would i be able to add spwaners to it?




This is a signature. Reading this is wasting your time.
Re: i need help on server side mods... [message #208642 is a reply to message #208243] Tue, 18 July 2006 09:12 Go to previous messageGo to next message
Zion is currently offline  Zion
Messages: 2722
Registered: April 2006
Karma: 1
General (2 Stars)
Yes.
Re: i need help on server side mods... [message #208646 is a reply to message #208243] Tue, 18 July 2006 09:34 Go to previous messageGo to next message
futura83
Messages: 1285
Registered: July 2006
Location: England
Karma: 0
General (1 Star)
Viva la Resistance!
i now get an error with the server, it will get up to the part of loading up the map(i did complex) and then stop loading, then restart the server. but why? is it the map or the objects.aow?

This is a signature. Reading this is wasting your time.
Re: i need help on server side mods... [message #208652 is a reply to message #208243] Tue, 18 July 2006 10:25 Go to previous messageGo to next message
Zion is currently offline  Zion
Messages: 2722
Registered: April 2006
Karma: 1
General (2 Stars)
Make sure that the .ldd (ONLY the .ldd) is in the data folder and if you added/temped presets in the tree include the objects.aow (make sure SSAOW is installed).

[Updated on: Tue, 18 July 2006 10:26]

Report message to a moderator

Re: i need help on server side mods... [message #208800 is a reply to message #208652] Wed, 19 July 2006 05:02 Go to previous messageGo to next message
LR01 is currently offline  LR01
Messages: 842
Registered: April 2006
Location: The Netherlands
Karma: 0
Colonel
if you temp, then it wont be in your objects, will it?


Moding can be real Fun...

[Updated on: Wed, 19 July 2006 05:03]

Report message to a moderator

Re: i need help on server side mods... [message #208807 is a reply to message #208243] Wed, 19 July 2006 07:39 Go to previous message
futura83
Messages: 1285
Registered: July 2006
Location: England
Karma: 0
General (1 Star)
Viva la Resistance!
it works now.


although, i have only really got 3 levels done: complex, walls flying and islands


This is a signature. Reading this is wasting your time.
Previous Topic: Red Alert 2: Apocalypse Rising Update
Next Topic: merged sfchaos threads
Goto Forum:
  


Current Time: Sat Aug 17 20:02:15 MST 2024

Total time taken to generate the page: 0.01054 seconds