It was sarcasm as it was taking forever to get permission...guess it still is since I dont have an answer. Oh well, it was done out of personnel preference anyways so I guess it just wont get released. Oh well not my loss.Next year?
Copyright
#241
Posted 18 May 2010 - 06:10 AM
Please DO NOT PM ME for help. Ask your questions on the forum to help others with the same issue.
Enhance your LA Mod Freeplay Experience with LA Mod 2.0 4x4 Submod.
Los Angeles Mod v2.0 4x4 W00ds Map v1 - BETA RELEASE
If you appreciate my work, then please donate. Every little bit helps!
#242
Posted 19 May 2010 - 10:14 PM
I know this is off-topic and I apologize for that in advance. I just don't know any other threads you patrol regularly. Anyway, I wanted to know if a sticky was alright for my approved submod.
Regards,
Occram~
#243
Posted 26 May 2010 - 08:54 PM
Kind Regards DuxburyFD
#244
Posted 30 May 2010 - 10:10 AM
http://forum.emergen...post__p__160213
Thanks!
Please DO NOT PM ME for help. Ask your questions on the forum to help others with the same issue.
Enhance your LA Mod Freeplay Experience with LA Mod 2.0 4x4 Submod.
Los Angeles Mod v2.0 4x4 W00ds Map v1 - BETA RELEASE
If you appreciate my work, then please donate. Every little bit helps!
#245
Posted 01 June 2010 - 03:02 PM
Hello Hoppah.I would like to ask you if i could use your arjent lightbar from the lapd cruiser in my Zug Modifikation.
Kind Regards DuxburyFD
You got permission to use the model and texture of the lightbar.
Hey Hoppah,
I know this is off-topic and I apologize for that in advance. I just don't know any other threads you patrol regularly. Anyway, I wanted to know if a sticky was alright for my approved submod.
Regards,
Occram~
Done
It was sarcasm as it was taking forever to get permission...guess it still is since I dont have an answer. Oh well, it was done out of personnel preference anyways so I guess it just wont get released. Oh well not my loss.
It's the this submod you needed permission for? You got permission, but I suggest you change the name to something else like 'Xplorer4x4's customizations'.
Lol. So may I have permission to use the fire engine siren and the tiller logic scripts?
You woukld need to contact Baz about the sirens. He made them, but I'm not sure if he will respond. You got permission to use the tiller scripts.
#246
Posted 01 June 2010 - 04:15 PM
And can I aslo release this using w00ds maps? Do I have to contact w00ds for his permission(which I think he already gave permission for people to use if memory serves me right)?
Please DO NOT PM ME for help. Ask your questions on the forum to help others with the same issue.
Enhance your LA Mod Freeplay Experience with LA Mod 2.0 4x4 Submod.
Los Angeles Mod v2.0 4x4 W00ds Map v1 - BETA RELEASE
If you appreciate my work, then please donate. Every little bit helps!
#247
Posted 01 June 2010 - 05:04 PM
Ill think about changing the name, but thanks for permission! Can I release all the files or only the changed files? Reason I ask is I was thinking of deleting some vehicles from the mod. Just 2 small examples, in the LA Mod 2.0 map I dont see a need for USFS or LAAP(LAX) Police since there is no forest and no airport. This would keep the size down a bit and maybe improve load times slightly.
And can I aslo release this using w00ds maps? Do I have to contact w00ds for his permission(which I think he already gave permission for people to use if memory serves me right)?
Only the changed files please. Just edit some files toto disable these vehicles from the game.
#248
Posted 01 June 2010 - 06:33 PM
Quick technical question, does disabling units in freeplaybase.xml accomplish the same factor in loading times as deleting the prototypes?
Please DO NOT PM ME for help. Ask your questions on the forum to help others with the same issue.
Enhance your LA Mod Freeplay Experience with LA Mod 2.0 4x4 Submod.
Los Angeles Mod v2.0 4x4 W00ds Map v1 - BETA RELEASE
If you appreciate my work, then please donate. Every little bit helps!
#249
Posted 01 June 2010 - 07:41 PM
Ok what about w00ds maps? I assume I do need your permission to since you published the updated maps?
Quick technical question, does disabling units in freeplaybase.xml accomplish the same factor in loading times as deleting the prototypes?
You got my permission, but you need w00ds permission too. I'm not sure if disabling them by changing these files will affect the loading times. I don't think it will, but disabling 3 vehicles by removing all data (including their files) will hardly affect loading times anyway. You got to test that yourself, but you know I won't allow you to re-release the LA Mod with your customizations. You can better make good instructions so people can delete these files themselves.
#250
Posted 02 June 2010 - 12:13 AM
Thank you very muchYou got permission to use the model and texture of the lightbar.
#251
Posted 02 June 2010 - 12:31 PM
Well I was just saying 3 examples, in reality, theres quite a few more then that I believe, but no instructions will be provided. Just not going to mess with that part of it as its just more work then its worth.You got my permission, but you need w00ds permission too. I'm not sure if disabling them by changing these files will affect the loading times. I don't think it will, but disabling 3 vehicles by removing all data (including their files) will hardly affect loading times anyway. You got to test that yourself, but you know I won't allow you to re-release the LA Mod with your customizations. You can better make good instructions so people can delete these files themselves.
w00ds has given permission, and pretty sure he said any one could release it assuming credit was given.
Please DO NOT PM ME for help. Ask your questions on the forum to help others with the same issue.
Enhance your LA Mod Freeplay Experience with LA Mod 2.0 4x4 Submod.
Los Angeles Mod v2.0 4x4 W00ds Map v1 - BETA RELEASE
If you appreciate my work, then please donate. Every little bit helps!
#253
Posted 12 June 2010 - 08:55 PM
May I use a part of the LA mod Script: LAfirestation.script
The part is from opening and closing the gates of the firestation...
object VcmdGarageDoorsUp : CommandScript { VcmdGarageDoorsUp() { SetCursor("garagedoorup"); SetIcon("garagedoorup"); } bool CheckPossible(GameObject *Caller) { if (!Caller->IsValid()) return false; if (!Game::IsFreeplay() && !Game::IsMultiplayer()) return false; Vehicle v(Caller); if (v.HasCommand(DUMMY_ALARM)) return false; return true; } bool CheckTarget(GameObject *Caller, Actor *Target, int childID) { if (!Caller->IsValid() || !Target->IsValid() || (Caller->GetID() != Target->GetID())) return false; return true; } void PushActions(GameObject *Caller, Actor *Target, int ChildID) { if(Caller->HasName(NAME_CONTROLPANEL)) //= fire station 1 Caller->PushActionExecuteCommand(ACTION_APPEND, DUMMY_GATES, Caller, 1, false); else if(Caller->HasName(NAME_CONTROLPANEL2)) //= fire station 2 Caller->PushActionExecuteCommand(ACTION_APPEND, DUMMY_GATES, Caller, 3, false); } }; object VcmdGarageDoorsDown : CommandScript { VcmdGarageDoorsDown() { SetCursor("garagedoordown"); SetIcon("garagedoordown"); } bool CheckPossible(GameObject *Caller) { if (!Caller->IsValid()) return false; if (!Game::IsFreeplay() && !Game::IsMultiplayer()) return false; Vehicle v(Caller); if (v.HasCommand(DUMMY_ALARM)) return false; return true; } bool CheckTarget(GameObject *Caller, Actor *Target, int childID) { if (!Caller->IsValid() || !Target->IsValid() || (Caller->GetID() != Target->GetID())) return false; return true; } void PushActions(GameObject *Caller, Actor *Target, int ChildID) { if(Caller->HasName(NAME_CONTROLPANEL)) //= fire station 1 Caller->PushActionExecuteCommand(ACTION_APPEND, DUMMY_GATES, Caller, 2, false); else if(Caller->HasName(NAME_CONTROLPANEL2)) //= fire station 2 Caller->PushActionExecuteCommand(ACTION_APPEND, DUMMY_GATES, Caller, 4, false); } };
I will use this in the Burgerdam Modification.
#255
Posted 29 June 2010 - 01:48 PM
Hoppah
Can the England Mod team have permission to use and edit your fire station door model and prototype for use in our mod?
Regards
James
Yes, you got permission.
Can you please say me if i am authorized
Here is the topic
You got permission to release the submod. As soon there is a download link available I'll make the topic sticky.
Hello Hoppah,
May I use a part of the LA mod Script: LAfirestation.script
The part is from opening and closing the gates of the firestation...
I will use this in the Burgerdam Modification.
You got permission.
#256
Posted 29 June 2010 - 07:20 PM
Thank youyou got permission to release the submod. As soon there is a download link available I'll make the topic sticky.
#257 Guest_Osprey_*
Posted 01 July 2010 - 04:02 PM
I'm a french skiner and i'd like to use your AS350 model to do an "securite civile" paint which as the EMS in the USA but in France. I also would like to distribute it in a french mod.
screenshot of the french "securite civile" paint in reality
Greetings
Osprey
#258
Posted 02 July 2010 - 11:06 AM
Hi hoppah
I'm a french skiner and i'd like to use your AS350 model to do an "securite civile" paint which as the EMS in the USA but in France. I also would like to distribute it in a french mod.
screenshot of the french "securite civile" paint in reality
Greetings
Osprey
The AS350 model is not mine, but MikeyPIs.
#259 Guest_Osprey_*
Posted 02 July 2010 - 11:33 AM
Thanks
#260
Posted 26 July 2010 - 09:07 AM
Please DO NOT PM ME for help. Ask your questions on the forum to help others with the same issue.
Enhance your LA Mod Freeplay Experience with LA Mod 2.0 4x4 Submod.
Los Angeles Mod v2.0 4x4 W00ds Map v1 - BETA RELEASE
If you appreciate my work, then please donate. Every little bit helps!