Author Topic: @marybomber  (Read 1987 times)

0 Members and 1 Guest are viewing this topic.

dunnohow

  • Intentional Cheater
  • **
  • Posts: 44
    • View Profile
@marybomber
« on: June 10, 2015, 05:19:28 am »
I think i have to contact marybomber via this post, as my pm systems continuously gives the error: Unable to find member 'marybomber'.

@marybomber:

Ich nehme aufgrund deines Profils mal an, dass du Deutsch sprichst.

Du hattest doch angeboten, f?r North and South einen ZoomHack zu erstellen.
http://tkc-community.net/forum/index.php?topic=13608.15

Ich hab jetzt ?ber 5 Stunden dran gesessen und es irgendwie nicht richtig auf die Reihe bekommen. Und da deine NW Hacks immer sehr gut waren, dachte ich, du k?nntest da mir weiterhelfen. Hier ist halt das Problem, dass Hinkel (der LeadModder) eine System implementiert hat, welche ?nderung der ini Dateien registrieren und zum Bann f?hren.

Ich w?rde mich ?ber eine Antwort freuen.

mReURO

  • The Central Committee
  • Heckler Apprentice
  • *
  • Posts: 1364
    • View Profile
    • >>>>>> free porn <<<<<<
Re: @marybomber
« Reply #1 on: June 10, 2015, 05:25:56 am »
adde sie auf steam und kl?rt das privat.

stream addy: mrsmary
« Last Edit: June 10, 2015, 06:57:58 am by mReURO »

dunnohow

  • Intentional Cheater
  • **
  • Posts: 44
    • View Profile
Re: @marybomber
« Reply #2 on: June 10, 2015, 06:17:12 am »
danke dir

bettygta

  • Online Villain
  • ***
  • Posts: 185
  • I love you all xx
    • View Profile
Re: @marybomber
« Reply #3 on: June 10, 2015, 04:39:13 pm »
tut mir leid,
welche sprachen sprichst du, deutsch oder englisch?
ugh, est ist mir egal,
warte......
ugh
sorry
look
i dont have warband or nw or n and s installed anymore
i cant be spending time and effort on all this just to please one person
here is the simple mission temps  code for zoom
it will work if put on any module
i dont have time to decompile and put in
i only deal with python i havent a clue how .txt and numbers and stuff work because i have never needed to look at that
but if you cant decompile it properly you may need to use python and compile to get the numeral equivelant of this and stick it on

mreuro aka ceasim is very good at decompiling and understands .txt symbols better than me

but i am done

any modder should be able to stick this on forr you
please dont pester me about it or try to make me feel bad about it on steam

ive given and given and spent so much flipping time on mods/ maps/ servers and money on servers, and i cant do it all just to keep 1 or 2 people happy

once again, ask mreuo or a modder on taleworlds forum to convert this and give you the numeral version to put on your north south MISSION TEMPLATES


multiplayer_client_zoom1 = (
  0, 0, 0.1, [
  (neg|multiplayer_is_dedicated_server),
  (neg|is_presentation_active, "prsnt_multiplayer_admin_chat"),
  (neg|is_presentation_active, "prsnt_game_multiplayer_admin_panel"),
  (key_clicked,key_h),
  ],
  [
(call_script,"script_client_get_my_agent"),
          (assign,":agent_id",reg0),
          (agent_is_active,":agent_id"),
                  (agent_set_visibility, ":agent_id", 0),
          (set_fixed_point_multiplier,100),
          (set_zoom_amount,125),

 ])


multiplayer_client_zoom2 = (
  0, 0, 0.1, [
  (neg|multiplayer_is_dedicated_server),
  (neg|is_presentation_active, "prsnt_multiplayer_admin_chat"),
  (neg|is_presentation_active, "prsnt_game_multiplayer_admin_panel"),
  (key_clicked,key_j),
  ],
  [
(call_script,"script_client_get_my_agent"),
          (assign,":agent_id",reg0),
          (agent_is_active,":agent_id"),
                  (agent_set_visibility, ":agent_id", 1),
          (set_fixed_point_multiplier,100),
          (set_zoom_amount,0),


 ])

