1 (edited by poopdawg 2013-02-13 19:44:41)

Topic: Really simple mod request! [Will pay!]

Hey everyone, I have a really simple request for a server mod. If anyone could help me out, I'd really, really appreciate it. I know this would be easy to do, but I have no experience coding C++ whatsoever. The mod would introduce three simple changes:

1. Make the hammer a one-hit-kill.
2. Have the pistol (gun) work essentially the same way it does now (recharging speed stays the same), but let it be fully automatic. So if I hold mouse 1, it will fire continuously until out of bullets.
3. No length limit for the rifle.

If someone can help me with this, I will PayPal you $10! It's not much, but I don't think this mod would take long to develop tongue

2

Re: Really simple mod request! [Will pay!]

That's VERY simple to code, shouldn't take more than 15/30min. You really don't have to give money for that, just ask kindly :)

You can already do the 3. with vanilla server. For the part 1., just change hammer damage value from 3 to 20 (simplest way to do). Second part might be impossible though, but you can give infinite ammo.

Not Luck, Just Magic.

3

Re: Really simple mod request! [Will pay!]

Haha, then I'm asking kindly! smile If you could help me out, I'd be really grateful!

4

Re: Really simple mod request! [Will pay!]

Give the name of the mod, I'll send you a zip.

Not Luck, Just Magic.

5

Re: Really simple mod request! [Will pay!]

Wow! This is really nice of you! Thanks a bunch. I didn't even think of a name. Maybe you'll let me call it DuneMod? tongue

6 (edited by BotoX 2013-02-13 20:07:38)

Re: Really simple mod request! [Will pay!]

Here's the stuff you wanted: https://github.com/BotoX/teeworlds/tree/4poopdawg
Dunno if you want anything else or if you can compile.
For number 3 just do tune laser_length 99999

7

Re: Really simple mod request! [Will pay!]

BotoX wrote:

Here's the stuff you wanted: https://github.com/BotoX/teeworlds/tree/4poopdawg
Dunno if you want anything else or if you can compile.
For number 3 just do tune laser_length 99999

Did you manage to implement 2? I thought client just sent ticks of when it fired.

Edit: Durr I'm stupid. Holding the mouse already works with other weapons.

Not Luck, Just Magic.

8 (edited by 2013-02-13 20:38:11)

Re: Really simple mod request! [Will pay!]

Wow, thanks a lot! This was extremely helpful and generous of you. I'm uploading the files to my server right now and then I'll test it out. I really appreciate all of this!

Hmmm...I moved the files to my server and restarted it, but nothing seems to have changed. Is there anything else I'm supposed to do? Sorry, I'm very bad with these things tongue

9

Re: Really simple mod request! [Will pay!]

You need to compile it. See the doc

Not Luck, Just Magic.

10

Re: Really simple mod request! [Will pay!]

Or ask someone to compile it for you. You need to tell us your operating system. Windows/Linux/other