Jump to content

Spartacus2

Member
  • Content Count

    8
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About Spartacus2

  • Rank
    Private
  1. Spartacus2

    Punching.

    Well, I exaggerated my post a bit. I am not -brand- new to OFP, but new to modding characters via codes to make them attack in different ways (Zombies). I've done maps before, and scripting, and coding, and triggers, etc. I've read tutorials and all that good stuff, but I can't seem to grasp the concept of this whole thing for some reason. Thanks for the replies. I HAVE to be doing something wrong here. I copied the new code you put down, put it in a notepad document, saved it as 'config.cpp'. Then I made a folder called 'Mysuperfist', and put the config.cpp inside of it. Then I converted the folder to PBO, and put it in codemasters/ofp/addons. I put the small code in the enemies init box and it gave me an error like 'config.bin/cfg' or something like that, and closed my game. What did I do wrong?
  2. Spartacus2

    Dawn of the Yomies

    Well ehm, I'm having a bit of trouble already. I downloaded the three things from the website listed on the first page (Template, sample, addon), unzipped them, and put the addon in my codemasters/ofp/addons list, the sample in codemasters/ofp/missions, and the template in codemasters/ofp/templates, and when I go to start up the game via gamespy to single player, it gives me an error. Can anyone tell me how to properly install it?
  3. Spartacus2

    Dawn of the Yomies

    Excuse my stupidity, but I've just gotten the game, and now I've been told that farmland mod won't work with gamespy because Gamespy dosen't support mods. Well, I've been trying to make zombies for a LONG time now, with the standstrokefist thing, just because I didn't know any other way, but this seems to be the answer. If I download this, and make zombie missions, I'm sorry, Yombie* missions using it, will I be able to host parties in Gamespy and invite friends who have the addon downloaded to play? Thanks.
  4. Spartacus2

    Punching.

    Uhm, ok, I put the long code you told me in a notepad and saved it as 'config.cpp'. Then I made a folder and called it 'Mysuperfist' and put the config.cpp in it. Then I made the folder a .pbo. I put it in my 'Codemasters/OFP/addons' folder, and then went into mission editor and made an east member with the other code you sent me. Then I put a west member as player, and hit "Test" and it gave me an error. What did I do wrong? EDIT: Sorry guys, I'm pretty much OFP illiterate. I just got the game, and I've never programmed or done anything with .pbo, .cpp, or anything else. This is all REALLY new to me, so I need you to tell me how to make em' punch as if you were speaking to a 9 year old. Also, I have another question... I need a step by step on EXACTLY what to do once I download Farmland Mod Horror Pack 3 to get it to work. Can anyone help me with this? If you want, you can message me on AIM at CPTCurbstomp
  5. Spartacus2

    Punching.

    Hey guys, I've been searching google, trying scripts, and making stuff up for the past 2 weeks trying to make a zombie map in Cold War Crisis, and I cant get it. I've been trying to make it a zombie map, so I tried using punching. I've set up this code in the units activation... <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">removeallweapons this; this addweapon "strokefist"; this addmagazine "strokefist";this setUnitPos "UP"; but it doesnt work. They just stand there... Someone please tell me how to make the enemies chase and hit me and the other people. Thanks.
  6. Spartacus2

    music triggers

    A nice "VODKA!" shout at the end will sound nice.
  7. Spartacus2

    Multiple Questions

    ArmA. I've edited my original post, because I got some questions answered on a different forum.. Thanks for the input guys
  8. Hello all, new to the forums as you can tell  Anyway, I had some questions about coding. First: Briefings? -- I am trying to make a breifing (Plans/notes clipboard) and I can't get the HTML to work. I made a WordPad document and saved it as a text document. I put it in the mission file (Next to the mission.sqm) and I typed in the following. <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"><html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1250"> <meta name="GENERATOR" content="ofp"> <title>Title</title> </head> <body bgcolor="#FFFFFF"> <h2><a name="Main"></a></h2> <p> This is a test. Move along.<br><br> You can use some <a href="marker:MarkerName">links</a> too. </p> <hr> <p><a name="plan"></a> Test mission. Test, 1,2,3.<a href="marker:MarkerName">links</a></p> <hr> <p><a name = "OBJ_1"></a>Objective I: Test</p> <hr> <p><a name = "OBJ_2"></a>Objective II: Test </p> <hr> It doesn't work when I play the mission in multiplayer. It says nothing in the plans/notes. Anyone know what I'm doing wrong? I still can't figure this out. Last: Custom faces. How do I put them on my character? --- That's all.
×