OR...
------------

    (0, 0, 0.1,
    [
      (neg|multiplayer_is_dedicated_server),
      (neg|is_presentation_active, 23),
      (neg|is_presentation_active, 5),
      (key_clicked, key_h),
    ],
    [
      (try_begin),
        (call_script, 196),
        (assign, ":var0", reg0),
        (agent_is_active, ":var0"),
        (agent_set_visibility, ":var0", 0),
        (set_fixed_point_multiplier, 100),
        (set_zoom_amount, 125),
      (try_end),
    ]),

    (0, 0, 0.1,
    [
      (neg|multiplayer_is_dedicated_server),
      (neg|is_presentation_active, 23),
      (neg|is_presentation_active, 5),
      (key_clicked, key_j),
    ],
    [
      (try_begin),
        (call_script, 196),
        (assign, ":var0", reg0),
        (agent_is_active, ":var0"),
        (agent_set_visibility, ":var0", 1),
        (set_fixed_point_multiplier, 100),
        (set_zoom_amount, 0),
      (try_end),
    ]),

« Last Edit: June 16, 2015, 09:20:11 pm by bettygta »

bettygta

  • Online Villain
  • ***
  • Posts: 185
  • I love you all xx
    • View Profile
Re: @marybomber
« Reply #4 on: June 10, 2015, 05:03:23 pm »
ps i would have said stick the nw mission temps (in my cheats pack) into it, as i am sure n and s  uses the nw source code
but the problem with that is there are a lot of different temps added in for n and s like bayonet stuff

so simply taking my entire nw mission templates.txt and putting it into n and s would cause incompatibility issues

just find somebody who has things installed, and is a good samaritan and can spare ten minutes to back decompile for you,

i did it many many times for people, and there has to be somebody out there who will do it

use taleworlds forums there is a big modding section

good luck
viel gluck

mReURO

  • The Central Committee
  • Heckler Apprentice
  • *
  • Posts: 1364
    • View Profile
    • >>>>>> free porn <<<<<<
Re: @marybomber
« Reply #5 on: June 10, 2015, 05:18:01 pm »

caesim

  • Cheater Apprentice
  • *
  • Posts: 18
    • View Profile
Re: @marybomber
« Reply #6 on: June 11, 2015, 06:25:33 am »

mreuro aka ceasim


lol. what ?
He keeps thinking that I am other people: first dragonemi and now you :icon_laugh

MrMedic

  • MasstKer
  • ********
  • Posts: 8900
  • programmer/dev/software engineer
    • View Profile
Re: @marybomber
« Reply #7 on: June 11, 2015, 04:08:08 pm »
lol he thinks im poor and live in a rented house  :icon_laugh :icon_laugh , keep telling him hes losing it but he wont listen

laaa laa lee laaa  :smile

go forward euro .. go forward..
EnCoded Message: i3iy9yl8kr2xf3g2Txs3pr6ye3ya7jg5ty2z

https://www.youtube.com/watch?v=62_7-AYfdkQ
you need a paypal account for the private versions.

Website:
http://bit.ly/medic101

Teamspeak 3: 85.236.101.5:10157

mReURO

  • The Central Committee
  • Heckler Apprentice
  • *
  • Posts: 1364
    • View Profile
    • >>>>>> free porn <<<<<<
Re: @marybomber
« Reply #8 on: June 11, 2015, 04:29:32 pm »
lol he thinks im poor and live in a rented house  :icon_laugh :icon_laugh , keep telling him hes losing it but he wont listen

laaa laa lee laaa  :smile

go forward euro .. go forward..

lol so im caesim ?

lol medic. with "he" he means that betty not me :P

is stella back ? lol

and btw ....... its knowledge :P

« Last Edit: June 11, 2015, 04:34:45 pm by mReURO »

bettygta

  • Online Villain
  • ***
  • Posts: 185
  • I love you all xx
    • View Profile
Re: @marybomber
« Reply #9 on: June 11, 2015, 06:14:53 pm »

mreuro aka ceasim


lol. what ?


sorry i mean dragonemi

i mean look
i had no problem with u but u made me a nasty `i thought u were going already, get lost`   or some kind of comment like that the other day

and the only nasty person to me on here is ceasim aka dragonemi

so i put two and two together, thats all

mReURO

  • The Central Committee
  • Heckler Apprentice
  • *
  • Posts: 1364
    • View Profile
    • >>>>>> free porn <<<<<<
