Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - PaperSalad

Pages: 1
1
Released Modifications / Zombies! - Server side scripts
« on: May 24, 2015, 11:34:40 pm »
Hey all!

Some of you might be familiar with the FH Zombie server. It has, for a time, been one of the most popular mount & blade servers.
I've decided to release the scripts used for that server for anyone's use.

Features :
  • Auto-switching of survivors when they get killed by zombies
  • Normal Zombies can only be partizani
  • Zombies cannot shoot, pick up guns or ammo
  • Zombies cannot switch back to survivors
  • Zombies run much faster, but are weaker
  • Rounds end when all survivors are dead, all players are then switched back to survivors
  • There can be one Alpha Zombie, which is stronger and more resistant than normal zombies (line militia class)
  • Zombies partially ignore the slowness caused by water
  • It is no longer possible to spam tnt. Only less than three tnt crates can be present on the map at any given time
  • Zombies spawn more frequently with bottles
  • Bonuses:
    • Survivors gain reloading speed by killing more zombies
    • Zombies do more damage the more they kill
    • Zombies get more health the more they die
2 attachments :
zombie_Module : For players who haven't touched scripts in the least, simply unzip this folder in your server's module files (/Modules/Napoleonic Wars) and replace the existing ones (don't forget to make a backup)

Scripts_Zombies : For scripters and more advanced users. These are the scripts used to build the module. You're free to change them. In module_strings.py, you can customize the server messages (notice1 to notice10) and the welcoming message.

I hope you put these files to good use!
Enjoy.

2
Modifications / Sublime text - Modding tool
« on: June 14, 2014, 03:43:13 am »
Hey guys, I recently discovered Sublime text. It's a text editor, like notepad++, but it is in my opinion far better. So I've created a couple of things which make modding for warband a bit easier with Sublime's great customization tools.

Theme: Makes everything look pretty.
Spoiler
[close]

Auto-completing snippets.
Spoiler
[close]
List of trigger-words:
  • Broadcast -> store_string and call_script broadcast
  • Try -> try begin, try else
  • Script -> creates the structure for a new script
  • Event-> creates the structure for a new element in mission_templates.
  • Loop-> creates the structure for a new loop (player, agents, or props)

And the greatest thing is it's really easy to add or modify snippets or the theme.

You can download sublime text from here : http://www.sublimetext.com/3
To install, simply create a new folder under [username]\AppData\Roaming\Sublime Text 3\Packages and call it something like MnB, then extract the zipped file in it. Select MnB from the language setting in Sublime that can be found on the bottom right of the screen, and change the theme to MnB-Dark in Preference->Color Scheme from the menu bar.

Pages: 1