1 (edited by [TeeKnight]Patrick[GER] 2011-01-17 14:51:59)

Topic: [MOD] MODsave for Windows

PunBB bbcode test
Aim

• record all your kills in a database

• allow you to show your experience

• challenge you to be the Tee God or the Day Tee

• remain as simple as possible

Info

• available in standard and instagib MOD (DMsave, CTFsave, iDMsave, iCTFsave)

MODsave was the first save MOD in TeeWorlds whith was available for Windows

• chat command : /me : shows your scores to other players

New Rcon-Commands& New Tuning

The original CFG-File from MODsave:

For Instagib:

sv_seen_gametype iDMsave
sv_gametype gdm
sv_saved_scores 1
sv_save_type iMOD
tune gun_given 0
tune shotgun_given 0
tune grenade_given 0
tune laser_given 1
tune laser_explosion 1
tune nice_explosion 1
tune_laser_damage 20


And for Classical:

sv_seen_gametype DMsave
sv_gametype gdm
sv_saved_scores 1
sv_hide_saved_scores 1
sv_save_type MOD


New Tuning features:

tune self_shot 0
tune unlimited_ammo 0
tune pickup_health 1
tune pickup_weapon 1
tune nice_explosion 0
tune flag_visible 1
tune chifoumi 0

tune hammer_given 1
tune hammer_damage, 3
tune hammer_poison 0

tune gun_given 1
tune gun_damage 1
tune gun_poison 0
tune gun_explosion 0
tune gun_full_explosion 0

tune shotgun_given 0
tune shotgun_damage 1
tune shotgun_poison 0
tune shotgun_explosion 0
tune shotgun_full_explosion 0
tune shotgun_angle 0.41f

tune grenade_given 0
tune grenade_damage 6
tune grenade_poison 0
tune grenade_full_explosion 0

tune laser_given 0
tune laser_bounce_damage_cost 0
tune laser_poison 0
tune laser_explosion 0

tune ninja_given 0
tune ninja_damage 9
tune ninja_poison 0


New Rcon-Commands:

sv_rabbit "Rabbit name"
sv_seen_gametype "The gametype displayed for the client"
sv_fortunes "File name where fortunes are"
sv_censorship "Enable messages filtering"
sv_saved_scores "Enable scores saving system"
sv_save_type "Type of the saved scores (iMOD = Instagib; MOD = Standard/Classical)
sv_hide_saved_scores "If the saved scores are hidden"


Download

• MOD source (not yet)

• nice admin files (not yet)

• official scores database (not yet, never ?)

Credits

[TeeKnight]Patrick[GER]; thanks to Clarus Dralliag, Keks and others tees for their advices.

Database-Help

What i still need is a correct database for Windows. So if anybody can work with C++ and Ruby on Windows, please help me with the database. The file for Linux you can get in the MODsave source from Clarus.

2

Re: [MOD] MODsave for Windows

For Instagib:
sv_seen_gametype iDMsave
sv_gametype gdm
sv_saved_scores 1
sv_save_type iMOD
tune gun_given 0
tune shotgun_given 0
tune grenade_given 0
tune laser_given 1
tune laser_explosion 1
tune nice_explosion 1
tune_laser_damage 20

And for Classical:
sv_seen_gametype DMsave
sv_gametype gdm
sv_saved_scores 1
sv_hide_saved_scores 1
sv_save_type MOD

New Tuning features:
tune self_shot 0
tune unlimited_ammo 0
tune pickup_health 1
tune pickup_weapon 1
tune nice_explosion 0
tune flag_visible 1
tune chifoumi 0
tune hammer_given 1
tune hammer_damage, 3
tune hammer_poison 0
tune gun_given 1
tune gun_damage 1
tune gun_poison 0
tune gun_explosion 0
tune gun_full_explosion 0
tune shotgun_given 0
tune shotgun_damage 1
tune shotgun_poison 0
tune shotgun_explosion 0
tune shotgun_full_explosion 0
tune shotgun_angle 0.41f
tune grenade_given 0
tune grenade_damage 6
tune grenade_poison 0
tune grenade_full_explosion 0
tune laser_given 0
tune laser_bounce_damage_cost 0
tune laser_poison 0
tune laser_explosion 0
tune ninja_given 0
tune ninja_damage 9
tune ninja_poison 0

New Rcon-Commands:
sv_rabbit "Rabbit name"
sv_seen_gametype "The gametype displayed for the client"
sv_fortunes "File name where fortunes are"
sv_censorship "Enable messages filtering"
sv_saved_scores "Enable scores saving system"
sv_save_type "Type of the saved scores (iMOD = Instagib; MOD = Standard/Classical)
sv_hide_saved_scores "If the saved scores are hidden"

remain as simple as possible

Are you kidding me?

Not Luck, Just Magic.

3

Re: [MOD] MODsave for Windows

So you basically downloaded the source, fixed a few things so it works on windows and now post your own topic instead of just giving back those fixes and posting in the original topic. Aside from the fact that you don't have anything to show yet.

Edit: I just see you also posted on the original topic thus this will be closed.