Darwinia Index Darwinia
The Official forums for Introversion's game Darwinia


New single level mod - HalfLife
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Darwinia Index -> Mod Projects
View previous topic :: View next topic  
Sekenre
level0



Joined: 25 Mar 2008
Posts: 4

 PostPosted: Tue Mar 25, 2008 3:59 pm    Post subject: New single level mod - HalfLife Reply with quote Back to top

Hi Everyone,

Just finished the game for the first time this weekend and the first thing I did was try my hand at modding. This is a small single-level mod, created as a tribute to what is now my second favourite game Very Happy

It was created with and tested on Linux Darwinia 1.3.0 and experienced players should find it very easy. Just rescue as many souls as you can and destroy the ants!

EDIT: I have updated the mod to include Xander's suggestions below. Thanks Xander!
EDIT: Included a readme file in the zip, thanks for the tip Hitm4n.
You can download it here.

Please let me know what you think!


Last edited by Sekenre on Thu Mar 27, 2008 12:08 am; edited 2 times in total
 
View user's profile Send private message
martin
level5
demo2 tester
patch 1.3 tester
level5




Joined: 19 Nov 2004
Posts: 1370
Location: England / 127.0.0.1

 PostPosted: Tue Mar 25, 2008 6:49 pm    Post subject: Reply with quote Back to top

well it's ages since anyone released a new mod for darwinia. Just downloaded it Smile
 
View user's profile Send private message Send e-mail Visit poster's website
martin
level5
demo2 tester
patch 1.3 tester
level5




Joined: 19 Nov 2004
Posts: 1370
Location: England / 127.0.0.1

 PostPosted: Tue Mar 25, 2008 7:22 pm    Post subject: Reply with quote Back to top

That's a really nice level, I like it Smile

also, 404 darwinians Very Happy
 
View user's profile Send private message Send e-mail Visit poster's website
Sekenre
level0



Joined: 25 Mar 2008
Posts: 4

 PostPosted: Tue Mar 25, 2008 8:37 pm    Post subject: Thanks! Reply with quote Back to top

Quote:
also, 404 darwinians Very Happy

Oh wow, you know I didn't playtest it to try maxing out the rescue. I'll have to try that now Smile

I'm really glad you like it, because it's my first ever mod for anything, I was a little nervous about it's reception. I reckon thats a real tribute to the simplicity of the in-game editor and the excellent tutorials by Icepick and The GoldFish!

If I ever find the time I might make a full-fledged campaign.
 
View user's profile Send private message
xander
level5
phase1 tester
level5




Joined: 21 Oct 2004
Posts: 3554
Location: Sparks, NV, USA

 PostPosted: Tue Mar 25, 2008 11:26 pm    Post subject: Reply with quote Back to top

All in all, not a bad first mod. If I might offer a couple of suggestions:

1) Make building ID 20 dynamic. That is, move the building with ID 20 from the map file to the mission file. This is the script trigger that introduces your mod. If you make it dynamic, then it will only run once, when a player enters the level (and, subsequently, whenever they enter the level after reseting the level). Right now, it will run every time a player enters the level.

2) Remove the "ExitLocation" command from the script "hl_outtro.txt". The precedent of Darwinia is to allow players to leave a level when they feel like they are done, not when you tell them they are done. This is not a hard and fast rule, and I have violated it many times myself, but I always consider why I am violating the rule, and what it accomplishes in terms of my goals with regard to the mod. In this case, I was a little surprised when the camera was suddenly taken from me, and I was taken from the level.

3) In the intro, you might be a little more clear about where you are supposed to take the DGs. Certainly, the help script is explicit, and that might be enough, but I was not sure where I was supposed to get the DGs to finish the mission. Originally, I thought it might be the tree on the "north" side of the island, as trees are often associated with SafeAreas in Darwinia. On the other hand, this is a minor nit to pick, and can probably be left alone.

There are a few other little things, but none of them really matter (there are a couple of extraneous WaitCams in the scripts, the landscape is probably on a grid smaller than is strictly necessary, &c.). As I said above, not a bad place to start.

Also, just to tick martin off, 716. ;)

xander
 
View user's profile Send private message Send e-mail AIM Address
Sekenre
level0



Joined: 25 Mar 2008
Posts: 4

 PostPosted: Wed Mar 26, 2008 3:34 am    Post subject: Reply with quote Back to top

Thanks xander, Suggestions 1 2 and 3 have been implemented and I got rid of a few WaitCam's (I don't really understand what they do, I was just looking at example scripts on The Next Game.

I can only rescue about 200 Darwinians before I get bored, so I'm wondering:
    Have I made it too easy?
    Does anyone have any suggestions for making it more challenging?
    Is there a trick I'm missing when I try to maximise my rescue ratio? (can I rescue DG's more quickly is what I mean)

