Author Topic: Space maps + gravity script  (Read 1422 times)

0 Members and 1 Guest are viewing this topic.

Offline croat1gamer

  • Veteran
  • *****
  • Posts: 1327
  • OMG CHANGING AVATAR!!! ^ω^
Space maps + gravity script
« on: April 24, 2009, 09:01:54 pm »
Just having a small question/request/wish.

You all remember lord ivahn's ms_asteroids map.

Also, i thought about a whole set of such maps would be a really nice addition.
And then use them with downsized gravity.
So, what are your thoughts?
Last year, I dreamt I was pissing at a restroom, but I missed the urinal and my penis exploded.

Offline iDante

  • Veteran
  • *****
  • Posts: 1967
Re: Space maps + gravity script
« Reply #1 on: April 24, 2009, 09:18:06 pm »
I would like it IF it was possible to attach gravity to a map. http://forums.soldat.pl/index.php?topic=33033.0

Offline croat1gamer

  • Veteran
  • *****
  • Posts: 1327
  • OMG CHANGING AVATAR!!! ^ω^
Re: Space maps + gravity script
« Reply #2 on: April 24, 2009, 10:27:33 pm »
Hai thar
http://forums.soldat.pl/index.php?topic=33278.0
Just add it to the server.

I meant the map setting look to be that way.
Last year, I dreamt I was pissing at a restroom, but I missed the urinal and my penis exploded.

Offline Gizd

  • Flagrunner
  • ****
  • Posts: 586
  • (Re)tired
    • Eat-this! community site
Re: Space maps + gravity script
« Reply #3 on: April 25, 2009, 02:27:46 am »
You can do something like this...
Code: [Select]
procedure OnMapChange(NewMap: string);
var G: string;
begin
  G:= ReadINI('gravity.ini','MAPS',NewMap,'E');
  if G <> 'E' then ServerModifier('Gravity',StrToFloat(G));
end;
...to have gravity attached to map.

PS. Of course you need file gravity.ini in soldatserver folder.
Code: [Select]
Arena=0.06
ctf_Laos=0.03
ng_Space=0(i think 0 shouldn't cause an error in StrToFloat)
ig_Up=-0.05
« Last Edit: April 25, 2009, 02:31:06 am by Gizd »

DarkCrusade

  • Guest
Re: Space maps + gravity script
« Reply #4 on: April 25, 2009, 05:25:19 am »
Sounds cool, then you could probably do maps called sctf_xxx (space capture the flag) :)

Offline Underworld

  • Camper
  • ***
  • Posts: 338
  • Mapper
Re: Space maps + gravity script
« Reply #5 on: April 25, 2009, 08:20:43 am »
Sounds interesting,i would make some maps if i had the ability to test this script.

icant be botherd setting up the script myself so someone else wil have to setup a test server.
or maybe a dedicated server if you people say its that fun.
I don't understand
do you mean that there is a /faceplam commmand ?
and this command should drop a random item ?

Offline croat1gamer

  • Veteran
  • *****
  • Posts: 1327
  • OMG CHANGING AVATAR!!! ^ω^
Re: Space maps + gravity script
« Reply #6 on: April 25, 2009, 08:25:59 am »
I could set up an server, but its in europe, also for us players, ping would be 170-220 (or more)
Last year, I dreamt I was pissing at a restroom, but I missed the urinal and my penis exploded.

Offline Underworld

  • Camper
  • ***
  • Posts: 338
  • Mapper
Re: Space maps + gravity script
« Reply #7 on: April 25, 2009, 08:32:50 am »
I could set up an server, but its in europe, also for us players, ping would be 170-220 (or more)
I also live in europa
I don't understand
do you mean that there is a /faceplam commmand ?
and this command should drop a random item ?

Offline Gizd

  • Flagrunner
  • ****
  • Posts: 586
  • (Re)tired
    • Eat-this! community site
Re: Space maps + gravity script
« Reply #8 on: April 25, 2009, 09:20:39 am »
150-250 ping isn't very bad...
(and if you make server in us european players will have 150-250 ping)
« Last Edit: April 25, 2009, 09:22:47 am by Gizd »

Offline croat1gamer

  • Veteran
  • *****
  • Posts: 1327
  • OMG CHANGING AVATAR!!! ^ω^
Re: Space maps + gravity script
« Reply #9 on: April 25, 2009, 09:53:59 am »
Yep, but now that i actually explained my idea, this is a request/wish for such themed maps (which would be useable with the script) could this be moved to its originating subforum, the mapping ideas subforum.
« Last Edit: April 25, 2009, 09:55:35 am by croat1gamer »
Last year, I dreamt I was pissing at a restroom, but I missed the urinal and my penis exploded.