|
|
|
|
|
|
|
|
|
|
|
|
Beta Release, RenRevolver [message #120272] |
Thu, 14 October 2004 21:57 |
|
Oblivion165
Messages: 3468 Registered: June 2003 Location: Hendersonville, North Car...
Karma: 0
|
General (3 Stars) |
|
|
Sanada78 |
My Ren install is now fooked. I can't even install it again because the same problem with the text not appearing is still there.
|
Sorry about that, but i dont think its possible with my installation. All that below is every line of code. It doesnt really do anything that can cause that.
Private Type BrowseInfo
hWndOwner As Long
pIDLRoot As Long
pszDisplayName As Long
lpszTitle As Long
ulFlags As Long
lpfnCallback As Long
lParam As Long
iImage As Long
End Type
Const BIF_RETURNONLYFSDIRS = 1
Const MAX_PATH = 260
Private Declare Sub CoTaskMemFree Lib "ole32.dll" (ByVal hMem As Long)
Private Declare Function lstrcat Lib "kernel32" Alias "lstrcatA" (ByVal lpString1 As String, ByVal lpString2 As String) As Long
Private Declare Function SHBrowseForFolder Lib "shell32" (lpbi As BrowseInfo) As Long
Private Declare Function SHGetPathFromIDList Lib "shell32" (ByVal pidList As Long, ByVal lpBuffer As String) As Long
Private Sub Command1_Click()
If Command1.Caption = "Start Install" Then
Timer1.Enabled = True
Command1.Caption = "Stop"
Else
Timer1.Enabled = False
End If
End Sub
Private Sub Form_Load()
MsgBox "Please Select your Renegade Folder"
Dim iNull As Integer, lpIDList As Long, lResult As Long
Dim sPath As String, udtBI As BrowseInfo
With udtBI
'Set the owner window
.hWndOwner = Me.hWnd
'lstrcat appends the two strings and returns the memory address
.lpszTitle = lstrcat("C:\", "")
'Return only if the user selected a directory
.ulFlags = BIF_RETURNONLYFSDIRS
End With
'Show the 'Browse for folder' dialog
lpIDList = SHBrowseForFolder(udtBI)
If lpIDList Then
sPath = String$(MAX_PATH, 0)
'Get the path from the IDList
SHGetPathFromIDList lpIDList, sPath
'free the block of memory
CoTaskMemFree lpIDList
iNull = InStr(sPath, vbNullChar)
If iNull Then
sPath = Left$(sPath, iNull - 1)
End If
End If
File1.Path = sPath
Text3 = sPath
On Error Resume Next
MkDir (Text3 & "\RenRevolver")
End Sub
Private Sub Timer1_Timer()
On Error Resume Next
File1.ListIndex = Text2
Text1 = File1.ListCount - 1
Text2 = File1.ListIndex
If Text1 = Text2 Then
MsgBox "Install Complete"
End
Else
Text2 = Val(Text2) + 1
FileCopy Text3 & "\" & File1, Text3 & "\RenRevolver\" & File1
End If
End Sub
WOL: Ob165ion Skype: Oblivion165 Yahoo Instant Messenger: CaptainJohn165
|
|
|
|
|
Beta Release, RenRevolver [message #120310] |
Fri, 15 October 2004 03:32 |
|
Oblivion165
Messages: 3468 Registered: June 2003 Location: Hendersonville, North Car...
Karma: 0
|
General (3 Stars) |
|
|
Everything but the texture quality, and missing sun glare effect is westwood. it has nothing to do with my mod. The A.I. was westwood. The shadows are Westwood. The "Quick Sand" is westwood. The camera angles are westwood.
WOL: Ob165ion Skype: Oblivion165 Yahoo Instant Messenger: CaptainJohn165
|
|
|
|
|
|
Beta Release, RenRevolver [message #120378] |
Fri, 15 October 2004 14:31 |
|
oblivion165 | Everything but the texture quality, and missing sun glare effect is westwood. it has nothing to do with my mod. The A.I. was westwood. The shadows are Westwood. The "Quick Sand" is westwood. The camera angles are westwood.
|
No, you placed the spawn points, you forgot the add the sun's texture/model (not sure on that one), you made the buildings too small for the 3rd person camera view, and you used their A.I.
I suck cock and love it... absolutely love it. And I just got banned for being too immature to be allowed to post here.
|
|
|
Beta Release, RenRevolver [message #120380] |
Fri, 15 October 2004 14:43 |
|
htmlgod
Messages: 360 Registered: July 2003
Karma: 0
|
Commander |
|
|
oblivion165 | Everything but the texture quality, and missing sun glare effect is westwood. it has nothing to do with my mod. The A.I. was westwood. The shadows are Westwood. The "Quick Sand" is westwood. The camera angles are westwood.
|
Don't get me wrong, because I played your miniature mod and found it to be not only original, but also moderately interesting, if not terribly well made. But isn't one of the most crucial jobs of the modder, in making his or her project, to work to correct some of the problems in the game with which they're working? And if your answer to that was no, then you still suck, because the few things that you did do - gun model and texture, character model modifications, and maps, were pretty poorly done.
Check out http://newhope.conquergaming.com to see the progress of the STARWARS mod for Renegade.
|
|
|
Beta Release, RenRevolver [message #120382] |
Fri, 15 October 2004 15:24 |
|
Oblivion165
Messages: 3468 Registered: June 2003 Location: Hendersonville, North Car...
Karma: 0
|
General (3 Stars) |
|
|
Aprime |
oblivion165 | Everything but the texture quality, and missing sun glare effect is westwood. it has nothing to do with my mod. The A.I. was westwood. The shadows are Westwood. The "Quick Sand" is westwood. The camera angles are westwood.
|
No, you placed the spawn points, you forgot the add the sun's texture/model (not sure on that one), you made the buildings too small for the 3rd person camera view, and you used their A.I.
|
Spawn points are not my concern, they do what their supposed to. I cant make the building 30 feet tall for 3rd person. And yes i used their a.i.
Yes i forgot about the Lense Glare Texture. Fixed it. I also am looking for help on this mod. Im not patient enough to make qualtiy
(I.E.) I followed the tutorial on Renhelp for Gun animations and such, 1000 times, never works.
WOL: Ob165ion Skype: Oblivion165 Yahoo Instant Messenger: CaptainJohn165
|
|
|
|
Beta Release, RenRevolver [message #120530] |
Sat, 16 October 2004 12:38 |
|
Oblivion165
Messages: 3468 Registered: June 2003 Location: Hendersonville, North Car...
Karma: 0
|
General (3 Stars) |
|
|
htmlgod | If you're not patient enough to make quality, you're in the wrong business. Go to china and make happy meal toys for McDonalds. There is no point in producing something like this unless you're going to do it well. If you spend all your time and do something for public release, what is the point if it does not assert an opinion or give people pleasure?
I guess this does not necessarily apply to Reborn, since they were led by AoD, who said "I dont give a shit about the opinion of the Renegade community; I only care about the opinion of Reborn members." So yeah, unless you're like AoD, who makes mods only for the pleasure of the mod team, you're gonna want to do this with as much quality as possible.
|
I wasnt aware you were getting paid for this? Well im not. I made the mod to please my interest in a certain time period. If i was paid for doing the mod, i would take time in my work, till then i got to much of a life to spend to all of my time on a game. Looks like you can take that task with little effort. When i get out of Devry ill happily take more time on game development.
oh and most mcdonalds toys are Made in Taiwan.
WOL: Ob165ion Skype: Oblivion165 Yahoo Instant Messenger: CaptainJohn165
|
|
|
|