Visual effects in game

Results 1 to 20 of 20
  1. #1
    Member Y4kuzi is offline
    MemberRank
    Dec 2010 Join Date
    87Posts

    Visual effects in game

    -----
    Last edited by Y4kuzi; 16-12-21 at 07:20 PM.


  2. #2
    Black Magic Development das7002 is offline
    Grand MasterRank
    Apr 2010 Join Date
    EarthLocation
    2,188Posts

    Re: Visual effects in game

    Your gfx are broken! Upgrade to r67 of PWD then add whatever is there for r73 (genesis stuff) and tada! (most of it will be fixed this way)

    Or use 343's release which is a giant conglomerate of everything created over the past 2 years

  3. #3
    Member Y4kuzi is offline
    MemberRank
    Dec 2010 Join Date
    87Posts

    Re: Visual effects in game

    -----
    Last edited by Y4kuzi; 16-12-21 at 07:21 PM.

  4. #4
    [B]aSH nofxpunkerbrian is offline
    Grand MasterRank
    Apr 2009 Join Date
    1,151Posts

    Re: Visual effects in game

    check logs see what files are missing.

  5. #5
    Member Y4kuzi is offline
    MemberRank
    Dec 2010 Join Date
    87Posts

    Re: Visual effects in game

    -----
    Last edited by Y4kuzi; 16-12-21 at 07:21 PM.

  6. #6
    Member Y4kuzi is offline
    MemberRank
    Dec 2010 Join Date
    87Posts

    Re: Visual effects in game

    -----
    Last edited by Y4kuzi; 16-12-21 at 07:21 PM.

  7. #7
    Grand Master 343 is offline
    Grand MasterRank
    Oct 2009 Join Date
    Ancient DGN CTYLocation
    5,510Posts

    Re: Visual effects in game

    Quote Originally Posted by Y4kuzi View Post
    Great, now I also have another problem; my char has more then 100% and is stuck at lvl 87, for some reason it won't level. I'm at like 3000% now, lol
    EXP 'chart' in elements.data don't match client and server side (list 75 using sELedit I do believe)

    [it sounds like you're better off using a 'stable' release -- like mine :D :))]

  8. #8
    Grand Master Hycker is offline
    Grand MasterRank
    Dec 2010 Join Date
    /root/gameguardLocation
    1,589Posts

    Re: Visual effects in game

    if ur problem with this npc the quest flags open surfaces.pck.files\surfaces\ingame\patequest.tga and photoshop it

  9. #9
    Member Y4kuzi is offline
    MemberRank
    Dec 2010 Join Date
    87Posts

    Re: Visual effects in game

    -----
    Last edited by Y4kuzi; 16-12-21 at 07:21 PM.

  10. #10
    Member G_Twenty is offline
    MemberRank
    Jun 2010 Join Date
    RussiaLocation
    46Posts

    Re: Visual effects in game

    configs.pck\configs\fixed_msg.txt (or something like that)
    p.s. look the txt files in configs.pck, there may be many labels you want to change.
    p.p.s. and interfaces.pck too :)
    Last edited by G_Twenty; 06-04-11 at 02:43 PM.

  11. #11
    Grand Master 343 is offline
    Grand MasterRank
    Oct 2009 Join Date
    Ancient DGN CTYLocation
    5,510Posts

    Re: Visual effects in game

    ... or again; my release is already all in english/PWi configurations ;)

  12. #12
    Member Y4kuzi is offline
    MemberRank
    Dec 2010 Join Date
    87Posts

    Re: Visual effects in game

    -----
    Last edited by Y4kuzi; 16-12-21 at 07:21 PM.

  13. #13
    Grand Master 343 is offline
    Grand MasterRank
    Oct 2009 Join Date
    Ancient DGN CTYLocation
    5,510Posts

    Re: Visual effects in game

    Quote Originally Posted by Y4kuzi View Post
    I editted fixed_msg.txt and badwords.txt and repacked the file, but now I can't start my client. It gives an error about configs.pck
    wrong PWpack -- use 2008

  14. #14
    Member Y4kuzi is offline
    MemberRank
    Dec 2010 Join Date
    87Posts

    Re: Visual effects in game

    -----
    Last edited by Y4kuzi; 16-12-21 at 07:21 PM.

  15. #15
    Grand Master 343 is offline
    Grand MasterRank
    Oct 2009 Join Date
    Ancient DGN CTYLocation
    5,510Posts

    Re: Visual effects in game

    Hit the 'like' button ;)

  16. #16
    Member Y4kuzi is offline
    MemberRank
    Dec 2010 Join Date
    87Posts

    Re: Visual effects in game

    -----
    Last edited by Y4kuzi; 16-12-21 at 07:22 PM.

  17. #17
    PW Dev <3 Ozuru is offline
    Grand MasterRank
    Feb 2011 Join Date
    737Posts

    Re: Visual effects in game

    Search, in a sticky thread called starting pw server, he shows what you put in ptemplate for pk server...
    Posted via Mobile Device

  18. #18
    Elite Member Broc923 is offline
    Member +Rank
    Jan 2011 Join Date
    175Posts

    Re: Visual effects in game

    PVE to PVP + Battlefield
    just copy to /PWServer/gdeliveryd/gamesys.conf

    Code:
    [LogclientClient]
    type            =    udp
    port            =    11100
    Address            =    127.0.0.1
    so_sndbuf        =    16384
    so_rcvbuf        =    16384
    ibuffermax        =    16384
    obuffermax        =    1048576
    accumulate        =    1048576
    
    [LogclientTcpClient]
    type            =    tcp
    port            =    11101
    address            =    127.0.0.1
    so_sndbuf        =    16384
    so_rcvbuf        =    16384
    ibuffermax        =    16384
    obuffermax        =    1048576
    accumulate        =    1048576
    
    [Intervals]
    ;set accounting interval,unit is second
    account_interval    =    600
    ;set delrole interval,unit is second
    delrole_interval    =    60
    ;set check forbidlogin user's map interval,unit is second
    checkforbidlogin_interval = 60
    
    [GDeliveryServer]
    zoneid=1
    aid=1
    freeaid=1
    zondname        =    zone1
    max_player_num    =    6000
    type            =    tcp
    port            =    29100
    address            =    127.0.0.1
    so_sndbuf        =    65536
    so_rcvbuf        =    65536
    ibuffermax        =    1048576
    obuffermax        =    1048576
    tcp_nodelay        =    0
    listen_backlog    =    10
    accumulate        =    1048576
    mtrace            =    /tmp/m_trace.link
    table_name              =       filters
    name_charset            =       UTF-8
    table_charset           =       UTF-8
    battlefield=1
    sellpoint=0
    freecreatime=0
    pvp=1
    
    [GAuthClient]
    type                    =       tcp
    port                    =       29200
    address                 =       127.0.0.1
    so_sndbuf               =       65536
    so_rcvbuf               =       65536
    ibuffermax              =       1048576
    obuffermax              =       131072
    ;so_broadcast   =       1
    tcp_nodelay             =       0
    accumulate              =       131072
    isec                    =       2
    iseckey                 =       baxixD0awqydOtrxjxr8uhzaslmnqh
    osec                    =       2
    oseckey                 =       baxiykbpn3fxLqpsdpiodI4iazqjdl
    shared_key              =       baxiIvunkjfjlj0Ckgxzzdfpess5vw
    
    
    [GProviderServer]
    id                =    0
    type            =    tcp
    port            =    29300
    address            =    127.0.0.1
    so_sndbuf        =    65536
    so_rcvbuf        =    65536
    ibuffermax        =    1048576
    obuffermax        =    1048576
    ;so_broadcast        =    1
    tcp_nodelay        =    0
    accumulate        =    268435456
    
    [UniqueNameClient]
    type            =    tcp
    port            =    29401
    address            =    127.0.0.1
    so_sndbuf        =    65536
    so_rcvbuf        =    65536
    ibuffermax        =    1048576
    obuffermax        =    1048576
    ;so_broadcast    =    1
    tcp_nodelay        =    0
    accumulate        =    268435456
    isec                    =       2
    iseckey                 =       baxiyEwt4fuqrysyoylfy7Fxbmhobo
    osec                    =       2
    oseckey                 =       baxitf91jvrQarnjwbyvlcdxqdvuqp
    
    [GameDBClient]
    type            =    tcp
    port            =    29400
    address            =    127.0.0.1
    so_sndbuf        =    65536
    so_rcvbuf        =    65536
    ibuffermax        =    1048576
    obuffermax        =    1048576
    ;so_broadcast        =    1
    tcp_nodelay        =    0
    accumulate        =    268435456
    
    [GAntiCheatClient]
    type            =    tcp
    port            =    29702
    address            =    127.0.0.1
    so_sndbuf        =    65536
    so_rcvbuf        =    65536
    ibuffermax        =    1638400
    obuffermax        =    1638400
    ;so_broadcast    =    1
    tcp_nodelay        =    0
    accumulate        =    268435456
    
    [GFactionClient]
    type            =    tcp
    port            =    29500
    address            =    127.0.0.1
    so_sndbuf        =    65536
    so_rcvbuf        =    65536
    ibuffermax        =    1638400
    obuffermax        =    1638400
    ;so_broadcast    =    1
    tcp_nodelay        =    0
    accumulate        =    268435456
    
    [ThreadPool]
    threads            =    (1,3)(100,1)(101,1)(0,1)
    max_queuesize    =    1048576
    prior_strict    =    1
    This is in a sticky.

    ---------- Post added at 03:14 PM ---------- Previous post was at 03:09 PM ----------

    Quote Originally Posted by M a g i c View Post
    Search, in a sticky thread called starting pw server, he shows what you put in ptemplate for pk server...
    Posted via Mobile Device
    Btw, it isn't ptemplate xD

  19. #19
    PW Dev <3 Ozuru is offline
    Grand MasterRank
    Feb 2011 Join Date
    737Posts

    Re: Visual effects in game

    Ohhhh duh
    Posted via Mobile Device

  20. #20
    Member Y4kuzi is offline
    MemberRank
    Dec 2010 Join Date
    87Posts

    Re: Visual effects in game

    -----
    Last edited by Y4kuzi; 16-12-21 at 07:22 PM.



Advertisement