Thanks for your time!
 
View user's profile Send private message
xander
level5
phase1 tester
level5




Joined: 21 Oct 2004
Posts: 3554
Location: Sparks, NV, USA

 PostPosted: Wed Mar 26, 2008 4:43 am    Post subject: Reply with quote Back to top

Here is what WaitCams do:

Generally, when you tell Darwinia to execute a script, it will start at the beginning, and execute all of the commands. So, if you have one camera move right after another, it will start executing the first camera move, then immediately go to the next. So, you use WaitCam to tell the script to wait for the first camera move to complete before moving to the next. WaitSay does something similar, but it waits for the text to finish; and Wait ## will do the same thing, but it will wait ## seconds.

As for making it too easy/hard, that really is up to the player. I have some experience playing Darwinia, and know that I can leave a horde of DGs to kill an anthill slowly, with a couple of engineers to collect some of the souls. Each soul becomes three ants, so one could, in theory, generate a fairly large number of DGs by camping. On the other hand, if one were to attack the level head on, and try to finish it quickly, 150 is a good number. I wouldn't worry too much about it. It is not a hard level, but it should provide a bit of a challenge to a newbie who has just finished Darwinia for the first time.

xander
 
View user's profile Send private message Send e-mail AIM Address
hitm4n
level3
level3



Joined: 18 Nov 2005
Posts: 438

 PostPosted: Wed Mar 26, 2008 8:56 pm    Post subject: Reply with quote Back to top

Leeched, for the modlist. Can i request a small readme included in zip with some credits, author name, version number etc? Cheers.
 
View user's profile Send private message
martin
level5
demo2 tester
patch 1.3 tester
level5




Joined: 19 Nov 2004
Posts: 1370
Location: England / 127.0.0.1

 PostPosted: Wed Mar 26, 2008 11:18 pm    Post subject: Reply with quote Back to top

But did you farm xander? I couldn't be bothered Razz

I may reconsider that decision tomorrow if I'm really bored :/
 
View user's profile Send private message Send e-mail Visit poster's website
Sekenre
level0



Joined: 25 Mar 2008
Posts: 4

 PostPosted: Thu Mar 27, 2008 12:07 am    Post subject: Reply with quote Back to top

hitm4n wrote:
Leeched, for the modlist. Can i request a small readme included in zip with some credits, author name, version number etc? Cheers.

Cheers Hitm4n, I've added a readme file and uploaded again.

Thanks for including me in the Modlist, I feel all special. Embarassed

xander wrote:
Each soul becomes three ants

Wow, I thought it was a 1to1 ratio.

xander wrote:
On the other hand, if one were to attack the level head on, and try to finish it quickly, 150 is a good number. I wouldn't worry too much about it. It is not a hard level, but it should provide a bit of a challenge to a newbie who has just finished Darwinia for the first time.


Which is exactly what I was going for Very Happy
 
View user's profile Send private message
hitm4n
level3
level3



Joined: 18 Nov 2005
Posts: 438

 PostPosted: Thu Mar 27, 2008 5:40 pm    Post subject: Reply with quote Back to top

All mods go in the list, small, large, good or bad... Sounds like yours is a small good one Smile And a learning platform to do some new bigger mods i hope as we've been a bit starved of new mods lately... Look forward to being able to add more Smile
 
View user's profile Send private message
xander
level5
phase1 tester
level5




Joined: 21 Oct 2004
Posts: 3554
Location: Sparks, NV, USA

 PostPosted: Thu Mar 27, 2008 5:46 pm    Post subject: Reply with quote Back to top

hitm4n wrote:
All mods go in the list, small, large, good or bad... Sounds like yours is a small good one :) And a learning platform to do some new bigger mods i hope as we've been a bit starved of new mods lately... Look forward to being able to add more :)

One of these days, I might get around to finishing Paperwinia. ;)

xander
 
View user's profile Send private message Send e-mail AIM Address
zach
level1
level1




Joined: 30 Jun 2004
Posts: 50
Location: Denmarkia

 PostPosted: Thu Mar 27, 2008 6:58 pm    Post subject: Reply with quote Back to top

xander wrote:
Paperwinia.

Elaborate please - in ten words or less.
 
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
xander
level5
phase1 tester
level5




Joined: 21 Oct 2004
Posts: 3554
Location: Sparks, NV, USA

 PostPosted: Thu Mar 27, 2008 7:40 pm    Post subject: Reply with quote Back to top

How about one word?

Link.

xander
 
View user's profile Send private message Send e-mail AIM Address
hitm4n
level3
level3



Joined: 18 Nov 2005
Posts: 438

 PostPosted: Sun Mar 30, 2008 8:50 pm    Post subject: Reply with quote Back to top

Its now listed Smile
 
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Darwinia Index -> Mod Projects All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot 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