NTAuthority Posted August 9, 2014 Author Share Posted August 9, 2014 (edited) So let me get is streight. You are officially saying that you have extended the maps size limit and the ID limit and the game still works? Is it now possible to extended SA with LC and VC and keep the original IDEs and IPLs with the original LODs? If so, then the full SA game with all missions and mods would still be playable---is that correct?Yes, the game still works. And I'm intending to also have the III/VC scripts working, and in the meantime port SA to the RW version of OpenGL as well. But clearly this 'SOL Trilogy' mod is tons of times better, so I'll just not work on this at all and leave people like fastman92 to 'do their big debugging' and solve it, as they're waaaaay better than me, right? Edited August 9, 2014 by NTAuthority PacketOverload_x64bit, Concavax, goodidea82 and 1 other 4 Inactive in GTA/R* title modification indefinitely pursuant to a court order obtained by TTWO. Good job acting against modding! Link to comment Share on other sites More sharing options...
X-Seti Posted August 9, 2014 Share Posted August 9, 2014 (edited) Interesting then how did he get passed the 19999 ID limit. because the engine uses 20000 - to about 26500 for engine related objects. If you try and use anything over 26500 the engine ignores those entries. With this statement I was merely asking a question, I wanted to know how you did it and why now because Fastman92 started his own research on this. why are you stating such as if it's not possible? I was referring to what is publicly known? and about removing useless objects, I was talking about the trilogy mod (GTA:SA) SOL Also one of my screenshots (in fact, the one in the initial topic post) clearly (I even highlighted this line) shows a VC ide/ipl with a model index over 20000. Your screen shot just shows you have objects on the X axis just outside the bounds, This is old news to me because I've been here 5 years ago working on the original SA version of SOL.. but I didn't make it work because of the map bounding issues. I'll be glad to make your modification's intended ports to SA/IV useless (outside of the will-never-be-done 'remodeling of everything') as you're just, well, yeah... This attitude and way of competing only puts other projects out. GTAF was mean't to be a communtiy where we solved problems together. and I did not ask for your rude smart ass reply. SOL from 2012 is about remodeling and why is that such a problem, I moved from coding to modeling because that was the direction I wanted to head. I am proud to be working on the VC engine and there is nothing wrong with retro engine modding at all. (outside of the will-never-be-done 'remodeling of everything') as you're just, well, yeah... If you do not understand how this can be done ask, it's not hard.. and this crap you should really have kept to yourself, I had more respect for you m8, not anymore. Edited August 9, 2014 by X-Seti theNGclan, Wesser, savidge and 4 others 7 . Link to comment Share on other sites More sharing options...
Ash_735 Posted August 9, 2014 Share Posted August 9, 2014 and in the meantime port SA to the RW version of OpenGL as well. Like a wrapper form or native? I spoke about this with someone else a while back and was told that every texture would need to be repacked to make them work with OpenGL. Link to comment Share on other sites More sharing options...
Ss4gogeta0 Posted August 10, 2014 Share Posted August 10, 2014 @NTA & X-Seti... Calm the hell down with all that hostility, just because you both have mods that are there to achieve the same goal does not mean this is some sort of competition... both of you are doing good work... dont try to go out and ruin eachothers enjoyment, X-seti isnt even personally working on the SA version of the SOL mod, so no reason to even mention anything about it... If you cant get along, children. avoid eachother... Link to comment Share on other sites More sharing options...
goodidea82 Posted August 10, 2014 Share Posted August 10, 2014 @NTA: What you say above is so good it's hard to believe. @NTA & X-Seti: You both deserve full respect for your incredible dedication and achievements. I hope you also show respect for eachother's work. Link to comment Share on other sites More sharing options...
nWo51289 Posted August 10, 2014 Share Posted August 10, 2014 Jeez was it even necessary to go full on attack mode when questions are being asked?? (even so the answer regarding IDs being hacked was shown in the screenshot) Just because the majority of users here are not as 'amazing' as you doesn't give you the right to sh*t on us and force us to kiss your ass whenever you come out with stuff like this. You can say all you want about Trilogy, it will never be as good as Citizen (especially the thread "The End of the Universe"...no screenshots and nothing but crap being typed), Trilogy is sh*t compared to this, I'm not a awesome coder like you (in fact I'm useless), Trilogy is rubbish so let me tell everyone to forget about Trilogy and wait for NT's masterpiece to be released....it's worth the wait! Calling fastman92 retarded was just not needed, for that I'll just call you a utter prick and leave it at that. Neddo, savidge, Shmoopy and 4 others 7 Link to comment Share on other sites More sharing options...
NTAuthority Posted August 10, 2014 Author Share Posted August 10, 2014 and in the meantime port SA to the RW version of OpenGL as well. Like a wrapper form or native? I spoke about this with someone else a while back and was told that every texture would need to be repacked to make them work with OpenGL. OpenGL has had support for S3TC for a long while now, even for so long that RW has native support for it in the OpenGL native texture loader; however I did like mobile GTA did and (thanks to a link _DK shared to a Russian GTA wiki) implemented a custom texture loader for the D3D9 RW texture format. Anyway, I probably swapped around my words, it was supposed to be 'OpenGL version of RW'. As to the argument above, I tend to be an annoying prick when I'm in a bad mood and feel underappreciated a lot - again I have no issues with the original VC SOL version or even the intent to port to SA/IV, but rather the hyping up that nWo has done just for something he 'was only hoping someone would finish'. mirh, Ash_735, Platinum Card and 2 others 5 Inactive in GTA/R* title modification indefinitely pursuant to a court order obtained by TTWO. Good job acting against modding! Link to comment Share on other sites More sharing options...
-ATP- Posted August 11, 2014 Share Posted August 11, 2014 @NTAuthority Any chances to see a public version of your hacks soon? I'm also interested in more details about the path hack. Have you really "expanded" the path borders, or did you just move the existing +/-3000 path range beside SA? So if you expanded it, do you use more node files or have you expanded the range of an existing single node file? Ss4gogeta0 1 Link to comment Share on other sites More sharing options...
NTAuthority Posted August 11, 2014 Author Share Posted August 11, 2014 @NTAuthority Any chances to see a public version of your hacks soon? no idea I'm also interested in more details about the path hack. Have you really "expanded" the path borders, or did you just move the existing +/-3000 path range beside SA? So if you expanded it, do you use more node files or have you expanded the range of an existing single node file? as there's lots of odd checks for the area/node id linking relating to link nodes, the game simply just switches to a different set of node files when getting past a specific coordinate. in addition, the path files' limit to 4096 due to fixed-point coordinates has been expanded to 8192. Inactive in GTA/R* title modification indefinitely pursuant to a court order obtained by TTWO. Good job acting against modding! Link to comment Share on other sites More sharing options...
ThirteenAG Posted August 11, 2014 Share Posted August 11, 2014 @NTAuthority Any chances to see a public version of your hacks soon? no idea All research just to show off some screens? Widescreen Fixes Pack || Project2DFX || SaveLoader || WindowedMode || CLEO Scripts Link to comment Share on other sites More sharing options...
NTAuthority Posted August 11, 2014 Author Share Posted August 11, 2014 @NTAuthority Any chances to see a public version of your hacks soon? no idea All research just to show off some screens? 'no idea' was referring to 'soon' BS_BlackScout, Concavax, -ATP- and 1 other 4 Inactive in GTA/R* title modification indefinitely pursuant to a court order obtained by TTWO. Good job acting against modding! Link to comment Share on other sites More sharing options...
ThirteenAG Posted August 11, 2014 Share Posted August 11, 2014 Ah, i misunderstood. I thought it's gonna end up only in citizen eventually. Widescreen Fixes Pack || Project2DFX || SaveLoader || WindowedMode || CLEO Scripts Link to comment Share on other sites More sharing options...
Gforce Posted August 12, 2014 Share Posted August 12, 2014 wow, some fantastic work going on in this topic. good stuff NTA, nice to see you're still working away with the SA limits BS_BlackScout 1 Link to comment Share on other sites More sharing options...
X-Seti Posted August 13, 2014 Share Posted August 13, 2014 and in the meantime port SA to the RW version of OpenGL as well. Like a wrapper form or native? I spoke about this with someone else a while back and was told that every texture would need to be repacked to make them work with OpenGL. OpenGL has had support for S3TC for a long while now, even for so long that RW has native support for it in the OpenGL native texture loader; however I did like mobile GTA did and (thanks to a link _DK shared to a Russian GTA wiki) implemented a custom texture loader for the D3D9 RW texture format. Anyway, I probably swapped around my words, it was supposed to be 'OpenGL version of RW'. As to the argument above, I tend to be an annoying prick when I'm in a bad mood and feel underappreciated a lot - again I have no issues with the original VC SOL version or even the intent to port to SA/IV, but rather the hyping up that nWo has done just for something he 'was only hoping someone would finish'. Being unappreciated and ridiculed is something i've been used too, People on here can be to quick to judge. It's not been easy for me either m8, and for coming in hard and saying things like I did. I can only apologize for this, It's not my intent to fall out with people or start a flame war. Ss4gogeta0, Frank.s and Platinum Card 3 . Link to comment Share on other sites More sharing options...
cj2000 Posted August 15, 2014 Share Posted August 15, 2014 I know my questions could sound stupied, but I ask aniway. Is it now realy posible to hak SA map limit? Will this become some kind of limitadjuster one day? If yes, which other limits it´ll be able to hak? However this sounds more then awsome. Link to comment Share on other sites More sharing options...
NTAuthority Posted August 29, 2014 Author Share Posted August 29, 2014 just in case you guys didn't notice, I released an early version a few days ago. as I see, nobody even noticed, and you guys are all still being overhyped for other people's stuff that does similar stuff in a worse way just because they're more 'known'. how typical of this community. CallyW 1 Inactive in GTA/R* title modification indefinitely pursuant to a court order obtained by TTWO. Good job acting against modding! Link to comment Share on other sites More sharing options...
goodidea82 Posted August 29, 2014 Share Posted August 29, 2014 Big thanks for releasing your work and for releasing the source code of it! Link to comment Share on other sites More sharing options...
PetkaGtA Posted August 29, 2014 Share Posted August 29, 2014 @NTAuthority well let's just say you're more popular than that guys and many noticed but you really think that if you post some screens and than release them after 4 weeks and not even in compiled version(i tried to compile it, but then i have some error like no regal32.dll(why everyone should have it on his pc?)) so i'm still using my plugin even if it's done in much worse way(i saw your sources and found that you replaced a lot but not everything also itsn't user-friendly.) i respect your work but don't think you're the only one who can(also why you released after i said that i'm going to do the same and did it?) -ATP-, Edgrd, nWo51289 and 4 others 7 Link to comment Share on other sites More sharing options...
Edgrd Posted August 31, 2014 Share Posted August 31, 2014 @NTAuthority well let's just say you're more popular than that guys and many noticed but you really think that if you post some screens and than release them after 4 weeks and not even in compiled version(i tried to compile it, but then i have some error like no regal32.dll(why everyone should have it on his pc?)) so i'm still using my plugin even if it's done in much worse way(i saw your sources and found that you replaced a lot but not everything also itsn't user-friendly.) i respect your work but don't think you're the only one who can(also why you released after i said that i'm going to do the same and did it?) so , if you make your own map limit hack , will you release it ? Link to comment Share on other sites More sharing options...
nyolc8 Posted August 31, 2014 Share Posted August 31, 2014 I'm just asking because I don't really understand... so... in SAMP it's possible to make map elements really far from the default land. What is the difference? I know this is for SP. But... any other differencies? Link to comment Share on other sites More sharing options...
Frank.s Posted September 1, 2014 Share Posted September 1, 2014 (edited) PetkaGtA complaining about someone else releasing a tool as source-code-only. Oh the irony. (no hate intended tho dude ) Edited September 1, 2014 by Frank.s Link to comment Share on other sites More sharing options...
goodidea82 Posted September 1, 2014 Share Posted September 1, 2014 PetkaGtA complaining about someone else releasing a tool as source-code-only. Oh the irony. (no hate intended tho dude ) Source code distribution is the best possible situation. There is always the possibility that someone compiles it and publishes the executable, but the other way is not possible. He complained about problems during compilation. Link to comment Share on other sites More sharing options...
cj2000 Posted September 2, 2014 Share Posted September 2, 2014 @NTAuthority well let's just say you're more popular than that guys and many noticed but you really think that if you post some screens and than release them after 4 weeks and not even in compiled version(i tried to compile it, but then i have some error like no regal32.dll(why everyone should have it on his pc?)) so i'm still using my plugin even if it's done in much worse way(i saw your sources and found that you replaced a lot but not everything also itsn't user-friendly.) i respect your work but don't think you're the only one who can(also why you released after i said that i'm going to do the same and did it?) so , if you make your own map limit hack , will you release it ? I think he relesed it here: http://www.mediafire.com/download/gj6qaeq8pkqf8me/ipllimadj.7z Link to comment Share on other sites More sharing options...
Minde95s Posted September 2, 2014 Share Posted September 2, 2014 (edited) @NTAuthority well let's just say you're more popular than that guys and many noticed but you really think that if you post some screens and than release them after 4 weeks and not even in compiled version(i tried to compile it, but then i have some error like no regal32.dll(why everyone should have it on his pc?)) so i'm still using my plugin even if it's done in much worse way(i saw your sources and found that you replaced a lot but not everything also itsn't user-friendly.) i respect your work but don't think you're the only one who can(also why you released after i said that i'm going to do the same and did it?) so , if you make your own map limit hack , will you release it ? I think he relesed it here: http://www.mediafire.com/download/gj6qaeq8pkqf8me/ipllimadj.7z does this extend IDE limit and How many objects can be placed in map? Edited September 2, 2014 by Minde95s Link to comment Share on other sites More sharing options...
cj2000 Posted September 2, 2014 Share Posted September 2, 2014 @NTAuthority well let's just say you're more popular than that guys and many noticed but you really think that if you post some screens and than release them after 4 weeks and not even in compiled version(i tried to compile it, but then i have some error like no regal32.dll(why everyone should have it on his pc?)) so i'm still using my plugin even if it's done in much worse way(i saw your sources and found that you replaced a lot but not everything also itsn't user-friendly.) i respect your work but don't think you're the only one who can(also why you released after i said that i'm going to do the same and did it?) so , if you make your own map limit hack , will you release it ? I think he relesed it here: http://www.mediafire.com/download/gj6qaeq8pkqf8me/ipllimadj.7z does this extend IDE limit and How many objects can be placed in map? That is a question you should ask PetkaGtA. Link to comment Share on other sites More sharing options...
CallyW Posted September 23, 2014 Share Posted September 23, 2014 This does look extremely promising, I've been following SOL for a few years now off the record but if this could work in SA then the possibilities really start to rack up big time! Link to comment Share on other sites More sharing options...
Swoorup Posted September 26, 2014 Share Posted September 26, 2014 Have too say this is really awesome. Must have been a long sleepless nights trying to get those right. From what I did with path bounds in VC, I had to change the short data type to int data type. And hell those struct are embedded throughout a lot of functions, and takes different forms. I sort of made scripts to find out locations of those firms and had to manually write about 300 hooks. Writing some sort of parser, and decision taking algorithm to do those automatically would probably be better idea. Its still a ton of work though Frank.s and ALMOST610 2 Link to comment Share on other sites More sharing options...
cj2000 Posted December 16, 2014 Share Posted December 16, 2014 kwel Haven´t notice this pic befor. So you was able to have peds and trafic outside the stanard map bounds? Will you ever release this mod? Link to comment Share on other sites More sharing options...
TJGM Posted December 16, 2014 Share Posted December 16, 2014 http://gtaforums.com/topic/734322-betasrcsa-rilhostility/?do=findComment&comment=1066080363 Discuss the mod there. undertaker fan 1 Link to comment Share on other sites More sharing options...
Recommended Posts