Jump to content

malkekoen

Member
  • Content Count

    181
  • Joined

  • Last visited

  • Medals

  • Medals

Posts posted by malkekoen


  1. For the blood sucker I did attachto command and added a yellow light to its center.

    :p

    That'll teach him!

    Another thing: The shadows of all the models are a default chernarus citizen I think. I've seen this before with some units, and it kind of destroys the emersion. I don't know if this is simple to solve, but it seems that if a shadow isn't defined somehow, it reverts to this. Can it be fixed?


  2. I just tried the demo mission. I believe the player isn't equipped with bolts from the start. Is that on purpose?

    Would it be possible to add the british Enfield from OA? I know that you maybee want to keep the addons down, but it's a shame since most people have OA, and it is a weapon that figures quite often i the Stalker games?

    Another thing: The Bloodsucker is deadly! And that is great, but could there be a way to make it visible, just a bit, in "invisible" mode just like the game. I know its difficult, and maybe not doable. Some (Charon I think) made a predator mod, maybe the cloaking feature could be used somehow?


  3. Very strange. Are you using any other mods at same time? Try run game with stalker mod only. When i run game all looks fine. But i check it in different combinations. Maybe something in my addons list automaticly fix this error. I think it something in config files.

    I run the ACE suit, amongst others :rolleyes:, and that is why I didn't report it as a bug. Never tested it without.

    By the way, I don't know if this is related to mods also, but apparently I get Freedom faction under Blufor and the faction under Opfer is also labeled freedom. Isn't that more like Duty?

    Would it be possible to add more factions, like the military (released in IceWindo's original Stalker pack), and maybee also some other factions like Clear Sky etc.: http://stalker.wikia.com/wiki/Factions


  4. I don't get it. If I wanted to play stalker, I'd play stalker.

    It's not like you're using custom models or anything, all of those models are from stalker. In fact, this is missing a lot of the functionality, charm and visuals of the stalker game. So frankly, I don't see the point.

    DAP please don't take any notice of this bull*. Ridiculous comment. We are a lot that really appreciates your efforts.

    You're right DAP I use ACEX, maybe that is interfering. Sorry for writing without disabling mods first.

    I never played the real Stalker for real, but I like the idea of invisible anomalies. Fun to navigate, and often it is possible to "sense" the circumference just by listening to the beeps.


  5. Maybe bandits and killers :) And some mutants, like flesh and wild boar :) I have source, but not have enough "skill" :) Trying do something with this :)

    I know nothing about it, but wouldn't it be possible *just* (:eek:) to "paste" in the model of a Flesh or Boar to the BIS boar or dog, as it already has (simple) animations and such. Or failing that, somehow drape the textures from Stalker onto those models...

    Just a wild thought.

    By the way in the mission all blind dogs encountered are just stationary. Not attacking. If I use the module in the editor, however, it works fine.

    Also when using West Freedom stalker, starting as player, it starts with G36 but with wrong ammo!

    Good luck!


  6. To all ATI people having problems with AToC causing undesirable effects like spotting etc., revert to previous version.

    First AToC worked well, but then I updated the to ccc 10.12 and it looked really bad. I then reverted to 10.11 and everything looks fine again. Guess we're just going to have to live the older drivers for now (if you want to run with AToC that is).

    Specs: ATI Radeon HD5800


  7. Thanks Chill XL, but as you can see if you flip one page back I have screenshot of my data path. It should be allright I guess...

    And the "layers" folder is full of textures, and it converts the .png's in the data folder to .paa's correctly also. So I think all that works.

    Could it be something with different shader models being used now as from when the tutorial was made?


  8. Thanks again Bushlurker, i've posted a quite thorough step-by-step explanation of what I did here:

    http://forums.bistudio.com/showthread.php?t=85579&page=15

    You can scroll down, due to the picture size limit it spans over several posts.

    I returned to the original tutorial by SgtAce just to see if did somethings wrong, but it's the exact same problem. I've through everything! All paths, files checked over and over. I have tried running everything as admin, but strangely then Visitor can't find the p: drive, and programs such as Buldozer and BinPBO doesn't work either. So I just run it normally. Strangely, just after having renamed one folder it worked, but the next time it didn't.


  9. It finishes importing the textures, and now i launch Buldozer. Everything looks fine:

    step10.jpg

    I alt+tab back into Visitor where I export the map. I name it TUT_SampleMap.wrp, and the resulting export is situated in the main directory:

    step11.png

    Time to binarize! I open BinPBO and set it up as described:

    step12.png

    Under "options" I enter the following (and deletes the .wrp in the top line):

    step13.png

    I choose pack, and everything proceedes well. I get a tut_samplemap.pbo and the log file.

    I launch Arma2 with the .pbo loaded and it shows in the editor and all. When I enter the error code as shown in the 1st post appears and the program crashes.

    I have not altered any files along the way, and will include the config.cpp file here for good measure:

    class CfgPatches

    {

    class TUT_SampleMap

    {

    units[] = {TUT_SampleMap};

    weapons[] = {};

    requiredVersion = 1.03;

    requiredAddons[] = {"Utes"};

    version = "2009-9-1";

    fileName = "TUT_SampleMap.pbo";

    author = "SgtAce";

    mail = "Sgt.Ace@web.de";

    };

    };

    class CfgWorlds

    {

    class CAWorld;

    class Utes: CAWorld

    {

    class Grid;

    class DefaultClutter;

    };

    class TUT_SampleMap: Utes

    {

    description = "Tutorial Sample Map";

    worldName= "\TUT\TUT_SampleMap\TUT_SampleMap.wrp";

    pictureShot = "\TUT\TUT_SampleMap\data\SM_Picture_ca.paa";

    centerPosition[] = {2720,2462,500};

    seagullPos[] = {2720,2462,500};

    longitude = 30; // positive is east, in degrees?

    latitude = -45; // positive is south, in degrees?

    class Clutter

    {

    #include "cfgClutter.hpp"

    };

    class Names

    {

    #include "TUT_SampleMap.hpp"

    };

    };

    };

    class CfgWorldList

    {

    class TUT_SampleMap {};

    };

    class CfgMissions

    {

    class Cutscenes

    {

    class TUT_SampleMapIntro

    {

    directory = "TUT\TUT_SampleMap\data\scenes\Intro.TUT_SampleMap";

    };

    };

    };

    //SURFACES

    #include "cfgSurfaces.hpp"

    I just can't figure this one out! I have been trying everything (I think:confused:) and I don't want to quit on this!

    Please any help would be welcome!

×