Re: @marybomber
« Reply #10 on: June 11, 2015, 06:21:28 pm »

mreuro aka ceasim


lol. what ?


sorry i mean dragonemi

i mean look
i had no problem with u but u made me a nasty `i thought u were going already, get lost`   or some kind of comment like that the other day

and the only nasty person to me on here is ceasim aka dragonemi

so i put two and two together, thats all

what have i done to make u nasty?
i never wrote`i thought u were going already, get lost !!

lol check my joining date and u can be sure im not one of them :P lol

bettygta

  • Online Villain
  • ***
  • Posts: 185
  • I love you all xx
    • View Profile
Re: @marybomber
« Reply #11 on: June 11, 2015, 07:13:39 pm »

mreuro aka ceasim


lol. what ?


sorry i mean dragonemi

i mean look
i had no problem with u but u made me a nasty `i thought u were going already, get lost`   or some kind of comment like that the other day

and the only nasty person to me on here is ceasim aka dragonemi

so i put two and two together, thats all

what have i done to make u nasty?
i never wrote`i thought u were going already, get lost !!

lol check my joining date and u can be sure im not one of them :P lol







i hate to say this but after spending a total of about 50 hours on my mod and hours and hours of  mapping
and 12.99 dollars a month for my server, is just not worth it

i have to BEG my own regiment members to come on

its pathetic really

ive enjoyed making hacks/ cheats for nw
but there is nothing in it for me anymore

sure i may get one or two people who love it,  but at the end of the day

i spend all this time on my server/ mod and nobody bothers with it

i want to thank each of your for your friendship while here and my youtube is 
if you ever want to see my funny gta stuff or add me to steam it is mrsmary

but i am done with modding/ mapping/ coding cheats and scripts and hacks for mount blade and investing financially into servers for mount blade games anymore

love, from betty the bomber

how often u have sayed this already ?
srsly!!!!

its the first time on this board that i had said im done with mapping and servers for nw

DragonEmi

  • Online Villain
  • ***
  • Posts: 185
    • View Profile
Re: @marybomber
« Reply #12 on: June 11, 2015, 07:18:12 pm »
and the only nasty persons to me on here is are ceasim aka and dragonemi

There! I fixed it for you.

bettygta

  • Online Villain
  • ***
  • Posts: 185
  • I love you all xx
    • View Profile
Re: @marybomber
« Reply #13 on: June 11, 2015, 07:29:41 pm »
and the only nasty persons to me on here is are ceasim aka and dragonemi

There! I fixed it for you.



omg he so mean to me  :icon_sad2

mReURO

  • The Central Committee
  • Heckler Apprentice
  • *
  • Posts: 1364
    • View Profile
    • >>>>>> free porn <<<<<<
Re: @marybomber
« Reply #14 on: June 11, 2015, 07:59:22 pm »

mreuro aka ceasim


lol. what ?


sorry i mean dragonemi

i mean look
i had no problem with u but u made me a nasty `i thought u were going already, get lost`   or some kind of comment like that the other day

and the only nasty person to me on here is ceasim aka dragonemi

so i put two and two together, thats all

what have i done to make u nasty?
i never wrote`i thought u were going already, get lost !!

lol check my joining date and u can be sure im not one of them :P lol







i hate to say this but after spending a total of about 50 hours on my mod and hours and hours of  mapping
and 12.99 dollars a month for my server, is just not worth it

i have to BEG my own regiment members to come on

its pathetic really

ive enjoyed making hacks/ cheats for nw
but there is nothing in it for me anymore

sure i may get one or two people who love it,  but at the end of the day

i spend all this time on my server/ mod and nobody bothers with it

i want to thank each of your for your friendship while here and my youtube is  
if you ever want to see my funny gta stuff or add me to steam it is mrsmary

but i am done with modding/ mapping/ coding cheats and scripts and hacks for mount blade and investing financially into servers for mount blade games anymore

love, from betty the bomber

how often u have sayed this already ?
srsly!!!!

its the first time on this board that i had said im done with mapping and servers for nw

lol first of all its the second time. and as u joined tkc u sayed u were long time gone from modding : P so its the third time for sure !!

i thought u were going already, get lost !!! is diffrent term. so whats your problem ?