Jump to content

zunnie

Closed Beta Testers
  • Posts

    423
  • Joined

  • Last visited

About zunnie

  • Birthday 10/14/1981

Personal Information

Recent Profile Visitors

1260 profile views

zunnie's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Replacing the Rx_PRI with my own now. Will take a while to complete. Unless someone has better ideas?
  2. Yes that's what i'm trying here
  3. Alright, thanks for your help though
  4. Nice, that's a start. However, how do i check for specific characters such as the GDI Soldier, or GDI Hotwire and apply different values?
  5. I saw those. I can replace weapons for characters just fine. But i would like to know how to replace the characters themselves.
  6. I'm trying to modify (for testing purposes) the GDI Soldier for now but this code here does not seem to work: function ModifyPlayer(Pawn Other) { if (Other.IsA('Rx_FamilyInfo_GDI_Soldier') && Other.HealthMax != 1000) { Other.HealthMax=1000; Other.Health=1000; } super.ModifyPlayer(Other); } I also tried this, with an extended test, which also does not seem to do much: function bool CheckReplacement(Actor Other) { if (Other.IsA('Rx_FamilyInfo_GDI_Soldier') && !Other.IsA('Test_FamilyInfo_GDI_Soldier')) { ReplaceWith(Other,"Test_FamilyInfo_GDI_Soldier"); } return true; } Can anyone help me with this perhaps? How do i override the default GDI Soldier (or other characters for that matter) with a mutator?
  7. Very nice, thanks a lot for the help!
  8. I think all you need is the UE3Redist file, i uploaded it for you here @ https://zunnie.allnoobs.com/temp/UE3Redist.exe I can only tell you its the original file and not tampered with. Or google the file and download elsewhere
  9. How would you set up something like this? What do i enter in which INI file to redirect a download? Thanks for the help
  10. 60 mins per map AOW + new/custom maps
  11. http://www.ren-x.com IP: 69.162.64.92:7777 DNS: us.ren-x.com:7777 IP: 62.210.180.95:7777 DNS: fr.-ren-x.com:7777 IP: 5.79.67.131:7777 DNS: nl.ren-x.com
  12. We will be hosting 4 servers total on release of Renegade-X. System specs: Xeon E3 1270 3.4Ghz, 16GB RAM, 1Gbps All will be 64 Players: [uS]Ren-X.com Slaughterhouse #1 (69.162.64.92 / us.ren-x.com) [FR]Ren-X.com Slaughterhouse #2 (62.210.180.95 / fr.ren-x.com) [NL]Ren-X.com Slaughterhouse #3 (5.79.67.131 / nl.ren-x.com) [NL]Ren-X.com Slaughterhouse #4 (5.79.67.179 / nl2.ren-x.com) See our website at http://www.ren-x.com PS: We are currently already pre-scouting for moderators to look after the servers a bit, see requirements in my post at: http://multiplayerforums.com/index.php? ... -to-knows/
  13. The website was down for a hour or two earlier, its back online
  14. Its great! I <3 Renegade and anything based on it. And it being developed on an Engine far greater than W3D makes me happy bunnie
  15. I'm sure there will be enough players for all of us
×
×
  • Create New...